Problems converting file
Problems converting file
Hi
I'm having weird problems with different file types. Need someone to test them to make sure it's not my setup.
The problems start when I try to convert EPS files generated by Adobe Illustrator CS2 and PDF files that were generated by Adobe Illustrator CS3 and Adobe InDesign CS3.
I've put the files here: http://public.me.com/craigfairhurst - go to "imagick" folder then the appropriate CS2 and CS3 folders.
Each of the jpg's was created with the convert command, as follows "convert -density 288 nameoffile.eps/pdf nameoffile.jpg"
The backgrounds for the CS2 files are wrong or the colour palette isn't as expected.
The CS3 files don't appear to have any kind of detail in them.
I've a file called "brookland.pdf" which was given to me in multi-page format. I'm not sure what generated the file. This file converts perfectly from PDF to JPG. No problems there, which is why I'm wondering if it's the files themselves.
Can somebody try those files with their setup? Do you get the same problems?
See signature for version numbers
Kind regards
I'm having weird problems with different file types. Need someone to test them to make sure it's not my setup.
The problems start when I try to convert EPS files generated by Adobe Illustrator CS2 and PDF files that were generated by Adobe Illustrator CS3 and Adobe InDesign CS3.
I've put the files here: http://public.me.com/craigfairhurst - go to "imagick" folder then the appropriate CS2 and CS3 folders.
Each of the jpg's was created with the convert command, as follows "convert -density 288 nameoffile.eps/pdf nameoffile.jpg"
The backgrounds for the CS2 files are wrong or the colour palette isn't as expected.
The CS3 files don't appear to have any kind of detail in them.
I've a file called "brookland.pdf" which was given to me in multi-page format. I'm not sure what generated the file. This file converts perfectly from PDF to JPG. No problems there, which is why I'm wondering if it's the files themselves.
Can somebody try those files with their setup? Do you get the same problems?
See signature for version numbers
Kind regards
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
To follow up on this, it would appear the convert command only like files generated by Adobe Acrobat. I've the Professional version.
I've uploaded another file to the imagick/cs3 folder with a PDF generated in Adobe Acrobat, from the original source file.
So to re-cap, there's the following files with respective results.
imagick/cs2/brookland-backliner.eps - Conversion to JPG Fails (produces Black Background when it should be white)
imagick/cs2/brookland-cover.eps - Conversion to JPG Fails (colours appear inverted)
imagick/cs3/flyer-from-acrobat.pdf - Conversion to JPG Works
imagick/cs3/flyer-from-indesign.pdf - Conversion to JPG Fails (no detail in image, solid black)
imagick/cs3/flyer-from-illustrator.pdf - Conversion to JPG Fails (no detail in image, solid black)
I'd really appreciate some help with this, completely bemused. Why would PDF's generated by Illustrator / InDesign not work?
You can find the files at http://public.me.com/craigfairhurst
Please let me know if they do / don't work for you.
Kind regards
I've uploaded another file to the imagick/cs3 folder with a PDF generated in Adobe Acrobat, from the original source file.
So to re-cap, there's the following files with respective results.
imagick/cs2/brookland-backliner.eps - Conversion to JPG Fails (produces Black Background when it should be white)
imagick/cs2/brookland-cover.eps - Conversion to JPG Fails (colours appear inverted)
imagick/cs3/flyer-from-acrobat.pdf - Conversion to JPG Works
imagick/cs3/flyer-from-indesign.pdf - Conversion to JPG Fails (no detail in image, solid black)
imagick/cs3/flyer-from-illustrator.pdf - Conversion to JPG Fails (no detail in image, solid black)
I'd really appreciate some help with this, completely bemused. Why would PDF's generated by Illustrator / InDesign not work?
You can find the files at http://public.me.com/craigfairhurst
Please let me know if they do / don't work for you.
Kind regards
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
Most likely you are creating JPEG images in the CMYK colorspace. Add -colorspace RGB before the image filename, for example:
- convert -density 288 -colorspace rgb brookland-backliner.eps brookland-backliner.jpg
Re: Problems converting file
Hi
No, it doesn't fail. However for the cover the image is noticeably different in image texture, I've uploaded the output.
Command run was "convert -density 360 -colorspace rgb brookland-cover.eps brookland-cover.jpg"
I'll test on other documents as well.
No, it doesn't fail. However for the cover the image is noticeably different in image texture, I've uploaded the output.
Command run was "convert -density 360 -colorspace rgb brookland-cover.eps brookland-cover.jpg"
I'll test on other documents as well.
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
For a proper color conversion you need two profiles: one for the CMYK input colorspace and an sRGB one for the output colorspace, for example,
- convert brookland-cover.eps -profile CMYK.icc -profile sRGB.iucc brookland-cover.jpg"
Re: Problems converting file
Not done any further tests yet.
With that command, I get:
[root@tower cs2]# convert brookland-cover.eps -profile CMYK.icc -profile sRGB.iucc brookland-cover.jpg
convert: unable to open image `CMYK.icc': @ error/blob.c/OpenBlob/2482.
convert: unable to open image `CMYK.icc': F8F85227F8F827F821F82720272027
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dM @ error/blob.c/OpenBlob/2482.
convert: unable to open file `CMYK.icc': @ error/blob.c/FileToBlob/830.
convert: unable to open image `sRGB.iucc': @ error/blob.c/OpenBlob/2482.
convert: unable to open file `sRGB.iucc': @ error/blob.c/FileToBlob/830.
[root@tower cs2]#
and the file outputted appears to have inverted colours.
With that command, I get:
[root@tower cs2]# convert brookland-cover.eps -profile CMYK.icc -profile sRGB.iucc brookland-cover.jpg
convert: unable to open image `CMYK.icc': @ error/blob.c/OpenBlob/2482.
convert: unable to open image `CMYK.icc': F8F85227F8F827F821F82720272027
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dM @ error/blob.c/OpenBlob/2482.
convert: unable to open file `CMYK.icc': @ error/blob.c/FileToBlob/830.
convert: unable to open image `sRGB.iucc': @ error/blob.c/OpenBlob/2482.
convert: unable to open file `sRGB.iucc': @ error/blob.c/FileToBlob/830.
[root@tower cs2]#
and the file outputted appears to have inverted colours.
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
You have to supply your own Swop and sRGB color profiles. We do not provide them.
Re: Problems converting file
Can the original documents colour profile be determined before converting the file?
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
[root@tower cs3]# identify -verbose flyer-from-illustrator.pdf
identify: Postscript delegate failed `flyer-from-illustrator.pdf': q0gH.cache @ error/pdf.c/ReadPDFImage/635.
Works for JPG.
identify: Postscript delegate failed `flyer-from-illustrator.pdf': q0gH.cache @ error/pdf.c/ReadPDFImage/635.
Works for JPG.
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
Works for PDF from indesign, however. Can't seem to find any information on the profile though.
Apologies for long output.
Code: Select all
[root@tower cs3]# identify -verbose flyer-from-indesign.pdf
Image: flyer-from-indesign.pdf
Format: PDF (Portable Document Format)
Class: DirectClass
Geometry: 595x842+0+0
Resolution: 72x72
Print size: 8.26389x11.6944
Units: Undefined
Type: ColorSeparation
Base type: ColorSeparation
Endianess: Undefined
Colorspace: CMYK
Depth: 16/8-bit
Channel depth:
cyan: 8-bit
magenta: 8-bit
yellow: 8-bit
black: 1-bit
Channel statistics:
Cyan:
min: 0 (0)
max: 65535 (1)
mean: 6866.05 (0.104769)
standard deviation: 17877.7 (0.272796)
kurtosis: 4.87897
skewness: 2.54948
Magenta:
min: 0 (0)
max: 65535 (1)
mean: 7089.59 (0.10818)
standard deviation: 16812.3 (0.25654)
kurtosis: 5.21999
skewness: 2.56504
Yellow:
min: 0 (0)
max: 65535 (1)
mean: 7973.3 (0.121665)
standard deviation: 17902.9 (0.273181)
kurtosis: 4.32755
skewness: 2.42196
Black:
min: 0 (0)
max: 0 (0)
mean: 0 (0)
standard deviation: 0 (0)
kurtosis: 0
skewness: 0
Image statistics:
Overall:
min: 0 (0)
max: 65535 (1)
mean: 4385.79 (0.0669229)
standard deviation: 14054.1 (0.214451)
kurtosis: 11.0469
skewness: 3.50783
Total ink density: 300%
Rendering intent: Undefined
Interlace: None
Background color: white
Border color: cmyk(223,223,223,0)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 595x842+0+0
Dispose: Undefined
Iterations: 0
Compression: Undefined
Orientation: Undefined
Properties:
date:create: 2010-02-12T16:28:38+00:00
date:modify: 2010-02-12T16:28:38+00:00
pdf:HiResBoundingBox: 595.276x841.89+0+0
pdf:Version: PDF-1.7
signature: 5eb43380286768cb145953a06fc56c0a5ceddcef35bf55ebd5d743b5f7cd5f0c
Artifacts:
verbose: true
Tainted: False
Filesize: 2.004MB
Number pixels: 501KB
Pixels per second: 25.05MB
User time: 0.020u
Elapsed time: 0:01.019
Version: ImageMagick 6.5.9-1 2010-02-04 Q16 http://www.imagemagick.org
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
Some image formats embed an image profile other require an external color profile. There are plenty available on the internet.
Re: Problems converting file
Hi magick. Thanks for the help so far.
I'm running "convert -density 288 brookland-cover-different-profile.eps -profile ../CMYK/CoatedFOGRA27.icc -profile ../RGB/ColorMatchRGB.icc brookland-cover-different-profile.jpg" and it is working, however I had to open the brookland-cover.eps file in Illustrator CS3 and change the colour profile to one that I have.
The problem I face however is automagically detecting the colour profile of the image when the file is given. How would you go about that?
In this case, I'm using an EPS file, and the EPS file states that there is a colour profile embedded into the image and its size, but no other information is given about the profile itself. See below:
This is no good to me, how do I read that data?
Thanks again.
I'm running "convert -density 288 brookland-cover-different-profile.eps -profile ../CMYK/CoatedFOGRA27.icc -profile ../RGB/ColorMatchRGB.icc brookland-cover-different-profile.jpg" and it is working, however I had to open the brookland-cover.eps file in Illustrator CS3 and change the colour profile to one that I have.
The problem I face however is automagically detecting the colour profile of the image when the file is given. How would you go about that?
In this case, I'm using an EPS file, and the EPS file states that there is a colour profile embedded into the image and its size, but no other information is given about the profile itself. See below:
Code: Select all
Profiles:
Profile-xmp: 44379 bytes
Thanks again.
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
And if the profile is embedded, is there no way to specify to use that one?
I can fetch some profile information through iMagick, using $im->getImageProfiles('*'), which returns an array containing this:
Apologies for the long output. Is there any way to process this into a useable .icc profile? I notice the data format appears to be a little different from those I've downloaded.
Kind regards
I can fetch some profile information through iMagick, using $im->getImageProfiles('*'), which returns an array containing this:
Code: Select all
application/postscript
Adobe Illustrator CS3
2010-02-12T17:44:11Z
2010-02-12T17:44:11Z
2010-02-12T17:44:11Z
184
256
JPEG
/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAC4AwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8ALLeZ4tL1towTJ+jLoLx6
/ElD4dicxo83LiyfVnUfkh5MiSISQtZO0nYiRo+fhTx7j5jvYU4hz9wfOGpuhuGCH4Oibbkdq7DJ
hqmd0MmKxRUPsd+30ZFvij7VHrWlBt026H+zFtCeWa0IQUYE/Y3Ckjv1A3GBmnSCMxqFqrNUsVqo
NenEsT7mv+YCqjBCvEA1YUZQAgZR1NOvw/jhVYi9RGAhPw13IO9KbfgK4qrBUHGi7HqD9o8hsTXw
6j+GKF68VBCsQSAGrsNjuTTwxVEfvjEHr+1T7Ir1DGp6jFCtDLOQx24EOAo+EAAVFAa9K9O+KEVB
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
/9k=
uuid:915132257F19DF11874BD5120A6D92F5
uuid:925132257F19DF11874BD5120A6D92F5
uuid:AE1837F9D580DE11A282E82AD64E0E28
uuid:B7AA8BA1AF7DDE1186468AF0F019B8A9
EmbedByReference
Brookland chair.tif
uuid:44093D4CBA7DDE118FBFBAD896105E9E
uuid:43093D4CBA7DDE118FBFBAD896105E9E
20.999999
29.700000
Centimeters
1
False
False
HalvettThin
HalvettThin
Unknown
Version 2.007;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032
False
MyriadPro-Regular.otf
Cyan
Magenta
Yellow
Black
Default Swatch Group
0
White
CMYK
PROCESS
0.000000
0.000000
0.000000
0.000000
Black
CMYK
PROCESS
0.000000
0.000000
0.000000
100.000000
Charcoal
CMYK
PROCESS
0.000000
0.000000
0.000000
75.000000
Graphite
CMYK
PROCESS
0.000000
0.000000
0.000000
60.000004
Ash
CMYK
PROCESS
0.000000
0.000000
0.000000
45.000000
Smoke
CMYK
PROCESS
0.000000
0.000000
0.000000
30.000002
Latte
CMYK
PROCESS
10.000002
23.000002
33.000000
0.000000
Capuccino
CMYK
PROCESS
15.999996
37.000000
58.000000
0.000000
Mochaccino
CMYK
PROCESS
32.000000
48.000000
76.000000
19.999998
Mocha
CMYK
PROCESS
42.999996
52.000000
80.000000
38.000000
Mars Red
CMYK
PROCESS
25.000000
100.000000
100.000000
25.000000
Ruby
CMYK
PROCESS
25.000000
100.000000
100.000000
0.000000
Red
CMYK
PROCESS
0.000000
100.000000
100.000000
0.000000
Pumpkin
CMYK
PROCESS
0.000000
75.000000
100.000000
0.000000
Squash
CMYK
PROCESS
0.000000
50.000000
100.000000
0.000000
Sunshine
CMYK
PROCESS
0.000000
25.000000
100.000000
0.000000
Pure Yellow
CMYK
PROCESS
0.000000
0.000000
100.000000
0.000000
Peridot
CMYK
PROCESS
25.000000
0.000000
100.000000
0.000000
Little Sprout Green
CMYK
PROCESS
50.000000
0.000000
100.000000
0.000000
Jade
CMYK
PROCESS
50.000000
0.000000
100.000000
25.000000
Mint Julep
CMYK
PROCESS
75.000000
0.000000
100.000000
25.000000
Emerald
CMYK
PROCESS
100.000000
25.000000
100.000000
25.000000
Sea Green
CMYK
PROCESS
100.000000
25.000000
50.000000
25.000000
Caribbean Blue
CMYK
PROCESS
100.000000
25.000000
25.000000
0.000000
Pure Cyan
CMYK
PROCESS
100.000000
0.000000
0.000000
0.000000
Hawaiian Blue
CMYK
PROCESS
100.000000
25.000000
0.000000
0.000000
Twillight Blue
CMYK
PROCESS
100.000000
50.000000
0.000000
0.000000
Starry Night Blue
CMYK
PROCESS
100.000000
75.000000
0.000000
0.000000
Deep Sea Blue
CMYK
PROCESS
100.000000
100.000000
0.000000
0.000000
Fresh Lavender
CMYK
PROCESS
75.000000
75.000000
0.000000
0.000000
Purple
CMYK
PROCESS
75.000000
100.000000
0.000000
0.000000
Amethyst
CMYK
PROCESS
50.000000
100.000000
0.000000
0.000000
Rasberry
CMYK
PROCESS
25.000000
100.000000
0.000000
0.000000
Pure Magenta
CMYK
PROCESS
0.000000
100.000000
0.000000
0.000000
Global Red
PROCESS
100.000000
CMYK
0.000000
100.000000
100.000000
0.000000
Global Squash
PROCESS
100.000000
CMYK
0.000000
50.000000
100.000000
0.000000
Global Pure Yellow
PROCESS
100.000000
CMYK
0.000000
0.000000
100.000000
0.000000
Global Green
PROCESS
100.000000
CMYK
80.000000
0.000000
100.000000
0.000000
Global Pure Cyan
PROCESS
100.000000
CMYK
100.000000
0.000000
0.000000
0.000000
Global Deep Sea Blue
PROCESS
100.000000
CMYK
100.000000
100.000000
0.000000
0.000000
Kind regards
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
I tried setting the profile to the one given back from $im->getImageProfiles, however it was an XMP profile, and using
Produced the same results as with no color profile. So I'm a little stuck.
Is there any command line tools that can extract the embedded image profile? I notice there is a program called exiftool, see here: http://linux.die.net/man/1/exiftool - will give this a try.
Code: Select all
$profile = $im->getImageProfiles('*');
$profiles = $im->getImageProfiles$im->setImageProfile('xmp', $profile['xmp'])
Is there any command line tools that can extract the embedded image profile? I notice there is a program called exiftool, see here: http://linux.die.net/man/1/exiftool - will give this a try.
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
Re: Problems converting file
Successfully installed exiftool, and am using: however nothing is outputted. It should output the icc profile to a separate file, see the examples at the link above. This does make sense, as no icc information was returned by the iMagick getImageProfiles method. However the file itself is set to use CoatedFOGRA27.icc so I know it should return one.
Anybody got any ideas? Would greatly appreciate any input at this stage.
Many thanks
Code: Select all
exiftool -icc_profile -b -w icc brookland-cover-different-profile.eps
Anybody got any ideas? Would greatly appreciate any input at this stage.
Many thanks
ImageMagick 6.5.9-1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1
GhostScript 8.7
libpng-1.2.43RC1
iMagick 3.0.0RC1