Skip to content
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

ImageTransform Problems #9

Open
Ignotus-mago opened this issue Jul 11, 2024 · 1 comment
Open

ImageTransform Problems #9

Ignotus-mago opened this issue Jul 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ignotus-mago
Copy link
Owner

There were problems with flips on primary and secondary diagonals. I commented out adjustToImage(img) at the top of each ImageTransform method. As a result, from all the ImageTransform methods, I returned the whole display image as the new image. So, I'm not really working on the rectangular image I loaded from disk any longer, but on a PGraphics sized to the display. BitmapTransform methods then handle the display-sized image without problems. The display does not have to be a square.

However, this was not ideal, and it still isn't. Maybe I won't include ImageTransform in the first publication of the PixelAudio library. Solve it later.

@Ignotus-mago Ignotus-mago added the bug Something isn't working label Jul 11, 2024
@Ignotus-mago
Copy link
Owner Author

ImageTransform is now deprecated. Probably won't be included in the release version. It may be worth revisiting in some other context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant