Possible bug in EPT creation

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
bordum
Posts: 2
Joined: 2012-08-23T06:19:10-07:00
Authentication code: 67789

Possible bug in EPT creation

Post by bordum »

I'm trying to convert a TIFF in a EPT image format.

This is the source image:
https://www.dropbox.com/s/4evwvbt8l31un ... Kitt-2.tif

And this is what I should get (extension is EPS but it is a EPT file):
https://www.dropbox.com/s/tijp06i8yihqv ... e-card.eps

But, instead, I obtain this:
http://dl.dropbox.com/u/54774962/prova.ept

The convert command I use is:

Code: Select all

convert CardArt-EarthaKitt-2.tif -colorspace CMYK -channel CYMK -depth 16 -type ColorSeparation -resize 1050x672 -density 300x300 prova.ept 
This is what I get from conversion process:

Code: Select all

Format: EPT (Encapsulated PostScript with TIFF preview)
  Class: DirectClass
  Geometry: 252x161+0+0
  Resolution: 1200x1200
  Print size: 0.21x0.134167
  Units: Undefined
  Type: TrueColorAlpha
  Endianess: Undefined
  Colorspace: sRGB
  Depth: 16/8-bit
  Channel depth:
    red: 8-bit
    green: 8-bit
    blue: 8-bit
    alpha: 1-bit
  Channel statistics:
    Red:
      min: 0 (0)
      max: 65535 (1)
      mean: 38546.5 (0.588182)
      standard deviation: 20074.4 (0.306316)
      kurtosis: -1.25341
      skewness: -0.428163
    Green:
      min: 0 (0)
      max: 65535 (1)
      mean: 34070 (0.519875)
      standard deviation: 19668.3 (0.300119)
      kurtosis: -1.4205
      skewness: -0.194447
    Blue:
      min: 0 (0)
      max: 65535 (1)
      mean: 27547.7 (0.420351)
      standard deviation: 17657.4 (0.269435)
      kurtosis: -1.29946
      skewness: 0.0971256
    Alpha:
      min: 65535 (1)
      max: 65535 (1)
      mean: 65535 (1)
      standard deviation: 0 (0)
      kurtosis: 0
      skewness: 0
  Image statistics:
    Overall:
      min: 0 (0)
      max: 65535 (1)
      mean: 25041.1 (0.382102)
      standard deviation: 16595.2 (0.253227)
      kurtosis: 2.0275
      skewness: 0.670347
  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)
  Interlace: None
  Background color: white
  Border color: srgba(223,223,223,1)
  Matte color: grey74
  Transparent color: none
  Compose: Over
  Page geometry: 252x161+0+0
  Dispose: Undefined
  Iterations: 0
  Compression: Undefined
  Orientation: Undefined
  Properties:
    date:create: 2012-08-23T13:39:27+02:00
    date:modify: 2012-08-23T13:39:27+02:00
    ps:HiResBoundingBox: 252x161-0-0
    ps:Level: Adobe-3.0 EPSF-3.0

    signature: f7c0c9bf5b8490bff5e6e7f69364d5218a044824adc2364a7c768b91f5feaab2
  Profiles:
    Profile-8bim: 13956 bytes
  Artifacts:
    filename: Documents/htdocs/tiff-pdf/Card-CardArt-EarthaKitt-1.ept
    verbose: true
  Tainted: False
  Filesize: 115KB
  Number pixels: 40.6K
  Pixels per second: 4.057MB
  User time: 0.000u
  Elapsed time: 0:01.009
  Version: ImageMagick 6.7.9-0 2012-08-17 Q16 http://www.imagemagick.org
This is what I should get:

Code: Select all

Image: CardArt-EarthaKitt-2-arroweye-card.eps
  Format: EPT (Encapsulated PostScript with TIFF preview)
  Class: DirectClass
  Geometry: 252x161+0+0
  Base geometry: 1050x672
  Resolution: 300x300
  Print size: 0.84x0.536667
  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: 8-bit
  Channel statistics:
    Cyan:
      min: 0 (0)
      max: 64764 (0.988235)
      mean: 9581.01 (0.146197)
      standard deviation: 9821.22 (0.149862)
      kurtosis: 6.23266
      skewness: 2.43491
    Magenta:
      min: 0 (0)
      max: 64250 (0.980392)
      mean: 12380.1 (0.188909)
      standard deviation: 10829.6 (0.16525)
      kurtosis: 2.02612
      skewness: 1.64586
    Yellow:
      min: 0 (0)
      max: 65535 (1)
      mean: 28305.7 (0.431917)
      standard deviation: 14184.3 (0.216439)
      kurtosis: 0.0292844
      skewness: 0.77694
    Black:
      min: 0 (0)
      max: 59110 (0.901961)
      mean: 2972.59 (0.0453588)
      standard deviation: 10725.8 (0.163666)
      kurtosis: 16.1816
      skewness: 4.10135
  Image statistics:
    Overall:
      min: 0 (0)
      max: 65535 (1)
      mean: 13309.9 (0.203095)
      standard deviation: 11510.6 (0.175641)
      kurtosis: 8.80804
      skewness: 2.94532
  Total ink density: 301%
  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)
  Interlace: None
  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)
  Compose: Over
  Page geometry: 252x161+0+0
  Dispose: Undefined
  Iterations: 0
  Compression: Undefined
  Orientation: Undefined
  Properties:
    date:create: 2012-08-23T13:20:31+02:00
    date:modify: 2012-08-23T13:20:31+02:00
    dc:format: image/epsf
    photoshop:ColorMode: 4
    ps:HiResBoundingBox: 252x161+0+0
    ps:Level: Adobe-3.0 EPSF-3.0
    rdf:Bag: 
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
            
    signature: 3c7be9a1e77a38684f3d63c19b3a4530ca56f5a8d3107b2c9c59648748564740
    stRef:documentID: xmp.did:C66423D35C5FE111B0C4EBB02E9A6DC1
    stRef:instanceID: xmp.iid:098011740720681197A5F5EF94BE4D5C
    stRef:originalDocumentID: xmp.did:C66423D35C5FE111B0C4EBB02E9A6DC1
    xmp:CreateDate: 2012-02-25T10:00:08+07:00
    xmp:CreatorTool: Adobe Photoshop CS5 Macintosh
    xmp:MetadataDate: 2012-08-13T18:27:50-07:00
    xmp:ModifyDate: 2012-08-13T18:27:50-07:00
    xmpMM:DocumentID: xmp.did:C66423D35C5FE111B0C4EBB02E9A6DC1
    xmpMM:InstanceID: xmp.iid:0A8011740720681197A5F5EF94BE4D5C
    xmpMM:OriginalDocumentID: xmp.did:C66423D35C5FE111B0C4EBB02E9A6DC1
  Profiles:
    Profile-8bim: 12680 bytes
    Profile-exif: 394 bytes
    Profile-iptc: 367 bytes
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      City[1,90]: 0x00000000: 254700                                        -%
      unknown[2,0]: 0x00000000: 1c00                                          ;
    Profile-xmp: 22986 bytes
  Artifacts:
    filename: CardArt-EarthaKitt-2-arroweye-card.eps
    verbose: true
  Tainted: False
  Filesize: 162KB
  Number pixels: 40.6K
  Pixels per second: 0B
  User time: 0.000u
  Elapsed time: 0:01.000
  Version: ImageMagick 6.7.9-0 2012-08-17 Q16 http://www.imagemagick.org
How do I set "Base geometry" and "Print size"? Why density parameter has no effect whatever I set in the command line and "Resolution" don't change? Colorspace remains sRGB but I want to change it to CMYK. I'm unable to set "Type" and "Base type" to "ColorSeparation" also.

Do I something wrong or there is a bug?
Post Reply