let me ask this question a different way:
if i have the crop rectangle and rotation how can i do the correct crop if i have the image rotated around a point that is not the center point. i would like to do this on the command line.
the crop rectangle information that i receive back for my editor ...
Search found 2 matches
- 2017-09-03T21:07:54-07:00
- Forum: Users
- Topic: Rotate and Crop image when not centered
- Replies: 4
- Views: 6187
- 2017-09-03T18:05:21-07:00
- Forum: Users
- Topic: Rotate and Crop image when not centered
- Replies: 4
- Views: 6187
Rotate and Crop image when not centered
Hi,
i am using imagemagick in a AWS Lambda to crop an image uploaded from my website. on the website i use react-avatar-editor to rotate and crop the image. i can get the crop rectangle information (x, y, width, height) and the rotation. i am also using the Node package gm in the Lambda.
i can ...
i am using imagemagick in a AWS Lambda to crop an image uploaded from my website. on the website i use react-avatar-editor to rotate and crop the image. i can get the crop rectangle information (x, y, width, height) and the rotation. i am also using the Node package gm in the Lambda.
i can ...