Converting PSD to PNG problem
Posted: 2010-11-23T21:32:35-07:00
Now a days I'm developing a app to make User panel in Windows Vista and Seven, but I have problem at image converting process.
I made a kind of template to edit in photoshop, but when I convert, cut, and apply windows doesn't recognize it transparency.
Example:
This is my template
http://k-rlitos.com/mic/tmp/imagemagick/UserPanel.psd
With Convert:
http://k-rlitos.com/mic/tmp/imagemagick/userpanel-0.png
and this is my problem:
http://k-rlitos.com/mic/tmp/imagemagick/problem.png
so, there are a program to made this, is not free, but this program "Auto fixes alpha-channels from Photoshop" and I can get a functionally png:
http://k-rlitos.com/mic/tmp/imagemagick ... osited.png
and works:
http://k-rlitos.com/mic/tmp/imagemagick/noproblem.png
so, any ideas?
I tried with convert UserPanel.psd -colorspace RGB -alpha on -intent perceptual userpanel.png and a lot of other commands, please help.
I made a kind of template to edit in photoshop, but when I convert, cut, and apply windows doesn't recognize it transparency.
Example:
This is my template
http://k-rlitos.com/mic/tmp/imagemagick/UserPanel.psd
With Convert:
http://k-rlitos.com/mic/tmp/imagemagick/userpanel-0.png
and this is my problem:
http://k-rlitos.com/mic/tmp/imagemagick/problem.png
so, there are a program to made this, is not free, but this program "Auto fixes alpha-channels from Photoshop" and I can get a functionally png:
http://k-rlitos.com/mic/tmp/imagemagick ... osited.png
and works:
http://k-rlitos.com/mic/tmp/imagemagick/noproblem.png
so, any ideas?
I tried with convert UserPanel.psd -colorspace RGB -alpha on -intent perceptual userpanel.png and a lot of other commands, please help.