Is it possible to get the image dimensions of an image loaded with LoadImage? When you apply it to a sprite the sprite is square so it's not possible to tell if it's a profile, landscape, or square image. I'm in the process of creating a pan and scale your profile pic you see in apps like Twitter and WhatsApp to add to my app and to the OryUI framework. It's working ok but it would be good if I can get access to the height and width of the image before it's applied to a sprite because as mentioned applying it to a sprite makes the sprite square. It doesn't distort the image, but when you get the sprite height and width both sizes are the same, even the image is clearly landscape.
Would it be done using Memblocks?
I've attached a screenshot of what I'm trying to create. The middle image of the 3
OryUI - A WIP AGK2 UI Framework