EPS- Documents that simply consist of one Pixelimage

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wilfo
Posts: 1
Joined: 2016-08-18T02:40:58-07:00
Authentication code: 1151

EPS- Documents that simply consist of one Pixelimage

Post by wilfo »

Hi all,
among lots of other imageprocessing perfectly done with ImageMagick, i want to convert EPS (CMYK) to TIFF at 300dpi.
Almost all of my EPS consist of one Image, for whatever reason. Calling 'ImageMagick's convert' renders these documents through Ghostscript which takes about 30 seconds.
Is there any solution out there, that can detect such constellation, extract the included image and then does a much faster Pixelbased conversion by Magick?
Post Reply