|
| Graphics.PDF.Image | | Portability | portable | | Stability | experimental | | Maintainer | misc@NOSPAMalpheccar.org |
|
|
|
|
|
| Description |
| PDF Images
|
|
| Synopsis |
|
|
|
|
| Images
|
|
| Types
|
|
| data PDFJpeg |
| A Jpeg PDF object
| Instances | |
|
|
| data JpegFile |
|
|
| Functions
|
|
| createPDFJpeg :: JpegFile -> PDF (PDFReference PDFJpeg) |
| 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) |
| 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) |
| Get the JPEG bounds
|
|
| Produced by Haddock version 0.8 |