XamlBrewer / UWP-ImageCropper-

An ImageCropper control for UWP.
MIT License
30 stars 10 forks source link

Large output image #4

Open TheSETJ opened 7 years ago

TheSETJ commented 7 years ago

Hey

I want to use your copper in my project, but I've noticed that cropped image dimensions are not right and also file size is very large. As an example, I picked a .jpg image which was 2560x1600 and 701KB and tried to crop a ~500x500 part of it, but cropped image was ~1000x1000 and more than 1MB. I've tried some other images and I've got different image size and large file size. Can you please resolve this issue?

TheSETJ commented 7 years ago

I found the reason of large size of saved file. You are using TiffEncoderId for .jpg images (and also for .gif images). Please correct them.