-
Notifications
You must be signed in to change notification settings - Fork 26
Image::crop() removed! #32
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
Comments
Hello, Yes, this feature has been removed while reworking the Painter to include the 2D acceleration, as it was not use in our examples or demos. Sorry for this disagreement. Regards, |
Ok, so there is no other way to do the same thing in version 1.11 for now, right? |
Yes, there is no way to crop images with 1.11. To get it, you will have to wait for the linux4microchip-2025.04 release and cherry-pick the extra patches we'll add on the master branch to reintroduce this feature. |
Thanks again, I have another question but I think I will open another issue closing this one. |
Hello, Thanks to Cyrille, he quickly did a patch to reintroduce it. As it has no side effect, we can take it for the 1.11 release. The API is slightly different. Regards, |
Wow! Sounds great! Thank you very much! |
Good Morning,
looking through the changelog of release 1.11-rc3 we found that the image::crop() method has been removed.
We usually employ it in our projects, are you planning to introduce anything similar? Dou you suggest any other method to do the same thing?
Thanks a lot and have a nice day
The text was updated successfully, but these errors were encountered: