#21420: ImageMagick convert no longer respects -density ----------------------------+----------------------------------------------- Reporter: ndw@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: ImageMagick ----------------------------+----------------------------------------------- Old description:
At 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.
convert something.svg something.png
produces a 72dpi version of the source SVG file. It used to be the case that
convert --density=150 something.svg something150.png
would produce a 150dpi version of the source SVG file.
Today, the density option is simply ignored and the resulting PNG is always 72dpi.
New description: At 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. {{{ convert something.svg something.png }}} produces a 72dpi version of the source SVG file. It used to be the case that {{{ convert --density=150 something.svg something150.png }}} would produce a 150dpi version of the source SVG file. Today, the density option is simply ignored and the resulting PNG is always 72dpi. -- Comment(by ryandesign@…): You should [http://www.imagemagick.org/mailman/listinfo/magick-bugs report this problem] to the developers of ImageMagick. -- Ticket URL: <http://trac.macports.org/ticket/21420#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS