summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/ImageSize.hs
Commit message (Collapse)AuthorAge
* Text.Pandoc.ImageSize: Handle EPS.John MacFarlane2013-07-16
| | | | | Closes #903. This change will make EPS images properly sized on conversion to Word.
* ImageSize: Added Pdf to ImageType.John MacFarlane2013-02-23
| | | | So far we have no function to determine PDF's size.
* ImageSize: Remove no longer exported readImageSize.John MacFarlane2013-01-11
|
* ImageSize: Use strict, not lazy bytestrings.John MacFarlane2013-01-11
|
* ImageSize: Fixed implementation of sizeInPoints.John MacFarlane2012-01-15
|
* Fixed whitespace bug in comments.John MacFarlane2012-01-15
|
* ImageSize: extract dpi information from PNG and JPEG.John MacFarlane2012-01-15
| | | | | * ImageSize record now includes dpiX, dpiY, pxX, pxY. * New functions sizeInPixels and sizeInPoints.
* Export ImageType(..) from ImageSize.John MacFarlane2012-01-14
|
* Added Text.Pandoc.ImageSize.John MacFarlane2012-01-14
This is intened for use in docx and odt writers, so the size of image boxes can be calculated.