What I mean is to be able to use a "Homothetic transformation" (I checked in Wikipedia, so this one should exist ;-) )
If I use the current "cStretchImage" mode, the proportions of the picture are changed to fill enterelly the image component.
If I use cCenterImage or cNormalImage, the proportions are kept, but if the picture is bigger than the component, then only a portion of the picture will be displayed.
What I would like is to be able to see the full picture, reduced so that it fits inside the component, but keeping the initial proportions (a square will remain square).
Hope this makes sense !