nagyistoce / xee

Automatically exported from code.google.com/p/xee
0 stars 0 forks source link

Convert 16-bit images to 8 bits when saving #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement request:

Xee does a great job displaying many RAW formats.  It would be great if it 
could also save the resulting images in jpeg format, rather than offering png 
only.

Original issue reported on code.google.com by luca.de.alfaro@gmail.com on 28 Aug 2010 at 8:58

GoogleCodeExporter commented 9 years ago
This is because the RAW file uses more than 8 bits per colour channel, and JPEG 
in OS X only supports 8 bits. PNG supports 16 bits, which is why it is offered 
as an option.

There should be some code to convert it down (and perhaps warn about it), but 
that will probably be a later addition.

Original comment by paracel...@gmail.com on 10 Apr 2011 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by paracel...@gmail.com on 13 Feb 2013 at 11:25