Hei Everyone,
Wanted to ask, how should I approach the problem.
We have a webshop, with images, All of them are of different proportions all the time.
When I am using GetImage.ashx if I will request to generate image, if I want a thumbnail, than it will also crop - but as a result you will get an "cut image".
What If I would like it to crop Outside?
Or if you request image size that bigger than actual image itself, it will just return same image, and will not "fill in the blanks" so to speak, in order to meet the size of image I requested.
Any suggestions how to avoid this, and make sure that it fills the whole space as solid image by not streching or squeezing the image like it does with Crop=6 ?
/Dmitrij