Hi guys,
I'm trying to resize an EditableImage on the server side.
Using this code the image is simply cropped to the given resolution. Is this behaviour intended?
I was hoping for the whole image to become bigger or smaller depending on it's original size.
I'm trying to resize an EditableImage on the server side.
// Resize image to the required resolutionEditableImage image = new EditableImage(currentImage);image.Resize(imageWidth, imageHeight);Using this code the image is simply cropped to the given resolution. Is this behaviour intended?
I was hoping for the whole image to become bigger or smaller depending on it's original size.
