Search found 3 matches

by anjanisingh22
2018-07-25T10:24:21-07:00
Forum: Developers
Topic: Thumbnail creation of PSD file with text in it
Replies: 5
Views: 10002

Re: Thumbnail creation of PSD file with text in it

Thanks for response @fmw42

I run command with magick but no luck.

magick -version gives below response:

Version: ImageMagick 7.0.8-7 Q16 x86_64 2018-07-18 https://www.imagemagick.org


Thanks,
Anjani
by anjanisingh22
2018-07-25T09:23:16-07:00
Forum: Developers
Topic: Thumbnail creation of PSD file with text in it
Replies: 5
Views: 10002

Re: Thumbnail creation of PSD file with text in it

Thanks quick response. As per suggestion run below command but same issue. convert src.psd[0] -auto-orient -strip -colorspace sRGB -density 72 -sample "500x375>" -quality 80 des_thumb.JPG Run identify on output file and got below response: identify des_thumb.JPG des_thumb.JPG[0] PSD 250x37...
by anjanisingh22
2018-07-25T08:43:18-07:00
Forum: Developers
Topic: Thumbnail creation of PSD file with text in it
Replies: 5
Views: 10002

Thumbnail creation of PSD file with text in it

We are using Image magick with Version: ImageMagick 7.0.8-7 to thumbnail of PSD file with text in it. We are running the same in Linux environment.We used the following command to generate the thumbnail. convert src.psd -intent relative -density 72 -sample “500x375>” -quality 80 -colorspace sRGB -st...