Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
1,247 contributions in the last year
Contribution activity
May 1, 2020
radarhere has no activity
yet for this period.
April 2020
Created a pull request in python-pillow/Pillow that received 9 comments
Raise an EOFError when seeking too far in PNG
Resolves #4518
Looking at PngImagePlugin, there's no need for n_frames or is_animated to use property decorators - they can just be regular propert…
+8
−14
•
9
comments
- Added Python 3.9
- Increased epsilon to pass on Windows
- Updated CI targets
- Added Ubuntu 20.04 to Docker jobs
- Fixed drawing a jointed line with a sequence of numeric values
- Updated example code to new-style class
- Consider transparency when pasting text on an RGBA image
- Fixed bug when unpickling TIFF images
- Removed default arguments from pickle test helper functions
- Throw image loading error faster
- Parse orientation from XMP tags
- Simplified animation code
- Fixed comparison warnings
- Replaced TiffImagePlugin DEBUG with logging
- Added multiline text example
- Added method argument to single frame WebP saving
- Document getexif
- Updated PyPy to 7.3.1
- Removed success conditions
- Retry on apt-get update problems
- Updated deprecated method
- Update pip to fix PyQt5 install
- Removed redundant arguments