Search found 1 match

by hraban
2015-05-17T03:40:39-07:00
Forum: Bugs
Topic: Imagemagick -format '%m' turns SVG into MVG if '%r' is present
Replies: 1
Views: 1444

Imagemagick -format '%m' turns SVG into MVG if '%r' is present

The mere presence of %r in the -format string makes %m detect SVG files as MVG files. Doesn't happen if %r is not present. Here's an example: hraban@virtualbox:/tmp$ curl 'http://upload.wikimedia.org/wikipedia/commons/0/02/SVG_logo.svg?download' > SVG_logo.svg hraban@virtualbox:/tmp$ identify SVG ...