Document setPreserveAnimation in readme, processing docs, changelog - #20
Merged
Merged
Conversation
Tiny follow-up to PR #19 (animation preservation). Deferred from the PR itself to avoid a conflict with PR #18's full readme rewrite. - readme.md: extends the 'Tuning the encoder' example with setPreserveAnimation and a one-line note about the off-switch - docs/Processing-Images.md: same toggle in the tuning example, plus a new 'Animated images' section explaining the default behaviour and when to flip the toggle - CHANGELOG.md 2.0.0 entry: adds a bullet for setPreserveAnimation alongside the other configuration toggles
This file contains hidden or 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
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.
Tiny follow-up to #19. Deferred from that PR to avoid a conflict with #18's full readme rewrite, which has now landed.
readme.md: extends the Tuning the encoder example withsetPreserveAnimationand a one-line note about the off-switchdocs/Processing-Images.md: same toggle in the tuning example, plus a new Animated images section explaining the default behaviour and when to flip the toggleCHANGELOG.md2.0.0 entry: adds a bullet forsetPreserveAnimationalongside the other configuration togglesVerification
vendor/bin/phpunit— 77 tests, 212 assertions, all passingvendor/bin/phpstan analyze— no errorsvendor/bin/phpcs -s— no errors