resize text items more than 72 px

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
umitdogan

resize text items more than 72 px

Post by umitdogan »

Hello,
I have really big problem to solve.
I need to resize my text more than 72 px. Almost for all font files text size is limited to 72 px. After that size I can resize the created image but quality is lost.
So I need to resize my text item for example 200 px. In theory, because text item is vector graphic, I could resize it any size without any quality loose.
Is this possible in IM.
Thx
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: resize text items more than 72 px

Post by anthony »

Increase -density, so as to increase the number of pixels involved!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply