summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/ImageSize.hs
Commit message (Collapse)AuthorAge
* 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.