Skip to content

Commit c5d3fef

Browse files
committed
0.20230714: Threshold: EdgeDiv (combine EdgePlus & BlurDiv)
1 parent 4bb7b05 commit c5d3fef

33 files changed

+147
-59
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CC = gcc
55
CPP = g++
66
CFLAGS = -DUNIX -I$(SRCS) -Wall -s
77
VER = 0
8-
VERB = 20230707
8+
VERB = 20230714
99
ifeq ($(OS),Windows_NT)
1010
LIBS = FreeImage.lib
1111
PLIBF = $(PNAME).$(VER).dll

doc/imthreshold/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.20230714
2+
3+
Threshold: EdgeDiv (combine EdgePlus & BlurDiv)
4+
15
0.20230707
26

37
Threshold: DjVuC

doc/imthreshold/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20230707
1+
0.20230714

man/man1/imthreshold-a4.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-a4

man/man1/imthreshold-anytodjvu.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-anytodjvu

man/man1/imthreshold-anytominidjvu.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-anytodjvu

man/man1/imthreshold-bash-scripts.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-bash-scripts

man/man1/imthreshold-deskew.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-deskew

man/man1/imthreshold-fautoinv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-fautoinv

man/man1/imthreshold-fdespeckle.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ImThreshold" 1 0.20230707 "07 Jul 2023" "User Manual"
1+
.TH "ImThreshold" 1 0.20230714 "14 Jul 2023" "User Manual"
22

33
.SH NAME
44
imthreshold-fdespeckle

0 commit comments

Comments
 (0)