dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Support for writing 48bpp pngs? [question] #46

Closed wkaczurba closed 7 years ago

wkaczurba commented 7 years ago

I spent a bit of time playing with demos but I have failed to produce 48bpp png. Does icafe support it? Is there a plan to support writing deep color pngs?

Thanks.

dragon66 commented 7 years ago

@wkaczurba icafe doesn't support writing PNG with bits per color more than 8. By 48bpp PNG I assume you mean 16 bits per color totaling 48bpp without taking care of the alpha channel. I have no plan to add this function in the near future as I already have a few high priority items at hand.