cpdf
Cpdfpng
Read PNG files
type t = {
width : int;
height : int;
idat : Pdfio.bytes;
}
PNG files, represented only to the extent required to insert as PDF image objects
val read_png : Pdfio.input -> t
Read a non-interlaced, non-transparent 24 bit PNG for inclusion in a PDF file.