mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-11 16:35:35 +01:00
5 lines
115 B
OCaml
5 lines
115 B
OCaml
(** JPEG Utilities *)
|
|
|
|
(** Return the width and height of a JPEG *)
|
|
val jpeg_dimensions : Pdfio.bytes -> int * int
|