Convert EPS to TIF
Posted: 2016-04-11T06:50:45-07:00
Hi there,
trying to convert EPS to TIF. Want so get the same result as doing so in Photoshop (Open EPS - Save as TIF with LZW Compression)
Commandline: convert -compress LZW image.eps image.tif
With ImageMagick 6.5.4-Q8 the EPS is converted to a TIF in base geometry size. So does Photoshop too.
With ImageMagick 6.9.3-Q16 the EPS is convertes to a TIF in page geometry size.
How does this come? How can i get 6.9.3 to use base geometry for sizing?
Greetings,
KC
Identify -verbose from the EPS:
trying to convert EPS to TIF. Want so get the same result as doing so in Photoshop (Open EPS - Save as TIF with LZW Compression)
Commandline: convert -compress LZW image.eps image.tif
With ImageMagick 6.5.4-Q8 the EPS is converted to a TIF in base geometry size. So does Photoshop too.
With ImageMagick 6.9.3-Q16 the EPS is convertes to a TIF in page geometry size.
How does this come? How can i get 6.9.3 to use base geometry for sizing?
Greetings,
KC
Identify -verbose from the EPS:
Code: Select all
Image: P:\ELO\Zeitschriften\prog\01_01_0001.eps
Format: PS (PostScript)
Mime type: application/postscript
Class: DirectClass
Geometry: 851x688+0+0
Base geometry: 3544x2866
Resolution: 300x300
Print size: 2.83667x2.29333
Units: PixelsPerInch
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: 8-bit
Channel statistics:
Pixels: 585488
Cyan:
min: 0 (0)
max: 65535 (1)
mean: 31682.4 (0.483443)
standard deviation: 19092.2 (0.291329)
kurtosis: -0.946258
skewness: -0.355256
entropy: 0.908727
Magenta:
min: 0 (0)
max: 65535 (1)
mean: 32941 (0.502648)
standard deviation: 18453.2 (0.281578)
kurtosis: -1.07035
skewness: 0.510134
entropy: 0.921316
Yellow:
min: 0 (0)
max: 65535 (1)
mean: 21972.8 (0.335284)
standard deviation: 22284.7 (0.340043)
kurtosis: -1.43844
skewness: 0.401641
entropy: 0.787666
Black:
min: 0 (0)
max: 65535 (1)
mean: 9012.55 (0.137523)
standard deviation: 16334.4 (0.249247)
kurtosis: 2.98807
skewness: 1.99241
entropy: 0.540402
Image statistics:
Overall:
min: 0 (0)
max: 65535 (1)
mean: 23902.2 (0.364724)
standard deviation: 19160.2 (0.292366)
kurtosis: -0.179813
skewness: 0.522875
entropy: 0.789528
Total ink density: 400%
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Background color: cmyk(255,255,255,0)
Border color: cmyk(223,223,223,0)
Matte color: cmyk(189,189,189,0)
Transparent color: cmyk(0,0,0,0)
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 851x688+0+0
Dispose: Undefined
Iterations: 0
Compression: Undefined
Orientation: Undefined
Properties:
date:create: 2016-04-11T15:49:29+02:00
date:modify: 2016-04-11T15:49:29+02:00
ps:HiResBoundingBox: 850.56x687.84+0+0
ps:Level: Adobe-3.0 EPSF-3.0
signature: 020649830b0cb8e2434e4be973e975b03273acb546dee5251a969399282d163e
Profiles:
Profile-8bim: 6560 bytes
Profile-iptc: 417 bytes
unknown[2,0]:
Caption[2,120]: Teenager, Zielscheibe, Pfeile
auáen, M„dchen, Bogenschltze, Jugendliche, lachen, Bogen, Pfeile, Sportbogen, Bogenschieáen, Freizeit, Hobby, Sport, Freizeitbesch„ftigung, Ziel, Treffer, Treffpunkt, Training, Freude, Spaá
Byline[2,80]: Pigneter
Credit[2,110]: Mauritius
Created Date[2,55]: 20001025
Priority[2,10]: 0
unknown[2,16]: Menschen, Berufe:Fitness, Frauen einzeln:Bogenschieáen
unknown[2,21]: 1423
unknown[2,23]: 00000
unknown[2,56]: 19941128
unknown[2,111]:
unknown[2,112]: 0002548
unknown[2,113]:
Local Caption[2,121]: 01531619
unknown[2,123]: 0000
Artifacts:
filename: P:\ELO\Zeitschriften\prog\01_01_0001.eps
verbose: true
Tainted: False
Filesize: 2.342MB
Number pixels: 585K
Pixels per second: 117.1MB
User time: 0.016u
Elapsed time: 0:01.005
Version: ImageMagick 6.9.3-8 Q16 x64 2016-04-10 http://www.imagemagick.org