mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-25 08:55:55 +00:00
Add haddock for dpi parameter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user