forked from python-pillow/Pillow
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test case for #774 #1
Merged
Merged
+11
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 5, 2014
radarhere
added a commit
that referenced
this pull request
Jul 5, 2014
Test case for python-pillow#774
radarhere
pushed a commit
that referenced
this pull request
Oct 1, 2015
Improved consistency of checks for flush
radarhere
pushed a commit
that referenced
this pull request
Dec 7, 2015
radarhere
pushed a commit
that referenced
this pull request
Nov 5, 2017
Avoid 'Symbol not found: _sprintf_s' on 'from PIL import _webp'
radarhere
pushed a commit
that referenced
this pull request
Mar 20, 2019
Test that background colours read are equal to saved colours
radarhere
pushed a commit
that referenced
this pull request
Dec 31, 2019
Corrected short and long range checks
radarhere
pushed a commit
that referenced
this pull request
Apr 7, 2020
Save in ICNS format to support all operating systems
radarhere
pushed a commit
that referenced
this pull request
May 1, 2020
Changed default offset for Exif
radarhere
pushed a commit
that referenced
this pull request
Jul 5, 2020
Updated documentation; Simplified code
radarhere
pushed a commit
that referenced
this pull request
Sep 29, 2020
Prefix other header includes
radarhere
pushed a commit
that referenced
this pull request
Dec 24, 2020
ICO append images suggestions
radarhere
pushed a commit
that referenced
this pull request
Feb 9, 2021
Fixed unexpected indentation
radarhere
pushed a commit
that referenced
this pull request
Jul 31, 2021
Added test and flush file pointer
radarhere
pushed a commit
that referenced
this pull request
Dec 19, 2021
Improved batch processing example in tutorial
radarhere
pushed a commit
that referenced
this pull request
Sep 21, 2022
…in-finding-new-size Round position in pad()
radarhere
pushed a commit
that referenced
this pull request
Sep 26, 2022
Improved palette handling in ImageOps
radarhere
pushed a commit
that referenced
this pull request
Oct 11, 2022
Only use colors from the palette file
radarhere
pushed a commit
that referenced
this pull request
Dec 4, 2022
Support saving JPEG comments
radarhere
pushed a commit
that referenced
this pull request
Mar 5, 2023
radarhere
pushed a commit
that referenced
this pull request
May 14, 2023
Only assert image is similar
radarhere
pushed a commit
that referenced
this pull request
May 22, 2023
Call init() if mimetype is not found with preinit()
radarhere
pushed a commit
that referenced
this pull request
Aug 11, 2023
_decoder.get_next() may return None
radarhere
pushed a commit
that referenced
this pull request
Sep 24, 2023
Added custom before_install to temporarily pin wheel to 0.31.1
radarhere
pushed a commit
that referenced
this pull request
Oct 1, 2023
Last trailer comment has priority
radarhere
pushed a commit
that referenced
this pull request
Nov 24, 2023
Do not assign new fp attribute to image when closing
radarhere
pushed a commit
that referenced
this pull request
Dec 24, 2023
Add tests for glyph alpha blending
radarhere
pushed a commit
that referenced
this pull request
Mar 1, 2024
Test error is raised without LOAD_TRUNCATED_IMAGES
radarhere
pushed a commit
that referenced
this pull request
Apr 17, 2024
Added SupportsArrayInterface
radarhere
pushed a commit
that referenced
this pull request
May 28, 2024
radarhere
pushed a commit
that referenced
this pull request
Jul 2, 2024
Do not import numpy.typing unless TYPE_CHECKING
radarhere
added a commit
that referenced
this pull request
Jul 17, 2024
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
radarhere
pushed a commit
that referenced
this pull request
Sep 7, 2024
Renamed variable for first part of splitext to root
radarhere
pushed a commit
that referenced
this pull request
Nov 16, 2024
Disable platform guessing instead of adding dependencies-prefix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The tests fail for me (before the fix), but should pass with the fix in python-pillow#775.