There were 3 variants of ImageMagick on the server, so I uninstalled these together with GS, then reinstalled gs, then libgs-dev, then imagemagick and now I can convert PDF to any other format with impunity.
Thanks for your input Glenn.
Search found 3 matches
- 2017-09-11T07:11:46-07:00
- Forum: Users
- Topic: Error "Got 2576-byte ICC profile not recognized as sRGB"
- Replies: 3
- Views: 13018
- 2017-09-10T08:11:05-07:00
- Forum: Users
- Topic: Error "Got 2576-byte ICC profile not recognized as sRGB"
- Replies: 3
- Views: 13018
Re: Error "Got 2576-byte ICC profile not recognized as sRGB"
Thanks Glenn.
I tried all three of your options options.
1. Profile
I took sRGB_ICC_v4_Appearance.icc from http://www.color.org/profiles/srgb_appearance.xalter and referenced it thus:
convert -debug all file.pdf -profile sRGB_ICC_v4_Appearance.icc +profile * file.jpg
as I didn't know where to ...
I tried all three of your options options.
1. Profile
I took sRGB_ICC_v4_Appearance.icc from http://www.color.org/profiles/srgb_appearance.xalter and referenced it thus:
convert -debug all file.pdf -profile sRGB_ICC_v4_Appearance.icc +profile * file.jpg
as I didn't know where to ...
- 2017-09-09T11:58:49-07:00
- Forum: Users
- Topic: Error "Got 2576-byte ICC profile not recognized as sRGB"
- Replies: 3
- Views: 13018
Error "Got 2576-byte ICC profile not recognized as sRGB"
I'm converting a PDF to JPG with ImageMagick 7.0.5-4 and GS Ghostscript 9.10 on Ubuntu 14.04
I'm getting error "Got 2576-byte ICC profile not recognized as sRGB" a way through the convert process.
I'm using
convert -density 300 file.pdf -quality 91 file.jpg -debug all
But it's also erroring ...
I'm getting error "Got 2576-byte ICC profile not recognized as sRGB" a way through the convert process.
I'm using
convert -density 300 file.pdf -quality 91 file.jpg -debug all
But it's also erroring ...