aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-01 03:52:02 -0400
committeradmin <admin@branchable.com>2014-09-01 03:52:02 -0400
commit18441e8ee01e9c63f0ca9e1279aaa97508338cc2 (patch)
treea8bb422d22143333b6b635e02c247bebb73be345 /doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
parentd5f53139259f57e6554614cede22ed08a59bfce7 (diff)
downloadikiwiki-18441e8ee01e9c63f0ca9e1279aaa97508338cc2.tar
ikiwiki-18441e8ee01e9c63f0ca9e1279aaa97508338cc2.tar.gz
apply one of my own suggestions
Diffstat (limited to 'doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn')
-rw-r--r--doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn b/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
index a8c8deebf..6425c1ece 100644
--- a/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
+++ b/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
@@ -41,4 +41,9 @@ If you use the rescaling feature of the directive [[ikiwiki/directive/img/]] wit
>>> remains in read-entire-file mode afterwards. To avoid odd side-effects,
>>> I would suggest using `readfile()` like `t/trail.t` does.
>>>
+>>> [[!template id=gitbranch branch=smcv/ready/imgforpdf-and-more author="[[chrysn]], [[smcv]]"
+ browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/imgforpdf-and-more]]
+>>> I've used `readfile()` (but not done anything about the ImageMagick file type)
+>>> in my copy of the branch.
+>>>
>>> --[[smcv]]