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
|