3 lines
86 B
OCaml
3 lines
86 B
OCaml
|
(** Return the dimensions of a JPEG *)
|
||
|
val jpeg_dimensions : Pdfio.bytes -> int * int
|