Search found 4 matches
- 2017-02-27T03:46:03-07:00
- Forum: Users
- Topic: Unable to get thumbnail from a 32bpc PSD file
- Replies: 2
- Views: 2502
Unable to get thumbnail from a 32bpc PSD file
Command Used : magick convert chDisabBinaryOn.psd -flatten -thumbnail 1280x1280 test.png Outcome : convert: improper image header `chDisabBinaryOn.psd' @ error/psd.c/ReadPSDImage/ 1964. convert: no images defined `test.png' @ error/convert.c/ConvertImageCommand/3254. IMageMagick version : Version ...
- 2015-11-06T03:12:19-07:00
- Forum: Users
- Topic: Thumbnail generated from CMYK tiff loses profile info as well as colors
- Replies: 5
- Views: 2721
Re: Thumbnail generated from CMYK tiff loses profile info as well as colors
I used sRGB_IEC61966-2-1_black_scaled.icc ( hope thats what you meant). Here is the command used with attached sample image convert.exe -density 1200 cd.tif -write mpr:image +delete ( mpr:image -thumbnail "1280x1280>" -profile "sRGB_IEC61966-2-1_black_scaled.icc" -write cq5dam.thumbnail.1280.1280 ...
- 2015-11-06T02:30:52-07:00
- Forum: Users
- Topic: Thumbnail generated from CMYK tiff loses profile info as well as colors
- Replies: 5
- Views: 2721
Re: Thumbnail generated from CMYK tiff loses profile info as well as colors
Hey snibgo, Thanks for the clarification on storing part of CMYK profile in png. But png thumbnail should not loose color, it should maintain the fidelity of colors and contrasts while converting from CMYK to RGB .
- 2015-11-06T00:47:37-07:00
- Forum: Users
- Topic: Thumbnail generated from CMYK tiff loses profile info as well as colors
- Replies: 5
- Views: 2721
Thumbnail generated from CMYK tiff loses profile info as well as colors
We have couple of tiff and eps images with CMYK colorspace or embedded icc profile ISO39 U320 K90. We are using below command and its other variants (using -profile <profile.icc>) but none seems successful in generating correct png thumbnails which retains both colors as well as profile . convert ...