Safe Haskell | None |
---|---|
Language | Haskell2010 |
Determines the image type to be used for one particular pandoc output format.
Currently uses EPS for latex-based outputs (including PDF), and PNG for anything else.
Documentation
imageFormatTypeFor :: Format -> ImageFormat Source
The image file type to be used for the given output format. EPS is used for latex outputs, as it provides lossless scalability All other output formats use PNG for now.