]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/img/discussion.mdwn
Fix double UTF-8 decode on Perl < 5.20 with upgraded Encode.pm
[git.ikiwiki.info.git] / doc / plugins / img / discussion.mdwn
index 5bf340c561806ea23360b278c4ec10bde5f9956a..c87469d6f3f9aad8ba344d348354f6dfc29d7a6b 100644 (file)
@@ -7,3 +7,12 @@ instead of linking to the PNG image file.  --[[tschwinge]]
 > Done, use link=somepage --[[Joey]]
 
 It would be handy if the `class` and `id` tags were passed through to the surrounding `table` in the case of `caption` being present.  Would this break anything?  --[[neale]]
+
+> Seems unlikely to break *too* much. I can imagine css that styles the img
+> unexpectedly applying the table. --[[Joey]]
+
+[[!template id=gitbranch branch=kjs/img-sharpen author="[[Kalle Söderman|kjs]]"]]
+
+I have created a patch that allows the image to be sharpened when resampled.
+There is also an additional option to interlace the image using plane for
+progressive display. --[[kjs]]