File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 5858workflows :
5959 version : 2
6060
61- test :
61+ CircleCI :
6262 jobs : &all-tests
6363 - py38
6464 - 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+
112imgp v2.8
2132020-12-01
314
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pad = '_IMGP' # output file suffix when --overwrite is unused
5757png_ip = Image .Resampling .LANCZOS # default interpolation for PNG
5858fill_color = '#ffffff' # BG color to strip alpha channel
5959init_time = time .time () # profile the total time taken
60- _VERSION_ = '2.8 ' # current program version
60+ _VERSION_ = '2.9 ' # current program version
6161
6262# Globals for multiprocessing
6363pool = 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"
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