more
This commit is contained in:
parent
61e7067437
commit
9ce1339cbb
|
@ -1,4 +1,6 @@
|
|||
(* Read a non-interlaced, non-transparent 24 bit PNG for inclusion in a PDF file *)
|
||||
(* Read and write non-interlaced, non-transparent 24 bit PNGs. Such a PNG may
|
||||
be loaded into a PDF simply by extracting its width and height from the
|
||||
IHDR, and concatenating all its IDAT data sections together. *)
|
||||
open Pdfutil
|
||||
open Pdfio
|
||||
|
||||
|
|
Loading…
Reference in New Issue