Top "Crop" questions

Crop refers to any issues relating to cropping images.

Crop whitespace from image in PHP

Is it possible to remove the whitespace surrounding an image in PHP? NOTE: to clarify I mean something like photoshops …

php image gd crop
Crop Image as circle in Android

Does anyone know how to crop an image\bitmap to a circle? I can not find any solution, sorry ..

android crop android-image
iOS Custom UIImagePickerController Camera Crop to Square

I'm trying to create a camera like Instagram where the user can see a box and the image would crop …

iphone ios image-processing uiimagepickercontroller crop
How can I crop an image in Qt?

I load a PNG image in a QPixmap/QImage and I want to crop it. Is there a function that …

image qt crop
Android crop background

I have a LinearLayout with width set to fill_parent and height to wrap_content. Now I want to give …

android background drawable crop
Why am I getting tile cannot extend outside image error when trying to split image in half

My program is supposed to take an image and split it vertically into n sections, then save the sections as …

python image python-imaging-library crop
Crop Canvas / Export html5 canvas with certain width and height

There are hundreds of tutorials, how one can crop an image by drawImage() on a canvas. context.drawImage(imageObj, sourceX, …

javascript image html canvas crop
Cropping image in PHP

I'd like crop an image in PHP and save the file. I know your supposed to use the GD library …

php gd image crop
Crop image with react-native

Hello World, I trying to crop an image like explain on the React-native Doc <Image source={{uri: this.props.…

react-native crop react-native-android react-native-ios react-native-image
Simple cropping with Paperclip

I would like to crop images on upload using Paperclip to get square thumbs from the center of the original …

ruby-on-rails ruby paperclip crop