ok, new problem with this jpg journey.
i have 2 images, one landscape and one portrait, but LoadImage return me width = 4000 and height = 3000 for both of them, and don't care about the image orientation. (for the portrait one i am supposed to get width = 3000 instead of width = 4000, same for the height)
this appens only on jpg images, because if i'm loading the sames images, but converted to png, the orientation is the right one.
@pallid lagoon if you have any hints on that
i guess this is why jpg is not supported by default in raylib, but it seems too simple to be just not supported because of that (to simple but not for me hehe)
also, the image loaded into raylib is darker than the original image; idk why