aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-01-17 12:18:56 +0100
committerJohn MacFarlane <[email protected]>2024-04-16 10:23:08 -0700
commit9a09c89636e78edaed52276a2b3e00fb7368631b (patch)
treef8c1c2fc188b67c31680a426d66b1bd10c1ec746
parent96add8b9cc525c63084ca14647d31f5eaec8171d (diff)
T.P.ImageSize: export `ImageSize` datatype
-rw-r--r--src/Text/Pandoc/ImageSize.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/ImageSize.hs b/src/Text/Pandoc/ImageSize.hs
index 727be238c..c183d7710 100644
--- a/src/Text/Pandoc/ImageSize.hs
+++ b/src/Text/Pandoc/ImageSize.hs
@@ -13,6 +13,7 @@ Portability : portable
Functions for determining the size of a PNG, JPEG, or GIF image.
-}
module Text.Pandoc.ImageSize ( ImageType(..)
+ , ImageSize(..)
, imageType
, imageSize
, sizeInPixels