]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
img: stop ImageMagick trying to be clever if filenames contain a colon
authorSimon McVittie <smcv@debian.org>
Sat, 13 Jun 2015 19:00:08 +0000 (20:00 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 5 May 2016 22:20:39 +0000 (23:20 +0100)
commit3badfb87141571c0219865360a93202048b0614c
tree38127c37b87e05e088ce670c128ed2a559dfc80d
parent91295c8976d17f7635dea5835487720a03826584
img: stop ImageMagick trying to be clever if filenames contain a colon

$im->Read() takes a filename-like argument with several sets of special
syntax. Most of the possible metacharacters are escaped by the
default `wiki_file_chars` (and in any case not particularly disruptive),
but the colon ":" is not.

It seems the way to force ImageMagick to treat colons within the
filename as literal is to prepend a colon, so do that.
IkiWiki/Plugin/img.pm
t/img.t