Search found 2 matches

by FurrySilver
2018-06-11T20:55:03-07:00
Forum: Users
Topic: detect_faces resize
Replies: 3
Views: 2699

Re: detect_faces resize

That doesn't crop the photo

magick c:\image.jpg -crop 0.061538461595774000x0.082051284611225000+0.602564096450806000+0.697435915470123000 +repage c:\final.jpg
by FurrySilver
2018-06-11T19:30:16-07:00
Forum: Users
Topic: detect_faces resize
Replies: 3
Views: 2699

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 face?