mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-20 22:00:47 +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
|