-
Notifications
You must be signed in to change notification settings - Fork 624
Comparing changes
Open a pull request
base repository: image-rs/image
base: v0.23.5
head repository: image-rs/image
compare: v0.23.6
- 19 commits
- 29 files changed
- 4 contributors
Commits on Jun 10, 2020
-
Merge pull request #1257 from HeroicKatora/release-0.23.5
Release 0.23.5
Configuration menu - View commit details
-
Copy full SHA for ff6c4d9 - Browse repository at this point
Copy the full SHA ff6c4d9View commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a48f057 - Browse repository at this point
Copy the full SHA a48f057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f462a0 - Browse repository at this point
Copy the full SHA 1f462a0View commit details -
Add an AnimationDecoder adaptor for APNG
We do not yet handle all color types. This conveniently reminds us to make the transformation into a proper animated iterator a fallible one as adding limits later also influences this interface. In particular we must at least remember (read: allocate) one additional frame but potentially more. Furthermore the animation interface does yet allow the caller to allocate target buffers.
Configuration menu - View commit details
-
Copy full SHA for ec7abff - Browse repository at this point
Copy the full SHA ec7abffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d1a94 - Browse repository at this point
Copy the full SHA 43d1a94View commit details
Commits on Jun 17, 2020
-
Make apng infallible to convert
This fits the model of e.g. emulsion better: We can query in advance if the image is animated and can then decide to decode it as an animation but get the pure PNG fallback if we are oblivious to the animation capabilities just as if `png` itself did not support it. An ImageDecoder adapter can also be added as a rather pure extra. It's also cleaner to shift errors to actual decoding of images. We can delay allocation of buffers until that point. The exact buffer requirements could also depend on the dynamic information gained for the next image which would make it hard to query limits at construction time in any case.
Configuration menu - View commit details
-
Copy full SHA for da78e55 - Browse repository at this point
Copy the full SHA da78e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46df994 - Browse repository at this point
Copy the full SHA 46df994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46685fe - Browse repository at this point
Copy the full SHA 46685feView commit details
Commits on Jun 18, 2020
-
Merge pull request #1250 from HeroicKatora/apng-frames-iterator
Add an AnimationDecoder adaptor for APNG
Configuration menu - View commit details
-
Copy full SHA for 9131ad5 - Browse repository at this point
Copy the full SHA 9131ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504be00 - Browse repository at this point
Copy the full SHA 504be00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee92dc - Browse repository at this point
Copy the full SHA 7ee92dcView commit details -
Merge pull request #1262 from VVatashi/master
Fix loss of brightness in the JPEG encoder
Configuration menu - View commit details
-
Copy full SHA for 260f929 - Browse repository at this point
Copy the full SHA 260f929View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 698f96e - Browse repository at this point
Copy the full SHA 698f96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6661e23 - Browse repository at this point
Copy the full SHA 6661e23View commit details -
Merge pull request #1263 from sdroege/num-rational
Update num-rational/num-complex dependency to 0.3
Configuration menu - View commit details
-
Copy full SHA for b13da78 - Browse repository at this point
Copy the full SHA b13da78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b05badd - Browse repository at this point
Copy the full SHA b05baddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 191ea13 - Browse repository at this point
Copy the full SHA 191ea13View commit details
Commits on Jun 20, 2020
-
Merge pull request #1264 from HeroicKatora/ffi-helpers
Some helper and interop for FlatSamples
Configuration menu - View commit details
-
Copy full SHA for 0b21ce8 - Browse repository at this point
Copy the full SHA 0b21ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb0d31 - Browse repository at this point
Copy the full SHA 5fb0d31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.5...v0.23.6