Opened 15 years ago

Last modified 15 years ago

#21420 closed defect

ImageMagick convert no longer respects -density — at Initial Version

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

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.

Change History (1)

Changed 15 years ago by ndw@…

Attachment: 9.svg added

A sample SVG file

Note: See TracTickets for help on using tickets.