aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/ImageSize.hs
AgeCommit message (Expand)Author
2017-06-02hlint suggestions.John MacFarlane
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane
2017-05-20Improve SVG image size code.Marc Schreiber
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach
2017-02-26ImageSize: export lengthToDim, new function scaleDimension.John MacFarlane
2017-02-22imageSize interface changemb21
2017-02-22make imageSize recognize basic SVG dimensions, see #3462mb21
2017-01-25Removed hush from Text.Pandoc.Shared.John MacFarlane
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-21ImageSize: use safeRead instead of readMaybe.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-05ImageSize: Added functions for converting between image dimensions.John MacFarlane
2015-05-10ImageSize: fixed some exif parsing bugs.John MacFarlane
2015-05-09ImageSize: Use runGetOrFail with binary 0.7+.John MacFarlane
2015-05-09ImageSize: make jpeg header parsing routines return Either.John MacFarlane
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering
2015-02-18Remove landmine from ImageSizeMatthew Pickering
2014-06-20ImageSize: Use default instead of failing if image size not foundJohn MacFarlane
2014-06-19ImageSize: ignore unknown exif header tag rather than crashing.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane
2014-01-14Allow binary 0.5. Version bump to 1.12.3.1.1.12.3.1John MacFarlane
2014-01-09Minor improvement to exif parser.John MacFarlane
2014-01-09Better exif parsing, including image resolution.John MacFarlane
2014-01-08Text.Pandoc.ImageSize: Parse EXIF format JPGs.John MacFarlane
2013-07-16Text.Pandoc.ImageSize: Handle EPS.John MacFarlane
2013-02-23ImageSize: Added Pdf to ImageType.John MacFarlane
2013-01-11ImageSize: Remove no longer exported readImageSize.John MacFarlane
2013-01-11ImageSize: Use strict, not lazy bytestrings.John MacFarlane
2012-01-15ImageSize: Fixed implementation of sizeInPoints.John MacFarlane
2012-01-15Fixed whitespace bug in comments.John MacFarlane
2012-01-15ImageSize: extract dpi information from PNG and JPEG.John MacFarlane
2012-01-14Export ImageType(..) from ImageSize.John MacFarlane
2012-01-14Added Text.Pandoc.ImageSize.John MacFarlane