1
Graphics / Re: Textures are flipped when loaded
« on: April 04, 2021, 06:56:40 pm »
Oh, okay, I'll have to research a bit more to see if that is possible, thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
How is the image, once loaded into your program? Rotated 90°?Yes, whenever I try to load a jpg image into my program it appears to be rotated by 90º to the left ONLY IF the EXIF field is activated within the image (realized and tested this after you mentioned it).
What happens if you open the image into an image editor -- for example GIMP, which shows a popup when there's an EXIF rotation.GIMP shows that the image has this flag active. Do you know of a workaround for this case that doesn't include use of third-party libraries? If you know one but with third-party libraries, which one(s)? (the closest that seemed to solve this problem is ImageMagick)