8000 Implement 16 bit PNG support · Issue #10 · gfxprim/gfxprim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement 16 bit PNG support #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
metan-ucw opened this issue Oct 28, 2013 · 2 comments
Open

Implement 16 bit PNG support #10

metan-ucw opened this issue Oct 28, 2013 · 2 comments
Assignees

Comments

@metan-ucw
Copy link
Member

Currently there is no support for loading 16 bit PNG images at all. The reason is that the library cannot work with 16 bit RGB yet.

Let's fix this in two steps:

Before the rc1 release
Just convert the PNG to 8 bits per channel and print a warning.

After the release
Implement support for 16 bit graphics.

@ghost ghost assigned metan-ucw Oct 28, 2013
@mckaygerhard
Copy link

i liked the low color rendering XD .. is very faster !

@metan-ucw
Copy link
Member Author

I guess that it makes sense to load 16bit images into 8bit by default. Ideally the library should support 16bits per channel as well and it should be able to work with it as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0