Sponsors
Highlights
- 2 discussions answered
Block or Report
Block or report radarhere
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
3,666 contributions in the last year
Less
More
Contribution activity
March 2022
Created 65 commits in 10 repositories
Created 1 repository
- radarhere/unexpected-isaves Python
Created a pull request in python-pillow/Pillow that received 3 comments
Fixed reading 9 to 15-bit PGM
Resolves #5403 The image from the issue is 10-bit PGM. As per http://netpbm.sourceforge.net/doc/pgm.html, this bit depth can be determined from the…
+60
−6
•
3
comments
Opened 39 other pull requests in 9 repositories
python-pillow/Pillow
10
open
15
merged
1
closed
- Added WebP default duration of zero when saving
- Removed unused variable
- Fixed calling DisplayViewer or XVViewer without a title
- If an error occurs after creating a file, remove the file
- Added support for reading I;16R TIFF images
- decode() should return -1 when finished
- Added merging images example
- Retain RGBA transparency when saving multiple GIF frames
- Updated harfbuzz to 4.0.1
- Handle EXIF data truncated to just the header
- Save additional ICO frames with other bit depths if supplied
- Added support for PPM arbitrary maxval
- decode() should return -1 when finished
- Removed load_prepare nearly identical to ImageFile load_prepare
- When converting, clip I;16 to be unsigned, not signed
- Updated setup-python, checkout and upload-artifact actions to v3
- pre-commit autoupdate --freeze
- Check if self.im is not None
- Document that histogram() uses 256 bins per channel
- Updated harfbuzz to 4.0.0
- Updated harfbuzz to 4.0.0
- Added support for reading BMP images with RLE8 compression
- Reset size when seeking away from "Large Thumbnail" MPO frame
- Document alternatives to accessing individual pixels
- Updated Python for doccheck to 3.10
- Some pull requests not shown.