I have a fixed-size canvas (e.g. presentation slide). Need to embed a picture into it without any quality distortion. If the image is smaller than the canvas, it must be centered. If it's larger, it has to be scaled down to fit.
Does any reliable algorithm exist or I have to create it from scratch?
