Crop refers to any issues relating to cropping images.

learn more… | top users | synonyms

14
votes
1answer
24k views

How to select and crop an image in android?

Hey, I am currently working on a live wallpaper and I allow the user to select an image which will go behind my effects. Currently I have: Intent i = new Intent(Intent.ACTION_PICK, ...
16
votes
4answers
34k views

Crop image in PHP

The code below crops the image well, which is what i want, but for larger images, it wotn work as well. Is there any way of 'zooming out of the image' Idealy i would be able to have each image ...
5
votes
11answers
7k views

Resize/crop/pad a picture to a fixed size

I need to resize a picture to a fixed size. But it has to keep the factors between the width and height. Say I want to resize a picture from 238 (w) X 182 (h) to 210 / 150 What I do now is: ...
4
votes
4answers
7k views

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 trim feature. Thanks.
4
votes
4answers
5k views

How to crop the parsed image in android?

I am parsing a website to display the contents in a URL, in that some images are there. I want to crop the images which are parsed from the site. I'm really struggling on this, can any one help me ...
1
vote
2answers
2k views

how to set the output image use com.android.camera.action.CROP

I have code to crop an image, like this : public void doCrop(){ Intent intent = new Intent("com.android.camera.action.CROP"); intent.setType("image/"); List<ResolveInfo> list = ...
14
votes
11answers
17k views

Whats the algorithm to calculate aspect ratio? I need an output like: 4:3, 16:9

I plan to use it with javascript to crop an image to fit the entire window. I appreciate all help you can provide. Edit: I'll be using a 3rd part component that only accepts the aspect ratio in the ...
17
votes
2answers
10k views

Simple cropping with Paperclip

I would like to crop images on upload using Paperclip to get square thumbs from the center of the original picture. I find out a method in documentation that seems to do exactly what I want: ...
9
votes
1answer
3k views

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 doing it: ffmpeg -t 30 -acodec copy -i inputfile.mp3 outputfile.mp3 The problem is that I don't ...
4
votes
2answers
5k views

iPhone - How do you make a resizable rectangle for cropping images?

I'm having a trouble making a re-sizable rectangle for cropping my images. I'm trying to achieve something like this picture: http://img192.imageshack.us/img192/8930/customcropbox.jpg Well, the only ...
2
votes
1answer
6k views

Android Camera Intent with Crop

I've been trying to crop and resize an image while taking a picture through the camera intent but don't understand what I'm doing wrong here -- can't get the cropped image data even if the file is ...
4
votes
1answer
2k views

How do I crop an image based on an irregular shape?

I would like to crop an image in iOS based on an irregularly shaped mask. How can I do this?
1
vote
1answer
4k views

Crop an image using rectangular box of selected area?

I am looking for a good tutorial or sample code, that would show how to crop an image taking from iphone camera something in lines of but you would control the corners with your fingers any tip ...
8
votes
1answer
5k views

How to create an image from a UIView / UIScrollView

I have an image in an UIScrollView, that can be scrolled and zoomed. When the user presses a button, I want the code to create an image from whatever part of the UIScrollView is inside an area I ...
10
votes
7answers
25k views

JQuery JCrop - How to set a fixed size selection area?

I'm trying to figure out how to fixed the selection box size under JCrop, he mentions how to set an initial selection area but not how to make it fixed size. Does anybody knows how could I make it ...
6
votes
3answers
6k views

Set dimensions for UIImagePickerController “move and scale” cropbox

How does the "move and scale screen" determine dimensions for its cropbox? Basically I would like to set a fixed width and height for the "CropRect" and let the user move and scale his image to fit ...
4
votes
4answers
7k views

Copy and crop images in Javascript

I'm trying to create a small 2D game in Javascript/Canvas which consists of several animated sprites. I'd like to cut down on the number of HTTP requests, so I combined each frame of animation (32px ...
1
vote
1answer
1k views

PIL crop and paste problem: Cropping doesn't create a cropped image

I'm trying to crop an image and then paste the cropped image into the centre of another image. Ideally I'd like the cropped image to be smaller than the image its being pasted on so that there is a ...
2
votes
4answers
8k views

PHP crop image to fix width and height without losing dimension ratio

im looking to create thumbnails that has 100px by 100px dimension. i've seen many articles explaining the methods but most end up having the width!=height if the dimension ratio is to be kept. for ...
4
votes
1answer
3k views

iPhone - CGImageCreateWithImageInRect rotating some camera roll pictures

I am working on a pixelate application for iPhone. Because the pictures taken with the iPhone 4 camera are too big and therefore the application is working really slow when updating the pixelated ...
12
votes
1answer
7k views

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 my case, I would like to setup that cropping frame to ...
6
votes
4answers
1k views

How to crop huge image

I need to process large images (20,000x20,000pixels) in C#. Opening these images directly isn't the way to go because of memory limitations, but what I want to do is split the image into smaller ...
6
votes
1answer
5k views

Cropping a PDF / Adding crop box using Ghostscript

I have a few hundred PDFs that I need to crop - I'm willing to either crop the actual documents or simply add a crop box to each so the correct viewable area shows when the PDF is opened. How can I ...
5
votes
2answers
4k views

Best resize and or crop logic

I've come across this a few times and thought it would be good to put it out there. What's your best image resize and/or crop logic. The idea being that some method is called with a target image, ...
1
vote
1answer
779 views

iOS Audio Trimming

I searched alot and couldn't find anything relevant... I am working on iOS audio files and here is what I want to do... Record Audio and Save Clip (Checked, I did this using AVAudioRecorder) Change ...
1
vote
2answers
1k views

Android Camera - How can i take a specific “rectangle” from the byte array?

I have created an application that shoots and saves photos. I have a preview and an overlay on top of that preview. The overlay defines a square (the area around the square shows the preview a bit ...
2
votes
2answers
3k views

Problem in cropping the UIImage using CGContext?

I developing the simple UIApplication in which i want to crop the UIImage (in .jpg format) with help of CGContext. The developed code till now as follows, CGImageRef graphicOriginalImage = ...
1
vote
1answer
2k views

Full Bleed Image Resize Calculation

Hey Guys, I'm trying to write a JavaScript function that will expand an image to fill a div always (so crop top or sides as needed). It's the JavaScript equivalent of the CSS3 code background-size: ...
1
vote
1answer
2k views

Select and crop with a maximum size in android

What I want to do it's to show the crop box, but with a maximum size. Something like that: Intent intent = new Intent(); intent.setType("image/*"); intent.putExtra("crop", "true"); ...
0
votes
1answer
267 views

I want to save only the cropped image into the gallery. but it saves the original full image. how to save only the cropped image?

public class ImageCroppMainActivity extends Activity implements OnClickListener{ final int CAMERA_CAPTURE = 1; //keep track of cropping intent final int PIC_CROP = 2; //captured picture uri ...
0
votes
0answers
1k views

Croping an UIImage using frame to cut? [closed]

Croping technique using iphone http://img192.imageshack.us/img192/8930/customcropbox.jpg How to make a crop by using a frame clear idea please, I am searching a lot didn't get clear view, sample ...
6
votes
2answers
2k views

How can I remove silence from an MP3 programmatically?

I have MP3 files that sometimes have silence at the end. I would like to remove this silence automatically. From what I can tell, it is "perfect" silence (0 amplitude), not background noise. The ...
5
votes
1answer
4k views

MATLAB: how do I crop out a circle from an image

I need to crop a circle in MATLAB. I need to perform iris segmentation, and I“ve identified the center point and the radius of the iris, and I need to cut it off from the image. I have a vector ci ...
3
votes
5answers
5k views

Java image library to deskew and crop images

Does anybody have a suggestion for a java library that performs automatic cropping and deskewing of images (like those retrieved from a flatbed scanner)?
2
votes
1answer
526 views

How to crop a cross rectangle from an image using c#?

I want to get some specific parts of an image so I'm cropping the images. However, when I want to get a part that is not parallel to the image, I rotate the image and crop afterwards. I don't want to ...
2
votes
2answers
2k views

Flash image upload with mandatory crop?

Anyone know of a Flash file (image) uploader that will force a user to resize and/or crop their image BEFORE uploading it? To then upload it as well. Basically, I don't want my server processing the ...
1
vote
1answer
565 views

WPF - using CroppedBitmap in DataTemplate

The following xaml works ok inside a Window: <Border Width="45" Height="55" CornerRadius="10" > <Border.Background> <ImageBrush> ...
0
votes
1answer
1k views

Crop image android android

I want to do cropping of image i found some pretty useful ones but somehow is like lacking of the darken the unselected areas so I wondering do anyone know how? or lead me to the right direction? The ...
0
votes
2answers
2k views

Crop saved Image using com.android.camera.action.CROP on android

I have reads many question about this, but I still failed using this code... maybe anyone can corect my code... I want to crop an image from file that i know the location using ...
13
votes
5answers
8k views

Android Crop Center of Bitmap

I have bit maps which are squares or rectangles. I take the shortest side and do something like this: int value = 0; if (bitmap.getHeight() <= bitmap.getWidth()) { value = bitmap.getHeight(); ...
10
votes
2answers
559 views

How to Locate Alignment Marks in an Image

I am designing a system that will scan in standardized forms to images (e.g., TBitmap). I would like to identify alignment marks on these pages and use the locations of these crop marks to rotate the ...
0
votes
2answers
4k views

Resize and crop images before displaying in UITableViewCells

i have an UITableView in my app and i have to load some images that have a fixed width but different heights. I download the images async using an NSOperationQueue and for resizing and cropping i ...
5
votes
2answers
7k views

How to crop image in android

I am creating application in android. In this application there is one part of cropping image. When I googled it, I got some ideas based on cropping of image but I have some problem over there as I ...
4
votes
2answers
2k views

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) are 0 everything working fine (image is cropped from left bottom corner), image is ...
2
votes
2answers
4k views

Android: Cropping an image to specific size

My intention is to have the user pick an image from the gallery, then have a cropping activity come up. However, I need the rectangle that defines the cropping mask to be locked to a certain dimension ...
1
vote
1answer
2k views

Django app for image crop using a cropping tool

I need an app for crop an image in the client side, I mean, using a cropping tool like Jcrop jquery plugin. I found this tools: django-image-cropper django-image-cropping django-imagehandler ...
5
votes
1answer
493 views

How to Get Correct Path After Cropping the Image?

I want to Crop the Capture/Selected Image and Upload it on to server. What Problem I am Facing : After Cropping the Image i am not getting actual path for that Cropped Image. i have done my code ...
5
votes
2answers
2k views

Crop image ala Google Goggles

I'm trying to do some ROI (region of interest) selection in my app, but I don“t know, how to create some kind of resizeable (by fingers) rectangle like you can see in Google Goggles. Can you help me? ...
2
votes
1answer
188 views

Crop image by polygon area

I want to crop image by polygon area, but couldn`t find any library, which can make it. OpenCV is too big for this small thing. JJIL [enter link description here] crop just rectangle area. Maybe you ...
2
votes
16answers
2k views

Resizing the image in php for viewing purposes only

Okay, the reason I posted this is because I wasn't sure what to search for. I'll try to explain it as clearly as I can. Say, I have an image sized 800x600. The box I've allotted for the image is ...

1 2 3