]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/img/discussion.mdwn
wikilinks can already point to remote images?
[git.ikiwiki.info.git] / doc / plugins / img / discussion.mdwn
index e1bb2d15b0b2fb1d313cd328813b54538be16500..5ab1963c5b4f7e7890c26396afe5b70d4bd97062 100644 (file)
@@ -10,3 +10,18 @@ It would be handy if the `class` and `id` tags were passed through to the surrou
 
 > Seems unlikely to break *too* much. I can imagine css that styles the img
 > unexpectedly applying the table. --[[Joey]]
 
 > 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]]
+
+---
+
+Is it possible to give an external image URL, must the image be local? One use case would be displaying *badges*, like [[the number of stars|https://img.shields.io/github/stars/joeyh/ikiwiki.svg]] of a [[github project|http://github.com/joeyh/ikiwiki]], but ``\[[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]`` does not work: [[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]. --[[Louis|spalax]]
+
+> Eventually wrote my own plugin: [[plugins/contrib/rimg]]. --[[Louis|spalax]]
+
+>> What's wrong with using a wikilink, \[[https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]?
+>> --[[smcv]]