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