Convert 300 DPI JPG to 300 DPI EPS with TIFF preview
Posted: 2011-04-19T09:51:40-07:00
I've tried various commands and cannot get the DPI set correctly. I've been at this for 6 hours or so. No matter what I try, when I run identify, it tells me the image is 72 dpi.
"C:\Program Files\ImageMagick-6.6.9-Q16\convert.exe" C:\temp\HotFolder\Export\test.jpg -units PixelsPerInch -density 300 ept:C:\temp\HotFolder\Import\Itest.eps
I also tried moving density first based on a forum that I read, but still get the same results.
C:\Program Files\ImageMagick-6.6.9-Q16>identify -verbose C:\temp\HotFolder\Impor
t\Itest.eps
Image: C:\temp\HotFolder\Import\Itest.eps
Format: EPT (Encapsulated PostScript with TIFF preview)
Class: DirectClass
Geometry: 86x57+0+0
Resolution: 72x72
Print size: 1.19444x0.791667
Units: Undefined
Type: TrueColorMatte
Endianess: Undefined
Colorspace: RGB
Depth: 16/8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
alpha: 1-bit
The original file is:
C:\Program Files\ImageMagick-6.6.9-Q16>identify -verbose C:\temp\HotFolder\Expor
t\test.jpg
Image: C:\temp\HotFolder\Export\test.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Class: DirectClass
Geometry: 358x239+0+0
Resolution: 300x300
Print size: 1.19333x0.796667
Units: PixelsPerInch
Type: TrueColor
Endianess: Undefined
Colorspace: RGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
"C:\Program Files\ImageMagick-6.6.9-Q16\convert.exe" C:\temp\HotFolder\Export\test.jpg -units PixelsPerInch -density 300 ept:C:\temp\HotFolder\Import\Itest.eps
I also tried moving density first based on a forum that I read, but still get the same results.
C:\Program Files\ImageMagick-6.6.9-Q16>identify -verbose C:\temp\HotFolder\Impor
t\Itest.eps
Image: C:\temp\HotFolder\Import\Itest.eps
Format: EPT (Encapsulated PostScript with TIFF preview)
Class: DirectClass
Geometry: 86x57+0+0
Resolution: 72x72
Print size: 1.19444x0.791667
Units: Undefined
Type: TrueColorMatte
Endianess: Undefined
Colorspace: RGB
Depth: 16/8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
alpha: 1-bit
The original file is:
C:\Program Files\ImageMagick-6.6.9-Q16>identify -verbose C:\temp\HotFolder\Expor
t\test.jpg
Image: C:\temp\HotFolder\Export\test.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Class: DirectClass
Geometry: 358x239+0+0
Resolution: 300x300
Print size: 1.19333x0.796667
Units: PixelsPerInch
Type: TrueColor
Endianess: Undefined
Colorspace: RGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit