Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

added 2 parameters (FinalCropHeight and FinalCropWidth) to the Croppe… #57

Closed TeodoroAbdo87 closed 1 year ago

TeodoroAbdo87 commented 1 year ago

For my database I need the images to always have the same size so I added 2 parameters (FinalCropHeight and FinalCropWidth) to the Cropper class and modified the GetCropedResult() method a little bit.