-
Notifications
You must be signed in to change notification settings - Fork 155
Add rotate_about_center_no_crop
to prevent pixel loss during image rotations
#688
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
Open
Tikitikitikidesuka
wants to merge
15
commits into
image-rs:master
Choose a base branch
from
Tikitikitikidesuka:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e9a8a0e
Add `rotate_into` and `rotate_about_center_into` functions to allow n…
Tikitikitikidesuka 463fe4b
Add `rotate_about_center_no_crop` function to rotate images without l…
Tikitikitikidesuka 0923401
Format new code with rustfmt
Tikitikitikidesuka b32bb1f
Add test to verify `rotate_about_center_no_crop`'s correct behaviour
Tikitikitikidesuka 7e24f65
Remove unused imports
Tikitikitikidesuka bfb96aa
Run rustfmt on the modified code
Tikitikitikidesuka cb5f773
Fix missing semicolon on assert method
Tikitikitikidesuka 454b9e5
Fix `test` typo as `text` on `test_rotate_nearest_quarter_turn_clockw…
Tikitikitikidesuka 142e427
Update `rotate_no_crop` tests
Tikitikitikidesuka 41785c7
Fix wrong `test_rotate_no_crop_bicubic_rgba` test and its correspondi…
Tikitikitikidesuka 9d45f8b
Make `rotate_about_center_into` and `rotate_into` private
Tikitikitikidesuka fc5d7b6
Merge branch 'master' of github.com:Tikitikitikidesuka/imageproc
Tikitikitikidesuka 292fa64
Clarify theta parameteron new rotate methods
Tikitikitikidesuka 9427e98
Add test to verify default parameter on `rotate_about_center_no_crop`
Tikitikitikidesuka f27d25e
Add missing test image for the `test_rotate_no_crop_default_color` test
Tikitikitikidesuka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
Uh oh!
There was an error while loading. Please reload this page.