Version / docstrings

This commit is contained in:
John Whitington 2024-07-24 14:54:12 +01:00
parent e384ee957a
commit d9788a2bba
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
2.7.1 (August 2024) 2.7.1 (July 2024)
New features: New features:

2
cpdf.1
View File

@ -1,7 +1,7 @@
.\" Process this file with .\" Process this file with
.\" groff -man -Tascii cpdf.1 .\" groff -man -Tascii cpdf.1
.\" .\"
.TH CPDF 1 "AUGUST 2024" "" "" .TH CPDF 1 "JULY 2024" "" ""
.SH NAME .SH NAME
cpdf \- PDF command line tools cpdf \- PDF command line tools
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,10 +1,10 @@
(* cpdf command line tools *) (* cpdf command line tools *)
let demo = false let demo = false
let agpl = false let agpl = true
let major_version = 2 let major_version = 2
let minor_version = 7 let minor_version = 7
let minor_minor_version = 1 let minor_minor_version = 1
let version_date = "(1st August 2024)" let version_date = "(24th August 2024)"
open Pdfutil open Pdfutil
open Pdfio open Pdfio

View File

@ -17,7 +17,7 @@ val image_resolution_json : Pdf.t -> int list -> float -> Pdfio.bytes
(** List images in JSON format *) (** List images in JSON format *)
val images : Pdf.t -> int list -> Cpdfyojson.Safe.t val images : Pdf.t -> int list -> Cpdfyojson.Safe.t
(** Reprocess images *) (** Reprocess images. See manual for details. *)
val process : val process :
q:float -> qlossless:float -> onebppmethod:string -> jbig2_lossy_threshold:float -> q:float -> qlossless:float -> onebppmethod:string -> jbig2_lossy_threshold:float ->
length_threshold:int -> percentage_threshold:float -> pixel_threshold:int -> length_threshold:int -> percentage_threshold:float -> pixel_threshold:int ->