diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-29 14:40:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-29 14:40:30 -0400 |
commit | ae1857b43cf55a393a507b8434f172cbdb29d5b0 (patch) | |
tree | 60e038310418c7e250bd0958408eb3bec9c143b2 /debian | |
parent | c90bc78d440d63b0ea2f62146edc54e88fb97c32 (diff) | |
download | ikiwiki-ae1857b43cf55a393a507b8434f172cbdb29d5b0.tar ikiwiki-ae1857b43cf55a393a507b8434f172cbdb29d5b0.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf17d213c..7b8d84e45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ ikiwiki (3.20110609) UNRELEASED; urgency=low * Support svg as a inlinable image type; svg images can be included on a page by simply linking to them, or by using the img directive. Note that sanitizing svg files is still not addressed. + * img: Generate png format thumbnails for svg images. -- Joey Hess <joeyh@debian.org> Thu, 09 Jun 2011 10:06:44 -0400 |