You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the crop function do not save correctly when zoomed in, since I do not know how to calculate that.
The zoom function is based on a heavily modified version of ZoomBorder.cs, which is based on changing the values of ScaleTransform and TranslateTransform. My code is at /PicView/UILogic/TransformImage/Zoom.cs
Currently the crop function do not save correctly when zoomed in, since I do not know how to calculate that.
The zoom function is based on a heavily modified version of ZoomBorder.cs, which is based on changing the values of ScaleTransform and TranslateTransform. My code is at /PicView/UILogic/TransformImage/Zoom.cs
The cropping is based on https://github.com/dmitryshelamov/UI-Cropping-Image my code is at PicView/Editing/Crop
GetCrop()
line 136 in CropFunctions.cs is where the calculation takes place.ImageMagick
libraries takes care of the actual cropping.The text was updated successfully, but these errors were encountered: