cpdf-source/cpdfjpeg2000.mli

5 lines
134 B
OCaml
Raw Permalink Normal View History

2024-03-20 21:24:44 +01:00
(** JPEG2000 Utilities *)
(** Return the width and height of a JPEG2000 stream *)
val jpeg2000_dimensions : Pdfio.bytes -> int * int