cpdf-source/cpdfjpeg.mli

5 lines
115 B
OCaml
Raw Normal View History

2023-07-27 13:05:18 +02:00
(** JPEG Utilities *)
(** Return the width and height of a JPEG *)
2022-12-23 14:14:24 +01:00
val jpeg_dimensions : Pdfio.bytes -> int * int