File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 58
58
workflows :
59
59
version : 2
60
60
61
- test :
61
+ CircleCI :
62
62
jobs : &all-tests
63
63
- py38
64
64
- py39
Original file line number Diff line number Diff line change
1
+ imgp v2.9
2
+ 2023-09-10
3
+
4
+ - Support converting P mode PNGs
5
+ - Fix AttributeError: module 'PIL.Image' has no attribute 'Resampling'
6
+ - Fix ANTIALIAS is deprecated and will be removed in Pillow 10
7
+ - Add Python 3.11 support
8
+ - Remove support for Python 3.7 (EOL)
9
+
10
+ -------------------------------------------------------------------------------
11
+
1
12
imgp v2.8
2
13
2020-12-01
3
14
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pad = '_IMGP' # output file suffix when --overwrite is unused
57
57
png_ip = Image .Resampling .LANCZOS # default interpolation for PNG
58
58
fill_color = '#ffffff' # BG color to strip alpha channel
59
59
init_time = time .time () # profile the total time taken
60
- _VERSION_ = '2.8 ' # current program version
60
+ _VERSION_ = '2.9 ' # current program version
61
61
62
62
# Globals for multiprocessing
63
63
pool = None
Original file line number Diff line number Diff line change 1
- .TH "IMGP" "1" "01 Dec 2020 " "Version 2.8 " "User Commands"
1
+ .TH "IMGP" "1" "10 Sep 2023 " "Version 2.9 " "User Commands"
2
2
.SH NAME
3
3
imgp \- Resize, rotate JPEG and PNG images.
4
4
.SH SYNOPSIS
You can’t perform that action at this time.
1 commit comments
jarun commentedon Sep 10, 2023
@szlin, @pabloariasal, @dilawar, @eclipseo imgp v2.9 is released!
https://github.com/jarun/imgp/releases/tag/v2.9