PSD convert to.., use of file.psd[0] vs file.psd
Posted: 2007-01-04T22:44:10-07:00
hey,
I notice something odd when i try to convert images that are *.psd format. multi-layers.
I get very odd results with multi-layer images using the normal...
convert -flatten file.psd newfile.jpg
yet the solution for me was to use...
convert -flatten file.psd[0] newfile.jpg
doing that, the image convert out more correct, as expected.
the psd files are photoshop sample files , found in adobe/photoshop/samples/ folder..
test i was trying to convert psd to jpg...
DVDMenu.psd(convert good with use of [0] at end of filename, yet odd results use convert -flatten name.psd new.jpg ...vs.. convert -flatten name.psd[0] new.jpg
Fish.psd( convert odd, color are very odd, not sure whats up with this file, its also mutli-layer)
Flower.psd (convert real good with use of convert -flatten Flower.psd[0] new.jpg .. vs.. convert -flatten Flower.psd new.jpg
..
any suggestion or tips on correctly converting PSD to JPG? flatten all layers (multi-layer psd file , alpha , text layers etc..)
so far, i am not 100% sure why the [0] would work good vs not using [0]
thanks for any feedback,
I notice something odd when i try to convert images that are *.psd format. multi-layers.
I get very odd results with multi-layer images using the normal...
convert -flatten file.psd newfile.jpg
yet the solution for me was to use...
convert -flatten file.psd[0] newfile.jpg
doing that, the image convert out more correct, as expected.
the psd files are photoshop sample files , found in adobe/photoshop/samples/ folder..
test i was trying to convert psd to jpg...
DVDMenu.psd(convert good with use of [0] at end of filename, yet odd results use convert -flatten name.psd new.jpg ...vs.. convert -flatten name.psd[0] new.jpg
Fish.psd( convert odd, color are very odd, not sure whats up with this file, its also mutli-layer)
Flower.psd (convert real good with use of convert -flatten Flower.psd[0] new.jpg .. vs.. convert -flatten Flower.psd new.jpg
..
any suggestion or tips on correctly converting PSD to JPG? flatten all layers (multi-layer psd file , alpha , text layers etc..)
so far, i am not 100% sure why the [0] would work good vs not using [0]
thanks for any feedback,