FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 343 : add support for ALPHA and ARGB to save() and saveFrame() for TIFF images
Last modified: 2007-10-23 08:43
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
LATER -
Pr
i
ority:
P4
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.