cpdf-source/cpdfjpeg2000.mli
2024-03-20 20:24:44 +00:00

5 lines
134 B
OCaml

(** JPEG2000 Utilities *)
(** Return the width and height of a JPEG2000 stream *)
val jpeg2000_dimensions : Pdfio.bytes -> int * int