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

core:image add support for option .flip_vertical #4826

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DerTee
Copy link

@DerTee DerTee commented Feb 11, 2025

This is basically the same as the option in stb_image to flip an image. One common use case is loading images for OpenGL which expects pixel data to be upside down, unlike most other graphics APIs and image formats.

I'm not super sure if this is useful to most people, plus it's trivial to write yourself if you do need it, so no problem if you decide not to accept this PR just for irrelevance :)

DerTee added 3 commits February 11, 2025 01:10
This is basically the same as the option in stb_image to flip an image.
One common use case is loading images for OpenGL which expects pixel data to be
upside down, unlike most other graphics APIs and image formats.
@gingerBill gingerBill requested a review from Kelimion February 11, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant