aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/ImageSize.hs
AgeCommit message (Expand)Author
2025-08-15ImageSize: Fix JPEG file signature detection.R. N. West
2025-08-14ImageSize: Handle jpgs with signature FF D8 FF EE.John MacFarlane
2025-08-06ImageSize: Unpack compressed object streams in PDFs...John MacFarlane
2025-07-29ImageSize: Add Point and Pica as constructors of ImageSize.John MacFarlane
2025-07-22T.P.ImageSize: support avif images.John MacFarlane
2024-11-22Add WebP support to ImageSize (#10397)silby
2024-06-11T.P.ImageSize: don't prefer exif width/height when they conflict...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-16T.P.ImageSize: export `ImageSize` datatypeAlbert Krewinkel
2023-04-07ImageSize: drop BOM at start of SVG if present.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-14ImageSize: use exif width and height when available.John MacFarlane
2020-12-13ImageSize: use JuicyPixels to extract size...John MacFarlane
2020-12-13ImageSize: use JuicyPixels to determine png size.John MacFarlane
2020-11-23ImageSize: default to DPI 72 if the format specifies DPI of 0.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-21Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command ...richarddavis
2019-03-20Improve pdfSize in ImageSize.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-08-10Avoid non-exhaustive pattern matches.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-02-18EMF Image size support (#4375)Andrew Pritchard
2018-02-16Make image size detection for PDFs more robust.John MacFarlane
2018-02-03C -> c.John MacFarlane
2018-02-02Determine image size for PDFs.John MacFarlane
2018-01-17ImageSize: add derived Eq instance to DimensionJesse Rosenthal
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-01hlintAlexander Krotov
2017-10-31Add Millimeter constructor to Dimension in ImageSize.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
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