Font Sizes and Density
Posted: 2009-01-29T08:53:39-07:00
In the usage pages at http://www.imagemagick.org/Usage/text/#pointsize, it clearly indicates that increasing the density for a given font point size should result in a larger image, and in fact this used to work. However, when I try this now I get the same size image no matter what density I specify.
prompt% convert -pointsize 72 -density 72 label:Hello 72.jpg
prompt% convert -pointsize 72 -density 90 label:Hello 90.jpg
prompt% identify 72.jpg
72.jpg JPEG 175x83 175x83+0+0 8-bit PseudoClass 256c 3.4kb
prompt% identify 90.jpg
90.jpg JPEG 175x83 175x83+0+0 8-bit PseudoClass 256c 3.4kb
prompt% identify -version
Version: ImageMagick 6.4.8-9 2009-01-28 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Any ideas?
prompt% convert -pointsize 72 -density 72 label:Hello 72.jpg
prompt% convert -pointsize 72 -density 90 label:Hello 90.jpg
prompt% identify 72.jpg
72.jpg JPEG 175x83 175x83+0+0 8-bit PseudoClass 256c 3.4kb
prompt% identify 90.jpg
90.jpg JPEG 175x83 175x83+0+0 8-bit PseudoClass 256c 3.4kb
prompt% identify -version
Version: ImageMagick 6.4.8-9 2009-01-28 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Any ideas?