Skip to content

Commit 8cf7268

Browse files
committed
Prepare for v2.3
1 parent 2923f00 commit 8cf7268

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
imgp v2.3
2+
2017-04-17
3+
4+
Modifications
5+
- Show number of images not processed due to low resolution
6+
- Option `--size` to limit processing by minimum image size
7+
8+
-------------------------------------------------------------------------------
9+
110
imgp v2.2
211
2016-10-10
312

imgp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ debug = False # enable debug information
4747
no_res_opt = False # --res is not specified
4848
pad = '_IMGP' # output file suffix when --overwrite is unused
4949
init_time = time.time() # profile the total time taken
50-
_VERSION_ = '2.2' # current program version
50+
_VERSION_ = '2.3' # current program version
5151

5252
# Globals for multiprocessing
5353
pool = None

imgp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "IMGP" "1" "Oct 2016" "Version 2.2" "User Commands"
1+
.TH "IMGP" "1" "Apr 2017" "Version 2.3" "User Commands"
22
.SH NAME
33
imgp \- Resize, rotate JPEG and PNG images.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)