mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 11:50:54 +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
|