WPF image cropping
- by Califer
I'm loading layers of images to make a single image. I'm currently stacking them all onto a canvas. I've got it set up so the user can specify the final dimensions of the single image, but even when I change the size of the canvas the images retain their original sizes.
I tried to modify the image size as I was loading them in, but the sizes…