diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-28 23:23:06 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-28 23:31:53 -0400 |
commit | 03449610d6c666ba24bea68f01d896613e522278 (patch) | |
tree | ef18a7f5f402468472925252921c3a20c21ff734 /debian | |
parent | 94727e7fcfff204030bec64509ecedacb0abd6dc (diff) | |
download | ikiwiki-03449610d6c666ba24bea68f01d896613e522278.tar ikiwiki-03449610d6c666ba24bea68f01d896613e522278.tar.gz |
img: Don't generate new verison of image if it is scaled to be larger in either dimension.
Although imagemagick handles even really large sizes sanely, using a page
file, doing so would just waste time and disk space, since the browser
can be told to resize it larger.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 870abfdd5..992692566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,8 @@ ikiwiki (3.1415926) UNRELEASED; urgency=low * po: fix interdiction to create pages of type po (intrigeri) * po: po: favor the type of linking page's masterpage on page creation (intrigeri) + * img: Don't generate new verison of image if it is scaled to be + larger in either dimension. -- Joey Hess <joeyh@debian.org> Wed, 12 Aug 2009 12:25:30 -0400 |