]> 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 7a70da65fc6a28dd895d21636f0575cff2d21cb5..c87469d6f3f9aad8ba344d348354f6dfc29d7a6b 100644 (file)
@@ -6,4 +6,13 @@ 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?  --[[Nea
+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]]