Crop refers to any issues relating to cropping images.
3
votes
0answers
81 views
How do I take a picture of what fits inside a square in android?
I have to make my app capable of taking pictures of only whatever it fits a squared frame that is superimposed on the preview.
The idea is: the client wants the app to send pictures of 600x600px ...
3
votes
0answers
188 views
Set minimum zoom level for UIImagePickerController cropping
I am using a UIImagePickerController to allow the user to upload a photo for use in my application. After selecting a photo to upload, the user is then prompted to crop his/her photo (since I have set ...
3
votes
0answers
151 views
android how to crop using an existent image
I need to crop an image using selectors and dragging etc.
I cannot use com.android.camera.action.CROP cause in many phones i tested doesn't work.
I searched here all examples, the only working is that ...
2
votes
0answers
94 views
calculating image area for cropping java
I'm trying to crop an image according to a dynamically drawn square.
In order to get exactly the drawn square cropped, I (before cropping) resize my image to fit the panel width & height, so that ...
2
votes
0answers
366 views
Crop image in non-rectangular shape in Android like Face fighter
I want to crop image in some shape in Android.
By using Camera Intent, i can only do this :
I don't know how to do this :
Is it possible?
1
vote
0answers
20 views
Android: ACTION_SET_WALLPAPER without cropping image?
select wallpaper code below
Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER);
startActivity(Intent.createChooser(pickWallpaper,"Select Wallpaper"));
but the wallpaper get cropped like ...
1
vote
0answers
24 views
crop image with fixed x/y ratio
I want to crop image using following code. but i want to user only can select the crop area with a predefined x/y ratio.for example if x=2,y=2 ,then user can only use mouse to select an area with ...
1
vote
0answers
29 views
WPF, points are different to RenderTargetBitmap
My problem is that the Int32Rect points are different from the ones in my canvas. I attempted to use dpi as suggested as a solution to other problems but I could not figure out how to use it.
private ...
1
vote
0answers
20 views
how to handfree crop a bitmap object
i want to crop a bitmap object on button click but i want the image to be cropped by my hand.All the code that i find take image from camera and then automatically crop it but I want that it should ...
1
vote
0answers
46 views
WordPress>EditMedia>ThumbnailCrop>broken?
I'm learning to make WordPress themes and am testing using the TwentyTwelve theme as reference to ensure my theme is compatible etc, all good. The following issue happens while using a fresh WP ...
1
vote
0answers
309 views
Is there any code to set wallpaper without cropping and zooming in android?
i am creating a gallery app , my first app and this is my code
Bitmap bmd = BitmapFactory.decodeStream(is);
try{
getApplicationContext().setWallpaper(bmd);
}catch(IOException e){
...
1
vote
0answers
81 views
php crop image when i mergecopy two png
i need some help if is possible,
i want to combine two image with php, the both is png, and only one is transparency.
my problem is:
when make "imagecopy" i want top crop second image. attached a ...
1
vote
0answers
385 views
Android: Can I crop a video in aspect radio to fullscreen?
I have learn how to resize video playing on this Full screen videoview without stretching the video .
With gameowner answer, it works. And it also force to keep aspect radio such that it will end up ...
1
vote
0answers
220 views
android crop image but let user decide output size
The current "com.android.camera.action.CROP" API lets the program specify pre-defined outputX/Y:
// this defines the output bitmap size
intent.putExtra("outputX", 100);
intent.putExtra("outputY", ...
1
vote
0answers
311 views
Image Resizing and Crop to fit in Frame
I am trying to build a PHP library that will resize an image down to a specific size, but am coming across a few issues which I can't quite work out.
I am trying to make it so that it will resize and ...
1
vote
0answers
180 views
Video Crop or zoom with a specific coordinate?
Is there any way to zoom the video from any specific coordinate on touch. I have tried all the way from mediaplayer and surfaceview and making both custom and accessing window manager and all.If any ...
1
vote
0answers
338 views
Crop a portion of a large Bitmap without OutOfMemory - Android
I'm creating an edit photo app, and after the user selected a crop area in a scaled image preview, I want to crop a proportional area on the original image. To do this, I'm using the ...
1
vote
0answers
202 views
php - crop whitespace and resize image
I would like to know the best way to crop the whitespace from an image and also dynamically resize it to given dimensions maintaining the aspect ratio. The method should be fairly lightweight because ...
1
vote
0answers
237 views
Android CROP error
Sometime I have an error, when I'm trying to make a crop from camera only in samsung galaxy s2. How can I solve it?
07-03 17:25:13.643: E/AndroidRuntime(12485): FATAL EXCEPTION: main
07-03 ...
1
vote
0answers
614 views
Crop image mantaining aspect ratio
This is the following code to crop the image I'm using:
Display display = getWindowManager().getDefaultDisplay();
mOutputX = display.getWidth();
mOutputY = display.getHeight();
...
1
vote
0answers
701 views
PageX and PageY with Javascript drag event
I have an browser app that puts a set of crop marks over an image. The crop marks are 100px x 100px and are black forming a corner in the upper right and lower left. The crop marks start at the upper ...
1
vote
0answers
111 views
Resizing an image so it “sticks”
I am currently aiming to resize an image and use it in an image container.
So what I am doing currently is similar to this (coding from memory.. might have mistakes below, but idea is roughly the ...
1
vote
0answers
361 views
Delphi resize/crop frame around text box
I am writing a program for printing labels (or modifying one i wrote a couple of years ago) - and i want the users to be able to design the layout of the labels (currently there are predefined label ...
1
vote
0answers
112 views
How to realize an intermediate view to crop a UIImage
I would like to realize an intermediate view that allow the user to select an area to crop a uiimage. The user can work with 4 corners and define a square on the uiimage.
I have already found one ...
1
vote
0answers
199 views
Drupal 7 - Selecting individual images for auto-cropped image styles
Let's say I have a content type X that has an image for an attribute. I know I can specify different styles for that image (e.g. medium, large, thumbnail), so that crops are automatically made. But ...
1
vote
0answers
152 views
Problem showing cropped images in tableView
I have a customised UITableView in which I have a label, 2 buttons and 2 images. One of the images is a cropped image made from the centre of a larger image (which is shown in the same table-view on ...
1
vote
0answers
227 views
how to crop image from UIImageView with ellipse
How can I crop image from UIImageView with the defined ellipse, I already know how to crop using a rectangle, but now I want to crop using ellipse.
Thanks.
0
votes
0answers
26 views
CGRect to crop a circle?
I'm attempting to crop an image using a circle, but unfortunately can't get my head around the code that would need to be used to do this. I have been working with BitFoundation's CropInterface which ...
0
votes
0answers
14 views
Images uploaded dealing with sizes ratio and cropping, fun
on my website, users upload two images of them and I would like to resize those images (that all have different sizes) to fit my 342x478 pixel image displaying size, with the same ratio. when users ...
0
votes
0answers
24 views
Android: How to stretch an background drawable to the screen width while cropping it vertically and maintaining aspect ratio?
I have a background drawable and I want to stretch it horizontally to the screen width and maintain its aspect ratio, but I want to crop it vertically since it will go out of the bottom of the screen.
...
0
votes
0answers
20 views
How to crop original image size in smaller tag than its size
I need crop image for example with jcrop plugin. I have php image upload script,i upload image (1600x1200) on server, and then I put it inside img tag(600x450). Now I use jcrop plugin, I need crop ...
0
votes
0answers
51 views
How do I get Jcrop to work with AjaxUpload?
I have read other questions about this problem on SO before and I tried to do the suggestions, but to no avail. Still doesn't work.
I even tried to just get Jcrop to work on an img file coded into ...
0
votes
0answers
55 views
Cropping an image let my image zoom in
I need to crop an image in my project to detect the characters written in a specific part of this image, Am using the following code to crop:
- (UIImage *)imageCrop:(UIImage *)imageToCrop ...
0
votes
0answers
180 views
OpenCV Crop Image using four points
I am trying to crop an image then be able to display the image. I have four points in two arrays and it would make a rectangle shape. I have a code that i think would do the job but it is giving an ...
0
votes
0answers
57 views
Portable Crop Image Activity for Xamarin.Android (Monodroid / Mono for Android)
I am looking for a portable crop image activity to use inside my Xamarin.Android application. Something similar to this one written in Java: https://github.com/lvillani/android-cropimage.
I think ...
0
votes
0answers
181 views
Custom cropping of an image using bezier path
Hi iam trying to make a custom crop tool which enables user to create a custom closed region using bezier path.
The code i am using to clip imageView with path is
CAShapeLayer *maskLayer = ...
0
votes
0answers
75 views
Crop not showing image and not working - android
I am trying to crop in my Android tablet, but it's not working.
I am using a Nexus 10.
Well... here is my code for cropping:
private void doCrop(){
Intent intent = new ...
0
votes
0answers
73 views
Image cropping with absolute pixel values
I'm trying to crop a small part of an image. I used C++ ImageMagick command for this as below:
convert image.jpg -crop 6x6+16+16 +repage image_crop.jpg
However, when I try to compare pixel values in ...
0
votes
0answers
61 views
Why image rotate and cropping code result more rotated in iOS
I just make this Rotate, Crop Button.
Rotate works good but crop code works than different orientation before Crop code run.
How change orientation value or orientation value remove?
thank you.
- ...
0
votes
0answers
77 views
PHP Image upload crop error
i'm trying to use an upload/crop php script for an image upload form I want on a website. It uses ImageManipulator.php for anyone who's heard of it and the upload works fine but the actual trim/crop ...
0
votes
0answers
222 views
Android : Take a photo or an image from the gallery to crop it, runtimeException while changing Intent Uri
at some point in my application, I have to either take a photo or an image from the gallery and crop it.
I manage to do all that, but the problem is that when I crop the image, it crops the original ...
0
votes
0answers
80 views
Open photo in Windows Photo Gallery for editing
I have a vb.net program that works with pictures. I would like to add a button to my program to allow users to edit an image. Why should I write anything to edit a photo when there is a good one built ...
0
votes
0answers
248 views
android getting photo from camera then crop directly instead of choosing from gallery all over
I am working on an app that is hoped to take an image using camera and the photo taken would be directly loaded for cropping action, and finally to display the cropped image to the View.
Coding as ...
0
votes
0answers
162 views
android: getting cropping function immediately after picture is taken
I am workign on a app where user can take picture and then crop image and load the image to the View.
first taking the cameraIntent
Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
...
0
votes
0answers
98 views
jQuery imgAreaSelect, how to clear form inputs on click?
I'm using imgAreaSelect with jQuery, which makes use of a few hidden input controls, such as x1, x2, y1, y2, w and h.
The normal behavior of imgAreaSelect is that after making a selection, if ...
0
votes
0answers
28 views
How can i crop a jpg image with svg data in pycairo?
I have JPG images and with inputsvgdraw, a flash tool for image annotation (http://www.mainada.net/inputdraw), i can trace lines on it that generate svg datas.
svg datas sample that represent ...
0
votes
0answers
345 views
Image processing, Crop resize rotate
I want to crop an image. I want to perform multiple operations like, rotate, zoom, crop...For that, I've made another class. Now I can't put crop function directly in onactivityresult(which was ...
0
votes
0answers
135 views
Android: Crop a large image after taking it with camera with a fixed aspect ratio
I'm trying to crop an photo after taking it with the Intent(MediaStore.ACTION_IMAGE_CAPTURE) but I can't figure out how to keep a large image.
I've been following this post to help me : Android: Crop ...
0
votes
0answers
107 views
Crop a Bitmap Without DownSampling Android
All,
I would like to crop a Bitmap and without having to scale down the original bitmap as in this code below.
bmpFactoryOptions.inSampleSize = heightRatio;
bmpFactoryOptions.inJustDecodeBounds = ...
0
votes
0answers
117 views
IMAGE CROPPING IN ZOOM SizeMode
How to crop the image based on selective rectangle in the picturebox if the picturebox sizemode is ZOOM.
Thanks
FYI, i have try to improved on this Selective Rectangle

