Top "Crop" questions

Crop refers to any issues relating to cropping images.

Cropping a PDF using Ghostscript 9.01

I am not a programmer, but would like to learn how to crop a PDF using Ghostscript. I have installed …

pdf crop ghostscript
crop and Save ROI as new image in OpenCV 2.4.2 using cv::Mat

Working on Face Detection and Recognition, and after successfully detecting a face, I just want to crop the face and …

opencv crop face-detection roi
Automatically cropping an image with python/PIL

Can anyone help me figure out what's happening in my image auto-cropping script? I have a png image with a …

python image image-processing python-imaging-library crop
HTML - Bootstrap - How to crop the center part of an image

I'm creating a website and I want to crop an image to a square image based on the orientation of …

html css image twitter-bootstrap-3 crop
Image Cropping API for iOS

Is there any cropping image API for objective C that crops images dynamically in Xcode project? Please provide some tricks …

objective-c image crop
openCv crop image

I running into problems with my openCv IplImage cropping. Assuming both tmp and img are IplImage* . Using the code: printf("…

c++ opencv crop iplimage
Crop for SpatialPolygonsDataFrame

I have two SpatialPolygonsDataFrame files: dat1, dat2 extent(dat1) class : Extent xmin : -180 xmax : 180 ymin : -90 ymax : 90 extent(dat2) class : …

r crop spatial
How to perform Auto crop for document Recognize image using camera?

I want to make a an application like a cam scanner for cropping a document. But I need same functionality …

android opencv ocr crop
How to select a portion of an image, crop, and save it using Swift?

I am trying to create an iOS app using Swift to capture images and let the user save a selected …

ios image camera uiimagepickercontroller crop
how do i use imagick in php? (resize & crop)

I use imagick for thumbnail crop, but sometimes cropped thumbnails are missing top part of the images (hair, eyes). I …

php resize crop imagick