Crop refers to any issues relating to cropping images.
0
votes
1answer
17 views
How do I allow PNG's in my crop script?
I've got an upload function that allows both Jpegs and PNG's. After the image is uploaded, a php file is called that handles a crop function to crop the uploaded image.
After the image is cropped, it ...
0
votes
0answers
9 views
Threshold value when converting image to 1bpp?
I don't know how to tag this question, please edit if possible.
The job: Create an application which can auto-crop black borders in images in batch runs. Images vary in quality from 100-300dpi, ...
1
vote
0answers
7 views
How to display cropped part of an image while maintaining aspect ratio?
I am using the imgareaSelect jquery plugin to provide UI to crop an image. I want the user to be able to select an arbitrary part of an image, i.e., aspect ratio is not previously fixed. Moreover the ...
0
votes
1answer
10 views
I need coordinates of angles some rectangle area (like crop rectangle) on image/photo. How i can get them?
I need some activity with image cropping, but without getting crop image, just need coordinates angles of rectangle area on image which i can move and resize. How i can make this or where i can find ...
0
votes
0answers
17 views
blueimp image upload change crop and open link
I have 2 question about blueimp image upload script:
I use it in iframe and I want that when I click on image name the edit window will open on parent window and not on iframe window. I didn't find ...
0
votes
0answers
22 views
How to zoom into a selected area of image in android?
I'm working on an android app, in which I have to select a part of an image(rectangular selection) and then apply zoom. I've looked at various zooming solutions. However, the ones I found are either ...
1
vote
1answer
33 views
PDF Crop PHP library
Is there a PHP library that allow to crop each page of a PDF document? I start from a PDF file for printing with crop marks, and I would cut the margins outside the crop marks.
I have read that it is ...
0
votes
1answer
22 views
Imagemagic focus on area
I've been searching information about how to create focus on area of image using Imagemagick. I haven't founded anything in official documentation.
I would like to blur all the image except area, ...
0
votes
0answers
14 views
Crop an high resolution image on phonegap
I am new as android developer. I am developing a app in phonegap.
Scenario :
User can use this app on any mobile means for example we take screen
resolution 240*320.
Through app user will upload ...
0
votes
1answer
14 views
python create thumbnail from variable image sizes with crop
After taking screenshots of websites I would like to generate thumbnails from it.
I created some simple code to test and I am getting screenshots. The problem is the size is not fixed when I set to ...
0
votes
1answer
22 views
Get new crop coordinates after rotation
I have a site where one of the features lets users rotate/crop images. I'm using the following tools:
- Aspose for rotation
- Jcrop
before rotation to 90 or -90 the crop coordinates are correct but ...
1
vote
1answer
36 views
PHP GD Triangle Image Crop
I've noticed there's a few scripts about to try and do this, however none quite fi tmy situation.
I've scraped together a few scripts I found to try and come up with the correct solution.
However ...
0
votes
0answers
27 views
crop issue in android : Image aspect ratio is not maintained [duplicate]
I want to crop image using built in crop action. My code is...
Intent intent = new Intent(
"com.android.camera.action.CROP");
...
0
votes
0answers
17 views
Get square (cropped) versions of profile pictures album images
I know I can get all the images from the profiles pictures album like this:
FQL:
select src, src_big from photo where aid in(select aid from album where owner=me() and type='profile')
I'm ...
0
votes
0answers
26 views
Inappropriate argument value (of correct type) in Jython
Okay, so for an assignment I have to make a function crop() that will crop a picture in test_crop(). Here's the code.
def crop(pict, startX, startY, endX, endY):
width = endX - startX + 1
height = ...
-1
votes
0answers
24 views
Cropping an Image in Jython [closed]
I am stumped on a Jython problem that wants me to make a function that crops specific images.
def crop(pict):
width = endX - startX + 1
height = endY - startY + 1
emptyPic = ...
0
votes
0answers
11 views
Cropping UIImages to a square
I am working on an app where the user crops an image to a square. It will crop to the largest square that can fit in the images rectangle, but the user can specify where it will crop. There are two ...
0
votes
0answers
11 views
fail apresentation in crop
I would like to do the crop in the pattern showing when choosing an image gallery of any galaxy for wallpaper, but in my code so it appears a rectangle, as I seem to do that which is fictitious ...
0
votes
1answer
42 views
Crop PDF and save it using jquery or javascript [closed]
How to crop PDF image in iFrame? And how to save the cropped image in same format?
0
votes
2answers
29 views
Python opencv crop not working
I am relatively new to OpenCV. I have gleaned from tutorials and such that you can crop by using this script:
import cv2
import numpy as np
import video
cam = cv2.VideoCapture(0)
ret,vis = ...
0
votes
0answers
14 views
Android - how to show a trapezoidal crop if I already know the image coordinates
I am using a third party SDK to auto-detect corners of an image after user takes a picture of a document. Since I already have the co-ordinates, I would like to display a trapezoid on the screen with ...
2
votes
0answers
42 views
Show only half of the image or crop it diagonally with Javascript and HTML
i want to build a mobile tool in phonegap with Javascript to show people how their shower flagging will look like. The user should take a picture with the camera to show it in the app. To understand ...
1
vote
0answers
67 views
Android auto crop camera captured images
I am looking for some kind of auto trim/crop functionality in android.
Which detects a object in captured image and creates a square box around object for
cropping. I have found face detection apis ...
2
votes
1answer
69 views
Is there a way to crop an image with Raphael.js?
I am trying to fit part of in image into a raphael object.
Scaling the image works perfectly, but when I try to translate it, it ends up returning the wrong part of the image.
I am scalling the image ...
0
votes
0answers
34 views
Android, Pick & Crop image using single startActivityForResult, but retreiving original image URI?
some time ago I managed to make the following code work (thanks to people on the Internet like you, definitely NOT the android documentation...).
What it basically does is start the file pick activity ...
0
votes
2answers
38 views
Cropping the image - transparency
Im trying to make the page with image cropping "frame". In the comment below is the jFiddle (although submit button isn´t working) .... What Im trying to do is that the part of the image, which is not ...
3
votes
3answers
155 views
Position, crop and add reflections to images, web
I'd like to display multiple images on my page with the following requirements :
they all fit in height
they are all on a single line, crop on width if necessary
a reflection would be nice
I had ...
0
votes
1answer
27 views
Android Canceling Crop does not return activity result
I am able to pick an image from gallery, crop it and get it as bundle. I retrieve it in this way :
if (resultCode == Activity.RESULT_OK) {
if (requestCode == SELECT_IMAGE || requestCode == ...
0
votes
1answer
38 views
Child element overflows parents border radius on change
Using this plugin: https://github.com/adriengibrat/jQuery-crop
I have an img wrapped by an element that has a border radius to make a circle, on load every thing is fine, but as soon as I drag or ...
0
votes
0answers
47 views
How to Crop and Scale frame using CGContextScaleCTM?
First Way I want to do same as following link : Crop and Scale CGContext - iOS
Using that code able to display rect on video, but I have no any idea that how to crop that selected portion and scale ...
-2
votes
1answer
27 views
Cropped picture to the profile
I would like to make a page, where there will be a "window", to which I will load some image. In this window it will be possible to move the image by the mouse. After clicking on some button the ...
0
votes
0answers
16 views
How to drag and adjust the face of image in a face type layout over it and get Bitmap of that particular face Area to use it in another Image view
I am making an App in android that capture the image using device camera and then drag and adjust the human face in image with the face like layout over it .Now i want to get that face area of the ...
0
votes
0answers
63 views
Android user select and crop image not as rectangle crop(any form)
i'm new to android. I have an image view. i want user to select the area like finger paint and want to crop the selected area from that image. I searched about cropping but all are rectangle cropping. ...
-1
votes
2answers
49 views
Crop the image if dimensions are known [closed]
I have an image and all the required dimensions for cropping the image.I want to pick the image from source path and save the image to destination path.I want to know which functions in PHP should i ...
0
votes
2answers
58 views
Crop an image to square using percentages and max widths
Working a responsive site, so I cannot use set widths.
I need pictures to all crop to square. I cannot define the exact measurements because it also needs to have max-width:100% in order to make it a ...
-1
votes
0answers
32 views
How to crop an image (eps, pdf) using inkscape? [closed]
File -> Document properties -> On the page tab (first one) in
the Format, Custom size box, click the button "Resize page to drawing or selection"
0
votes
0answers
28 views
croping Text Images From Pdf File in C#
I have pdf documents which Contains Questions with multiple answers.
And sometimes the Questions and Options of The Questions are images or u called them text images or sketches. What i am doing is ...
-1
votes
1answer
66 views
Crop image without stretching it, inside PHP [closed]
I am making a upload form inside PHP. Though I want the form to upload a thumbnail that is exactly, lets say, 100px high and 100px width. The form has to rescale the tumbnail without stretching the ...
1
vote
0answers
321 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 ...
0
votes
1answer
43 views
Crop an image in the centre using PIL
How can I crop an image in the center? Because I know that the box is a 4-tuple defining the left, upper, right, and lower pixel coordinate but I don't know how to get these coordinates so it crops in ...
0
votes
3answers
59 views
iOS - how to implement crop image like default photo album?
The default crop function in iPhone photo album
Does any one know how to implement this? I want to crop it before Use button is tapped.
2
votes
1answer
51 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 ...
3
votes
1answer
192 views
Cropping Shape of Square Image Android In App
I want to create an application which allows the user to resize an image in shape of square (length = width).
I know that it is possible to use the gallery to make that in this way:
private void ...
-2
votes
1answer
46 views
How to Rotate Camera Capture image? [closed]
am new to android. I am developing one Camera application. when i am taking image from camera in portrait mode it is saved in reverse. how to rotate capture image after saving image.
Thanks in ...
0
votes
0answers
64 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
2answers
75 views
Crop image white space in C#
I have the request that crop image white space in C#, and I search some methods from the forum, but it could not satisfy my request.
There is the original image,
This is the result I expect,
...
0
votes
1answer
52 views
How to resize Facebook Profile Picture by height on Xcode?
How do I resize Facebook avatar with WIDTH: AUTO & HEIGHT: x amount ? Code below works but when the avatar is wider, it appears that the image is cramped.
/**
* Update avatar
*/
- (void) ...
0
votes
1answer
81 views
Get new crop coordinates after rotating a cropped image
I have a site where one of the features lets users upload images, then rotate/crop them. I'm using the following tools:
ImageResizer
JCrop
So let's say a user wants to crop the image first, then ...
0
votes
0answers
66 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 ...
1
vote
0answers
43 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 ...




