Top "Crop" questions

Crop refers to any issues relating to cropping images.

Image resize with Crop

I want to create a function that after an image upload, will allow a user to resize an image. But …

jquery resize crop
how to change the UIImagePickerController crop frame

when opening working with an UIImagePickerController and setting allowsImageEditing = YES; there is a default cropping frame that is 320x320. In …

iphone cocoa-touch uiimagepickercontroller crop
How crop some region of image in Java?

I'm trying do the following code: private void crop(HttpServletRequest request, HttpServletResponse response){ int x = 100; int y = 100; int w = 3264; int …

java image-processing crop
Clipping raster using shapefile in R, but keeping the geometry of the shapefile

I am using {raster} to clip (or crop) a raster based on an irregular shapefile (the Amazon biome) but the …

r crop raster shapefile clip
How to crop a mp3 from x to x+n using ffmpeg?

Following this question I decided to use ffmpeg to crop MP3s. On another question I found this way of …

mp3 ffmpeg crop
Crop particular part of image in android

I want to crop Red part from following image, Is there any simple method available in android that can crop …

android image-processing bitmap crop android-image
Angular JS Image Crop Directive

Can anyone recommend a decent image cropper directive for Angularjs? I've looked at a few out there and can't find …

angularjs crop
iPhone programmatically crop a square image to appear as circle

I'm trying to create an image for a custom style UIButton using an image from the camera roll on iPhone. …

iphone objective-c ios uiimage crop
Cropping Image in Android (Crop Intent)

I used this code to use android's built in image crop tools. My code is the following public void takePicture(){ …

android image crop android-crop
Android crop image like camscanner

I am developing a project which requires the image crop feature like camscanner android application,when a picture is taken …

android image draw crop