aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/svg_and_pdf_conversion_fails.mdwn
diff options
context:
space:
mode:
authorchrysn <chrysn@fsfe.org>2014-04-07 11:46:50 +0200
committerchrysn <chrysn@fsfe.org>2014-04-07 11:46:50 +0200
commit7c4381c6bb64961e5c7b8b9ea87e8fb2f50e75bc (patch)
treed739d4dfc4e83663297ac0e3a2a1f1db7f18c01b /doc/bugs/svg_and_pdf_conversion_fails.mdwn
parent95df5676f5f8b850182577db9cec7d20342178da (diff)
downloadikiwiki-7c4381c6bb64961e5c7b8b9ea87e8fb2f50e75bc.tar
ikiwiki-7c4381c6bb64961e5c7b8b9ea87e8fb2f50e75bc.tar.gz
svg (and pdf) handling: bug and fix
Diffstat (limited to 'doc/bugs/svg_and_pdf_conversion_fails.mdwn')
-rw-r--r--doc/bugs/svg_and_pdf_conversion_fails.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/svg_and_pdf_conversion_fails.mdwn b/doc/bugs/svg_and_pdf_conversion_fails.mdwn
new file mode 100644
index 000000000..5b910bc4f
--- /dev/null
+++ b/doc/bugs/svg_and_pdf_conversion_fails.mdwn
@@ -0,0 +1,17 @@
+when using the [[img plugin|plugins/img]] with an svg file, it is supposed to
+convert it into a png for display in all browsers, and because the typical use
+case is rendering small preview versions.
+
+this currently doesn't work (at least with graphicsmagick-libmagick-dev-compat
+1.3.18-1) due to the sequence imagemagick options are set, needs an extension
+to work for pdfs (or any other imagemagick compatibile file) too, and should
+have an additional parameter for page selection.
+
+i've provided a series of [[!taglink patch]]es in the chrysn/imgforpdf [[git]]
+branch.
+
+i'd prefer to go a step further, and not only convert pdf and svg files to png,
+but everything (with the possible exception of jpg files), as most other image
+formats can't be displayed in a browser anyway.
+
+--[[chrysn]]