Cropping refers to the removal of the outer parts of an image to improve framing, accentuate subject matter or change aspect ratio.
0
votes
0answers
10 views
Is there a way to get coordinates of cropping via Rmagick after cropping?
I have a RubyOnRails application.
I use carrierwave for images uploading and jcrop for cropping.
I have two images: original and cropped image.
But I have no saved coordinates of this cropping ...
-3
votes
0answers
11 views
implement Jeasy UI + Jcrop? [closed]
I am trying to implement Jcrop into jQuery Easy UI, but I really don't know how to make it successfully.
Can somebody show me an example or any tutorial?
2
votes
1answer
29 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 ...
0
votes
0answers
21 views
App crashs on repeated use of camera , change orientation and cropping using avfoundation in ios
I am building an app in which images taken with camera is uploaded to server. I am using AVFoundation framework for capturing image. I am changing the orientation to up and cropping the image to have ...
3
votes
2answers
66 views
Jcrop squashes image after loaded, applies wrong width
I'm using Jcrop to edit images uploaded by users, when a user decides to edit their image, an AJAX call gets made to get the original image of the user, my code is as follows:
var jcrop_api;
...
0
votes
2answers
31 views
My codeigniter image manipulation library isn't working the way i want it to work
I have an image. I want its size to be exactly 500x250. I also want to maintain the image ratio. So my plan was to re-size it and then crop. My code for resizing the image is given below.
...
3
votes
1answer
63 views
Rotate and crop
I'm rotating and cropping a image with PHP, but I get the black border showing, I know you can change the background color, but I want to rotate and crop the image to fill the whole image. Basically ...
1
vote
1answer
45 views
MATLAB help cropping an image
I am using MATLAB R2012a and I am trying to let the user crop the image WITHOUT the use of the built in function.
here is my code:
[x, y] = ginput(2);
m1 = [x(1), y(1)];
m2 = [x(2), y(2)];
m1 = ...
0
votes
1answer
108 views
itextsharp merge resizes and unrotates pdf
I'm trying to merge pdf files using itextsharp.
The problem 'm getting its that any cropping or rotating I've applied to the individual files before the merge is somehow ignored. All original files ...
0
votes
0answers
47 views
is there any plugin to crop image using arbitrary points like in photoshop?
Want to know any plugin available to crop a perticular portion of the image ? I mean this is not a simple cropping where we select a region ( either in shape square/circle) . What I'm looking here
...
0
votes
0answers
71 views
Instagram image posting with UIDocumentInteractionController
I am using UIDocumentInteractionController to post images to Instagram iOS App and it is working well. But, when the image appear in Instagram, it is not possible to crop it. The first cropping step ...
0
votes
1answer
46 views
Cropping texture2d on all sides in xna c#
i am trying to crop a texture2d in xna. i have found the following code which will crop the image on the top and right sides, i have played around with the code and cannot figure a way to crop all ...
0
votes
2answers
60 views
Cropping image let the picture rotate left
I'm developing an app to crop images.
I'm using the following code to call the method of cropping:
UIImage* croppedImage = [self imageCrop:imageView toRect:CGRectMake(10.0, 50.0, 320, 100)];
and ...
0
votes
2answers
94 views
Cropping Image in java
How to crop images in Java? I currently have this class for image manipulation:
The main method with the run method:
public static void main(String[] args) {
GameProject gp = new ...
3
votes
1answer
86 views
how to avoid background for an image which is selected from photo gallery or captured from Camera in ios?
I need to get only the selected image without background , we are trying to avoid the back ground and we need selected part should only cropped. and how to change the pixel data on tap selection of ...
0
votes
1answer
100 views
How to crop a video (aspect ratio, not length) in Android
I am working on an app and need to be able to crop a video to fit a certain aspect ratio. I do not want to stretch the image, but rather crop or "zoom in" so that videos recorded using this app are ...
0
votes
2answers
145 views
Android bitmap rotate canvas crops/cuts image
bmpAndroidMarker = BitmapFactory.decodeResource(context.getResources(), R.drawable.t_move2);
bmpAndroidMarkerResult = Bitmap.createBitmap(bmpAndroidMarker.getWidth(), ...
0
votes
0answers
37 views
Cropping SVG to Remove Surrounding Whitespace
I've got a collection of SVG's that were generated by taking a corresponding collection of PNG's, live-tracing them all in Adobe Bridge, saving them as AI, and converting those AI files to SVG's using ...
2
votes
0answers
73 views
Issues with cropping an image using java image.getSubimage
I have an image that has dimensions of 16x6080. This is a stacked image that contains country flags in 16x16 sections. My goal is to pull only a specific countries flag from this image and save it as ...
-1
votes
2answers
141 views
disable cropping featured image in wordpress [closed]
I am using featured image as a post image but on uploading a image it crops while setting it as featured image, i dnt find any solution for it, Can any one help?
Wordpress Admin panel screenshot:-
...
0
votes
0answers
401 views
Android circular crop image using com.android.camera.action.CROP returning black image in HTC devices
In my application user can select image from camera or gallery in android. After selecting image, user can also crop circular image from that original image. But after circle cropping, I am getting ...
-3
votes
1answer
41 views
Focus on cropping area and making brighten outside the crop area [closed]
Welcome. I have a problem with the visualization of the crop.
I would like to increase the brightness or blur part of the image outside the main crop area.
Inner and outer box are the static area. ...
1
vote
1answer
122 views
How to crop a temp image with Paperclip and store it in Amazon S3 in Rails 3
I'm having a great trouble trying to do some out-of-ordinary tricks with paperclip.
This is my situation:
My app users have an avatar image and my idea is to let them crop their avatars through Jcrop. ...
0
votes
1answer
129 views
Cropping an image in matlab
Is it possible to crop an image along a particular curve. for ex. I want to crop out the finger image out of this image, but i dont want to crop it along a rectangle.
0
votes
2answers
64 views
Image Cropping issue
I want to crop UIImage with the following code:
- (UIImage*)imageByCropping:(UIImage *)imageToCrop toRect:(CGRect)rect
{
CGImageRef imageRef = CGImageCreateWithImageInRect([imageToCrop ...
1
vote
0answers
69 views
Properly displaying cropped images in iOS v5.0.1 and below + ALAssetLibrary
I am trying to display photos from the camera roll within my application using ALAssetLibrary. All images are displaying fine except for cropped images. ALAsset returns unedited version of the image ...
0
votes
1answer
44 views
Messing up Jcrop size
I'm using Jcrop in a project I'm building. The site allows users to upload a profile photo and crop it with an aspect ratio that fits where I'm displaying the photo, fx. forum posts, tagwall posts ...
1
vote
1answer
148 views
Resize an image after cropping
Folks,I am working on an image component for my application and it involves image cropping and resizing.The issue we are facing is we are able to crop the image keeping the aspect ratio constant ...
1
vote
2answers
160 views
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 users to crop and edit their own images.
What I would like to happen is that ...
0
votes
1answer
36 views
Where error in crop image?
Good day.
i have problem with a crop image.
original image:
after use code i give next image:
Code for crop image:
$pathTemp = '../Images/Temp/';
$path = '../Images/';
$pathCrop = ...
0
votes
2answers
62 views
yui How to make in tag image does not necessarily will been to specify its size?
Good day.
I use script Imagecropper
Script:
<img src="http://test.com/img/1362244329.jpg" id="yui_img" height="768" width="1024">
<script>
(function() {
var Dom = YAHOO.util.Dom,
...
0
votes
0answers
83 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
2answers
53 views
Cannot crop UIImage with respect to Y axis
I am cropping an UIImage using the following code:
UIImage *image=[info objectForKey:UIImagePickerControllerOriginalImage];
CGRect rect = CGRectMake(10,10,700, 700);
CGImageRef imageRef = ...
0
votes
1answer
149 views
Android: Crop large image without OOM and support API Level 8 (Froyo) [closed]
I'm adding a custom image cropper in our app and I'm having an issue with cropping larger images.
I'm afraid I will end up with OOM's if I try to crop a large image, with the Bitmap.createBitmap ...
0
votes
0answers
20 views
How to add edit mask functionality for image similar to pages app?
I'm trying to add masking functionality for image. I was able to add zoom for image but not able to move the image to crop the desired frame and the image is clipped within it's bounds. Is there any ...
0
votes
1answer
132 views
Cropping out a face using CoreImage
I need to crop out a face/multiple faces from a given image and use the cropped face image for other use. I am using CIDetectorTypeFace from CoreImage. The problem is the new UIImage that contains ...
-3
votes
1answer
77 views
i want crop an image and save the croped image in sqlite database [closed]
i want to take the photo from camera,set it imageview,crop the photo and save the croped Image in sqlite database
any body please help me.
thanks.
1
vote
1answer
120 views
Effective image cropping in JavaFX
I'm trying to write a Jigsaw puzzle using JavaFX partly because someone asked me and partly because I want to give JavaFX a go. However, I am having difficulty with the actual cropping of the image.
...
3
votes
3answers
121 views
PHP: create a cropped rectangle thumbnail
I'm trying to resize and crop an image with @imagecopyresampled mantaining the original aspect ratio.
The idea is:
1) I fix a dimension of the thumbnail (f.e. 300x40)
2) Crop starting to the center ...
0
votes
1answer
436 views
Crop Image with jWindowCrop - PHP
I'm using this jQuery plugin to crop images:
http://www.tmatthew.net/jwindowcrop
As you can see, it's really easy to use it on jQuery side, but my problem is with cropping the real image with ...
0
votes
1answer
102 views
Twitter resizing tool for header image
I am trying to build the same tool (image can't be attached.. reput = 7) as twitter made to let users re-size / move their header image so they can save the part of the image they want.
the ...
0
votes
2answers
97 views
Image Re-sizing according to Background Image in iphone
I have Two UIImage(Uiimage Views),in there One Is Back image and another in front Image. I had Change The Back imageView size dynamically.
Now I want To Re-Size depends on Back Image The Front Image ...
0
votes
1answer
93 views
jCrop force cropping
Any idea how to force cropping, only if the image hasn't the correct size?
I'm using the jQuery jCrop plugin.
I need to force any image to be cropped, but if you click away from the cropping area, ...
4
votes
6answers
446 views
Image not cropping
I am setting a background image to LinearLayout like this:
1.back_xml:
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
...
0
votes
1answer
75 views
How to mask or attach one image into another image in iOS
I have cropped one image and attach that image on a iPad case background, Everything is working fine, however i don't need corner parts of background image. I have attach screen shot, you can check ...
0
votes
0answers
77 views
'NSThread exit' taking 100% CPU from device in profiler after using performSelectorInBackground
This is a really strange problem but when I run my app, I noticed my computer CPU when crazy, so I used Profiler to track down the reason, this is what I found:
The CPU utilization becomes 100% and ...
0
votes
0answers
79 views
Remove while loop with precise cropping of image
I have been staring/playing with this code for too long!
An image is cropped with currentCrop (x,y,width,height). currentCrop is precalculated based on the available dimensions the image must lie in.
...
0
votes
1answer
331 views
Xcode AVFoundation crop image
I want to create an OCR application which allows the user to chose the specific area on which to apply the processing.
As of now, i am able to capture the entire image using the AVFoundation ...
2
votes
1answer
467 views
Auto crop black borders from a scanned image by making stats about gray values (Java)
I'm writing a piece of code to automatically detect black noisy borders on scanned images and crop them off.
My algorithm is based on 2 variables: gray mean value (of the pixels in a rows/columns) and ...
0
votes
2answers
391 views
PHP $_FILES Array Manipulation
I am using a form to upload an image. Upon image upload, we will be able to see the uploaded image. Then I used JCrop (http://deepliquid.com/content/Jcrop.html) to allow cropping for this image. Let's ...


