Changes between Initial Version and Version 2 of Ticket #21420


Ignore:
Timestamp:
Sep 16, 2009, 2:00:39 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You should report this problem to the developers of ImageMagick.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21420

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port ImageMagick added
  • Ticket #21420 – Description

    initial v2  
    11At some point in the past couple of months (before I upgraded to 1.8.0, but I don't know precisely when), ImageMagick's convert program stopped respecting the -density option.
    22
     3{{{
    34convert something.svg something.png
     5}}}
    46
    57produces a 72dpi version of the source SVG file. It used to be
    68the case that
    79
     10{{{
    811convert --density=150 something.svg something150.png
     12}}}
    913
    1014would produce a 150dpi version of the source SVG file.