NVM
NVM

Reputation: 5552

WPF Crop and resize an image without losing original image

I am trying to create a WPF control which crops and re-sizes an image via adorners without losing the original image ie once cropped it should be possible to get back the original by reversing the steps and the cropped image should also be resizeable.

Can't seem to come up with a viable solution.

Any bright ideas? Just need a general approach.

Upvotes: 2

Views: 5745

Answers (2)

Binil
Binil

Reputation: 6583

check out

Interactive WPF image cropper control

you can download the source. should thank teamdistinction.

Upvotes: 0

Related Questions