PNG TO TIFF Conversion with Transparency
Posted: 2011-06-13T05:19:15-07:00
Hi;
I am trying to convert a png image with transparency to a TIFF file. After this conversion i am having black background on each channel as it shows on Adobe CS4 but is shows correct on Adobe CS5 (Also image editor applications such as Picasa shows a black background)
i am suspicious about color palette and depth as when i compare "Photoshop CS4 PNG to TIFF" and "IM 6.7.0 PNG to TIFF" . i see this
Photoshop CS4
----------------------------
Depth: 8/16-bit
Channel depth:
red: 16-bit
green: 16-bit
blue: 16-bit
alpha: 8-bit
IM 6.7.0
---------------------
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
alpha: 8-bit
i have seen couple threads on here bur sadly no solution yet. Any advice?
Thank you
I am trying to convert a png image with transparency to a TIFF file. After this conversion i am having black background on each channel as it shows on Adobe CS4 but is shows correct on Adobe CS5 (Also image editor applications such as Picasa shows a black background)
Code: Select all
%CONVERTEXE% %IMGINPUTDIR%\%INPUTFILE% -type truecolormatte +compress %IMGOUTPUTDIR%\%OUTPUTFILE%
Photoshop CS4
----------------------------
Depth: 8/16-bit
Channel depth:
red: 16-bit
green: 16-bit
blue: 16-bit
alpha: 8-bit
IM 6.7.0
---------------------
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
alpha: 8-bit
i have seen couple threads on here bur sadly no solution yet. Any advice?
Thank you