cpdf-source/cpdfimage.mli
John Whitington 98d37b58a5 more
2022-01-13 16:35:03 +00:00

10 lines
321 B
OCaml

(** Images *)
(** Extract images. *)
val extract_images : string ->
string ->
Cpdfmetadata.encoding -> bool -> bool -> Pdf.t -> int list -> string -> unit
(** Report image resolutions. *)
val image_resolution : Pdf.t -> int list -> float -> (int * string * int * int * float * float) list