Top "Crop" questions

Crop refers to any issues relating to cropping images.

Crop Image with face detection in android

I needed a demo where any image can be cropped with the face detection function. FIXED But after few surfing …

android crop geometry face-detection
ImageMagick: how to minimally crop an image to a certain aspect ratio?

With imagemagick, I'd like to crop an image, in a minimal fashion, so that it fits a given aspect ratio. …

imagemagick crop aspect-ratio
Crop left side of image

What i need to do is just crop following image and display only the mail item instead of with that …

c# image crop system.drawing
imagemagick mogrify cut part of image out

If I have an image similar to this: --------------------------------- - xxxxxxxxxx - - x x - - xxxxxxxxxx - --------------------------------- …

imagemagick crop mogrify
Cropping CIImage with CICrop isn't working properly

I'm having troubles cropping image. For me CICrop filter is not working properly. If my CIVector x and y (origins) …

macos cocoa crop
Crop Image using Javascript (Croppie)

I am trying to crop an image to cicle using the Croppie Library I have tried to use their functions …

javascript image canvas crop croppie
Android: Calling crop activity after taking photo

I'm facing a problem with parsing a uri of taken photo to crop activity. In my application, users can take …

android crop
Crop image to a square according to the size of a UIView/CGRect

I have an implementation of AVCaptureSession and my goal is for the user to take a photo and only save …

ios uiimage crop image-resizing cgrect
How do I write a custom auto-crop script using the GIMP?

I have a bunch of screen shots and I'd like to crop out the window border. I would like to …

linux scripting image-processing crop gimp
Crop half of an image in OpenCV

How can I crop an image and only keep the bottom half of it? I tried: Mat cropped frame = frame(…

opencv crop mat roi