Search found 5 matches

by hyanwong
2020-11-09T07:01:12-07:00
Forum: Bugs
Topic: ImageMagick SVG reading doesn't like styles in CDATA markup
Replies: 0
Views: 138983

ImageMagick SVG reading doesn't like styles in CDATA markup

According to the SVG specs at https://www.w3.org/TR/SVG11/styling.html#StylingWithCSS ,"it is highly recommended that internal style sheets be placed inside CDATA blocks.". But when I do this, the styles are then ignored by ImageMagick when converting to e.g. PNG. For example, here's a bas...
by hyanwong
2014-11-20T05:02:29-07:00
Forum: Users
Topic: Get details of exif rotation information from -auto-orient (e.g. using :info)
Replies: 2
Views: 4553

Get details of exif rotation information from -auto-orient (e.g. using :info)

Is there a list anywhere of the details output by the :info flag? I'm particularly interested in whether I can obtain details of what rotation (if any) ImageMagick does when converting an image with the -auto-orient option. Thanks
by hyanwong
2013-07-03T10:49:08-07:00
Forum: Users
Topic: Different signature hashes between IM versions?
Replies: 9
Views: 18060

Re: Different signature hashes between IM versions?

Great, thanks. If it does change in the future, perhaps you could consider adding a "backwards compatibility" flag?

Out of interest, are there any plans to try adding perceptual hashes in the future?
by hyanwong
2013-07-03T08:54:47-07:00
Forum: Users
Topic: Different signature hashes between IM versions?
Replies: 9
Views: 18060

Re: Different signature hashes between IM versions?

The image signature algorithm has changed between some releases of ImageMagick. Is this now considered stable and unchanging, or will it be subject to change in the future? If I want to store the image signature of many millions of images in a large and long-term database, how sure can I be that fu...