Thumbnail creation of PSD file with text in it
Posted: 2018-07-25T08:43:18-07:00
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 -strip -auto-orient dest.jpg
The thumbnail generation works fine. I am able to open the file and check the thumbnail. The problem is that the generated thumbnail is not opening in browser.
When I went a deeper, i found that the following are the properties of the generated thumbnail image. (used EXIF tool)
File Type : PSD
File Type Extension : psd
MIME Type : application/vnd.adobe.photoshop
I think the mimetype and file extensions are preventing it from rendering in the browser.
On other hand every thing works fine with ImageMagick 7.0.5-5 Q16 x86_64 2017-04-25. I do have windows installer but not able to find installer for unix env.
Thanks. Any help or directions to solve this problem is appreciated.!
Regards,
AS
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 -strip -auto-orient dest.jpg
The thumbnail generation works fine. I am able to open the file and check the thumbnail. The problem is that the generated thumbnail is not opening in browser.
When I went a deeper, i found that the following are the properties of the generated thumbnail image. (used EXIF tool)
File Type : PSD
File Type Extension : psd
MIME Type : application/vnd.adobe.photoshop
I think the mimetype and file extensions are preventing it from rendering in the browser.
On other hand every thing works fine with ImageMagick 7.0.5-5 Q16 x86_64 2017-04-25. I do have windows installer but not able to find installer for unix env.
Thanks. Any help or directions to solve this problem is appreciated.!
Regards,
AS