Converting EMF to JPG
Posted: 2012-03-24T17:40:04-07:00
New to using ImageMagick...
Trying to convert an EMF to JPG (on a Windows box). No complex conversions, just trying, without success, to get the output resolution I want.
A simple default convert like CONVERT SRC.EMF DST.JPG runs the conversion to an apparently 'default' size of 3997x2000.
My goal is to output to a final resolution of 10K, 15K or even 20K pixel width.
Since EMF doesn't normally seem to have size information, I've tried issuing -GEOMETRY "10000x5000" and/or -DENSITY "10000x5000". In all cases I wind up with output images of those dimensions, but simply scaled upward, as if the source image was rasterized at the 'default' 3997x2000 and then scaled.
I was under the impression that -DENSITY would affect the dimensions of the rasterizing of the source image.
What would be the proper way to do what I want.
BTW: since it is a vector format, I can zoom in to view the fine details with Illustrator that are below the level of resolution on the output bitmapped image. It is those fine details I'm trying to preserve.
Trying to convert an EMF to JPG (on a Windows box). No complex conversions, just trying, without success, to get the output resolution I want.
A simple default convert like CONVERT SRC.EMF DST.JPG runs the conversion to an apparently 'default' size of 3997x2000.
My goal is to output to a final resolution of 10K, 15K or even 20K pixel width.
Since EMF doesn't normally seem to have size information, I've tried issuing -GEOMETRY "10000x5000" and/or -DENSITY "10000x5000". In all cases I wind up with output images of those dimensions, but simply scaled upward, as if the source image was rasterized at the 'default' 3997x2000 and then scaled.
I was under the impression that -DENSITY would affect the dimensions of the rasterizing of the source image.
What would be the proper way to do what I want.
BTW: since it is a vector format, I can zoom in to view the fine details with Illustrator that are below the level of resolution on the output bitmapped image. It is those fine details I'm trying to preserve.