Opened 15 years ago

Last modified 15 years ago

#21420 closed defect

ImageMagick convert no longer respects -density — at Version 2

Reported by: ndw@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: ImageMagick

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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.

Change History (3)

Changed 15 years ago by ndw@…

Attachment: 9.svg added

A sample SVG file

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to ryandesign@…
Port: ImageMagick added

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

You should report this problem to the developers of ImageMagick.

Note: See TracTickets for help on using tickets.