Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-15 | ImageSize: Fixed implementation of sizeInPoints. | John MacFarlane | 1 | -1/+1 | |
2012-01-15 | Fixed whitespace bug in comments. | John MacFarlane | 1 | -19/+16 | |
2012-01-15 | ImageSize: extract dpi information from PNG and JPEG. | John MacFarlane | 1 | -45/+89 | |
* ImageSize record now includes dpiX, dpiY, pxX, pxY. * New functions sizeInPixels and sizeInPoints. | |||||
2012-01-14 | Export ImageType(..) from ImageSize. | John MacFarlane | 1 | -1/+1 | |
2012-01-14 | Added Text.Pandoc.ImageSize. | John MacFarlane | 1 | -0/+110 | |
This is intened for use in docx and odt writers, so the size of image boxes can be calculated. |