Thanks for the reply. I did try to get the first layer with the prefix [0] but that's not the flattened one.
But the command "convert -flatten image.psd image.png" creates the flattened one that I was expecting.
This is the sample I used for testing:
http://www.freepik.com/free-psd/spring-party ...
Search found 3 matches
- 2016-01-23T22:26:45-07:00
- Forum: MagickWand
- Topic: A Wand way of converting PSD to one PNG
- Replies: 2
- Views: 14773
- 2016-01-23T13:45:31-07:00
- Forum: MagickWand
- Topic: A Wand way of converting PSD to one PNG
- Replies: 2
- Views: 14773
A Wand way of converting PSD to one PNG
Hi,
I am trying to convert a PSD file to a PNG file with Wand API.
I understand that by default imagemagick will convert each layer in a PSD file into separated PNG file.
With imagemagick 'convert' command line I can use '-flatten' parameter to merge all layers into a single PNG file, so I want to ...
I am trying to convert a PSD file to a PNG file with Wand API.
I understand that by default imagemagick will convert each layer in a PSD file into separated PNG file.
With imagemagick 'convert' command line I can use '-flatten' parameter to merge all layers into a single PNG file, so I want to ...
- 2016-01-23T13:26:00-07:00
- Forum: Users
- Topic: How to make imagemagick not to open gzipped files
- Replies: 1
- Views: 2069
How to make imagemagick not to open gzipped files
Hi,
I am trying to find a way to prevent imagemagick decompress gzip files automatically as below:
$ identify iftop.png.gz
iftop.png.gz=>/tmp/magick-4WiHZryQ PNG 819x461 819x461+0+0 8-bit DirectClass 66.2KB 0.000u 0:00.000
I checked delegates.xml file and it doesn't seem to have any settings ...
I am trying to find a way to prevent imagemagick decompress gzip files automatically as below:
$ identify iftop.png.gz
iftop.png.gz=>/tmp/magick-4WiHZryQ PNG 819x461 819x461+0+0 8-bit DirectClass 66.2KB 0.000u 0:00.000
I checked delegates.xml file and it doesn't seem to have any settings ...