cpdf-source/cpdfimage.mli

10 lines
321 B
OCaml
Raw Normal View History

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