fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Added fixedWidth and fixedHeight options. Cropping one image for multiple images and sizes #1052

Closed celilunver closed 5 years ago

celilunver commented 5 years ago

… and multiple sizes image same time.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

Other information

fengyuanchen commented 5 years ago

Does this is the same as the width and height options of the Cropper.js's getCroppedCanvas method?

celilunver commented 5 years ago

I tried but ist not work because when cropping image one aspect. And when i crop for different sizes rounded pixels not equal my width and height values this reason is one aspect ratio

fengyuanchen commented 5 years ago

For cropping an image with different aspect ratio, you can change the aspect ratio by the setAspectRatio method before do the cropping.

fengyuanchen commented 5 years ago

Sorry, thanks for your PR, but I cannot merge this.