cpdf-source/cpdfimage.mli

10 lines
321 B
OCaml
Raw Normal View History

2022-01-13 16:35:03 +00:00
(** Images *)
(** Extract images. *)
2021-12-21 14:57:42 +00:00
val extract_images : string ->
string ->
Cpdfmetadata.encoding -> bool -> bool -> Pdf.t -> int list -> string -> unit
2022-01-13 16:35:03 +00:00
(** Report image resolutions. *)
2021-12-21 15:25:59 +00:00
val image_resolution : Pdf.t -> int list -> float -> (int * string * int * int * float * float) list