That doesn't crop the photo
magick c:\image.jpg -crop 0.061538461595774000x0.082051284611225000+0.602564096450806000+0.697435915470123000 +repage c:\final.jpg
Search found 2 matches
- 2018-06-11T20:55:03-07:00
- Forum: Users
- Topic: detect_faces resize
- Replies: 3
- Views: 2777
- 2018-06-11T19:30:16-07:00
- Forum: Users
- Topic: detect_faces resize
- Replies: 3
- Views: 2777
detect_faces resize
I am using Amazon Face Detection, and they return me data that looks like this. BoundingBoxHeight BoundingBoxLeft BoundingBoxTop BoundingBoxWidth 0.082051284611225000 0.602564096450806000 0.697435915470123000 0.061538461595774000 How do I pass this data to ImageMagick to create a thubnail of the ...