mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-12 08:46:39 +01:00
5 lines
134 B
OCaml
5 lines
134 B
OCaml
(** JPEG2000 Utilities *)
|
|
|
|
(** Return the width and height of a JPEG2000 stream *)
|
|
val jpeg2000_dimensions : Pdfio.bytes -> int * int
|