Bug 343 : add support for ALPHA and ARGB to save() and saveFrame() for TIFF images
Last modified: 2007-10-23 08:43




Status:
RESOLVED
Resolution:
LATER -
Priority:
P4
Severity:
enhancement

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-05-10 09:15
when writing a TIFF image with save or saveFrame, only RGB data is written.
this means that with ARGB images, only the RGB channels are written, and
with ALPHA images, the data is written into the blue channel.

in the meantime, if you need to write ARGB or ALPHA images, use .tga instead.
Additional Comment #1 From fry 2007-10-23 08:43
tabling this because it's not necessary. better to use PNG or some other
format that's supported by more recent releases of processing.