diff options
-rw-r--r-- | src/Text/Pandoc/Image.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Image.hs b/src/Text/Pandoc/Image.hs index ce3c0e41d..468edf2c2 100644 --- a/src/Text/Pandoc/Image.hs +++ b/src/Text/Pandoc/Image.hs @@ -21,7 +21,7 @@ import qualified Control.Exception as E -- | Convert svg image to png. rsvg-convert -- is used and must be available on the path. -svgToPng :: Int +svgToPng :: Int -- ^ DPI -> L.ByteString -- ^ Input image as bytestring -> IO (Either Text L.ByteString) svgToPng dpi bs = do |