Portability | portable |
---|---|
Stability | experimental |
Maintainer | misc@NOSPAMalpheccar.org |
Safe Haskell | None |
PDF Images
- data PDFJpeg
- data JpegFile
- data RawImage
- createPDFJpeg :: JpegFile -> PDF (PDFReference PDFJpeg)
- readJpegFile :: FilePath -> IO (Either String JpegFile)
- jpegBounds :: JpegFile -> (PDFFloat, PDFFloat)
- createPDFRawImage :: Double -> Double -> Bool -> Vector Word32 -> PDF (PDFReference RawImage)
Images
Types
Functions
createPDFJpeg :: JpegFile -> PDF (PDFReference PDFJpeg)Source
Use an abstract description of a Jpeg to return a PDFReference that can be used to manipulate the Jpeg in the context of the PDF document
readJpegFile :: FilePath -> IO (Either String JpegFile)Source
Read a JPEG file and return an abstract description of its content or an error The read is not lazy. The whole image will be loaded into memory
jpegBounds :: JpegFile -> (PDFFloat, PDFFloat)Source
Get the JPEG bounds