diff --git a/CHANGELOG b/CHANGELOG index bde3ecf..0274b32 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +imgp v2.3 +2017-04-17 + +Modifications +- Show number of images not processed due to low resolution +- Option `--size` to limit processing by minimum image size + +------------------------------------------------------------------------------- + imgp v2.2 2016-10-10 diff --git a/imgp b/imgp index 6aa2b8b..384bfa1 100755 --- a/imgp +++ b/imgp @@ -47,7 +47,7 @@ debug = False # enable debug information no_res_opt = False # --res is not specified pad = '_IMGP' # output file suffix when --overwrite is unused init_time = time.time() # profile the total time taken -_VERSION_ = '2.2' # current program version +_VERSION_ = '2.3' # current program version # Globals for multiprocessing pool = None diff --git a/imgp.1 b/imgp.1 index a790131..4998bc2 100644 --- a/imgp.1 +++ b/imgp.1 @@ -1,4 +1,4 @@ -.TH "IMGP" "1" "Oct 2016" "Version 2.2" "User Commands" +.TH "IMGP" "1" "Apr 2017" "Version 2.3" "User Commands" .SH NAME imgp \- Resize, rotate JPEG and PNG images. .SH SYNOPSIS