Image ratio problem

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

those file formats are vector formats and other than a resolution they have no specific size!!!

IM usies a resolution or -density of 72 whcih is appropriate for a computer display (though most computers are 100 dpi these days). That is why they are small pixle wise.

If you want them postscript printer size, try adding a -density 600x600 setting before reading in the vector format.

WARNING: A word about Vector Image formats
http://www.cit.gu.edu.au/~anthony/graph ... ts/#vector
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply