File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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+
110imgp v2.2
2112016-10-10
312
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ debug = False # enable debug information
4747no_res_opt = False # --res is not specified
4848pad = '_IMGP' # output file suffix when --overwrite is unused
4949init_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
5353pool = None
Original file line number Diff line number Diff line change 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
33imgp \- Resize, rotate JPEG and PNG images.
44.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments