|
| 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 |
|
| Produced by Haddock version 0.8 |