]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
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>
Sat, 13 Jun 2015 19:00:08 +0000 (20:00 +0100)
$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.


No differences found