Top "Crop" questions

Crop refers to any issues relating to cropping images.

Jcrop have problems with large size images

TRANSLATED by Google I'm running to achieve an upload form in php and jquery and say that everything is fine …

php jquery image crop jcrop
getbbox method from python image library (PIL) not working

I want to crop an image to its smaller size, by cutting the white areas on the borders. I tried …

python python-imaging-library crop bounding-box image-editing
iOS Audio Trimming

I searched a lot and couldn't find anything relevant... I am working on iOS audio files and here is what …

ios audio crop seek trim
How to create a raster brick with rasters of different extents?

I am new in R so this question is very basic but I have been struggling with it and could …

r stack crop raster resampling
Crop a fixed size image in Android

I am trying to crop an image but I want to be able to set the cropped area to exactly 640…

android crop
Resize image which uses Jcrop

I use the Jquery Jcrop for cropping my images. Now I'm implementing a slider for resizing the image. I want …

javascript jquery resize crop jcrop
Delphi - how do I crop a bitmap "in place"?

If I have a TBitmap and I want to obtain a cropped image from this bitmap, can I perform the …

delphi bitmap crop tbitmap
Allowing users to crop and resize images Ruby on Rails

Sorry for the fairly generic question but I was wondering whether anyone had any recommendations on how to best allow …

ruby-on-rails image-processing crop rmagick
How can I easily crop a PDF page?

How can I easily crop a PDF page in a given PDF file? I prefer using as little coding as …

pdf crop
How to crop from one image and paste into another with PIL?

With PIL, I am trying to copy a rectangle out of an image, and paste it into another. This is …

python python-imaging-library paste crop