mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-02 11:37:08 +01:00
3 lines
86 B
OCaml
3 lines
86 B
OCaml
|
(** Return the dimensions of a JPEG *)
|
||
|
val jpeg_dimensions : Pdfio.bytes -> int * int
|