img: Generate png format thumbnails for svg images.
authorJoey Hess <joey@kitenet.net>
Wed, 29 Jun 2011 18:40:30 +0000 (14:40 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 29 Jun 2011 18:40:30 +0000 (14:40 -0400)
commitae1857b43cf55a393a507b8434f172cbdb29d5b0
tree60e038310418c7e250bd0958408eb3bec9c143b2
parentc90bc78d440d63b0ea2f62146edc54e88fb97c32
img: Generate png format thumbnails for svg images.

Imagemagick does not generate svg images very well, but it can convert
them to png quite well.

For browsers that don't yet support displaying svg, this also provides a
workaround; just scale the svg down to get a png. But the workaround is
partial, since scaling the image larger, or leaving it the same size will
cause the original svg to be displayed. Since browsers are actively
improving svg support, this is good enough for me.
IkiWiki/Plugin/img.pm
debian/changelog