module Pdfimage:Extract Imagessig
..end
type
pixel_layout =
| |
BPP1 |
| |
BPP8 |
| |
BPP24 |
| |
BPP48 |
type
image =
| |
JPEG of |
| |
JPEG2000 of |
| |
JBIG2 of |
| |
Raw of |
val get_image_24bpp : Pdf.pdfdoc -> Pdf.pdfobject -> Pdf.pdfobject -> image