PdfimageExtract Images
type t = | JPEG of Pdfio.bytes * float list option| JPEG2000 of Pdfio.bytes * float list option| JBIG2 of Pdfio.bytes * float list option * int option| Raw of int * int * pixel_layout * Pdfio.bytesval get_image_24bpp : Pdf.t -> Pdf.pdfobject -> Pdf.pdfobject -> tGiven a pdf document, resources dictionary and a stream representing an image, return a triple : width, height, and a stream of (width * height * 3) bytes RGBRGB etc. In all instances, if JPEG or JPEG2000 or JBIG2 is the compression method, data is returned still encoded.
val colspace : Pdf.t -> Pdf.pdfobject -> Pdf.pdfobject -> Pdfspace.tGiven a PDF, an image and a /Resources dictionary, return the colourspace of the image
val bpc : Pdf.t -> Pdf.pdfobject -> Pdf.pdfobject optionGiven a PDF and an image, return any /BPC entry