My problem is that the cover images are not same size. I mean many times theres nice two-page images in the booklets, which cant be split into 2 different pages. Displaying that kind of images in static size area sucks. Of course I could add some space to the top and bottom of the image to make the aspect ratio of the actual image correct, but that sounds like too much work really...
Is there a way to get the original width and height of the image before loading the thumbnail with looks_loadThumbImage? I could determine correct width and height for smaller image.
I tried loading the image 1st with looks_loadImage but i could not figure out if theres a way to get any information out of the "image" structure. However, imo, it should not be required to load the image twice to get that information.
Give code, please
-e