0
votes
0answers
14 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. ...
0
votes
2answers
28 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 ...
0
votes
3answers
30 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
53 views
+50
Cropping Shape of Square Image Android In App
I want to create an application which allows to resize an image in shape of square (length = width).
I know that it is possible to use the galery to make that in this way:
private void crop(Uri ...
0
votes
2answers
49 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
33 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
2answers
26 views
how to crop image and show in different formats using PHP
I want a code when image is uploaded to crop it to 100px * 100px in 3 formats gif,png,jpeg.
I want image to be shown on the page only.
No storage needed.
0
votes
2answers
64 views
Image cropping to fit in a GridView
I need to display three columns of ImageView in a GridView and I want to square the image to avoid this effect https://www.dropbox.com/s/hjc55ijbf8cdkao/SC20130430-194230.png
This is my xml code:
...
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 ...
1
vote
1answer
46 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 = ...
-1
votes
0answers
21 views
How to get filename UberUploadCropper [closed]
I have been strugling to find a good script for uploading image then resize and crop it. I found this script "UberUploadCropper" and it does everything I want. But I dont understad how to save this in ...
1
vote
1answer
39 views
Crop and resize an image to use on a list
I need to crop and center an image to make a thumbnail for a list, but I want the size of the thumbnail to be proportional to the screen size, so that when the list is shown on a tablet or on a phone ...
2
votes
1answer
183 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 ...
0
votes
0answers
189 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 ...
-1
votes
1answer
63 views
What are the solutions for cropping an img in css, without a wrapper or distortion?
Following this question, I was wondering if there are any new solutions for cropping an <img> in css, without distorting it, whilst maintaining its aspect ratio (without adding a wrapper).
For ...
0
votes
3answers
81 views
Image Crop From URL
Hi I've been working with the iTunes API and what I've done is saved the data that's returned from the search into the database. I'm saving the iTunes image URL to my database and I'm wondering what ...
0
votes
1answer
134 views
Jcrop have problems with large size images
TRANSLATED by Google
I'm running to achieve an upload form in php and jquery and say that everything is fine now except for one thing that I think is nonsense but still can not figure it out.
Let me ...
0
votes
1answer
28 views
modify & design croped image
I cropped an image in html & css . When i am coding a <span> tag the cropped image displayed. But I need to know how can I modify it.
I have the following code:
<style ...
0
votes
1answer
69 views
Standalone Python script for image resizing
I'm looking for a standalone python script which can perform 2 simple image editing tasks :
Resizing
Cropping
I browsed some websites this morning and found 2 interesting modules :
...
0
votes
0answers
196 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
2answers
77 views
Cropping Centre of Image Stored In A MemoryStream
I have an image upload form that stores two sizes of images: Large and Thumbnail image.
For the thumbnail image, I am trying to crop image from the center and re-size to: 30px x 30px.
Here is my ...
0
votes
1answer
119 views
Crop square image to circle - Programmitically
i was searching for past one day and i was not successful .
i get the image from API , and i download it to a bitmap file using the following code .
private Bitmap DownloadImage(String URL)
{
...
2
votes
0answers
95 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 ...
0
votes
1answer
51 views
Crop in cjuidialog
I need to do an upload with crop picture but I can not find information to operate the extension eajaxupload, coconut inside cjuidialog
any extension for yii?
something like:
...
5
votes
2answers
463 views
Crop multiple images one at a time with JCrop and session in php
I have an image crop script that crops 1 image at a time using the Jquery Jcrop plugin.
now i want to upload more images and crop them 1 by 1 using a for loop.
How can i do this the best way? i set ...
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
135 views
PHP: Image Resize and Crop to Portrait
I need to the re size and crop image to center. The end result image needs to be 250W x 330H.
I need to re size the image uploaded to 330 height but leave the correct ratio with the width. Then check ...
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 ...
-1
votes
1answer
72 views
android how to crop part of the image and replace to same posotion? [closed]
what I need to do is the partially image encryption(for example,blur part of the image),
my logic is firstly cut part of the image,and blur those part image, after that put that processed part image ...
0
votes
4answers
229 views
How to “crop” a rectangular image into a square with CSS?
I know that it is impossible to actually an image with CSS, which is why I put crop in quotes.
What I'd like to do is take rectangular images and use CSS to make them appear square without ...
0
votes
1answer
146 views
How to crop image in different shapes
I try to get a subImage from the given image as shown below:
I know how to crop in rectangular shape like this
image = image.getSubImage(x, y, width, height);
but by using this method it is not ...
0
votes
2answers
153 views
PHP Image manipulation with rotation and crop
I have a problem with image manipulation in php. As they say, a picture paints a thousand words so below is an image to assist me in explaining my situation.
I have a canvas (the picture of a car) ...
-1
votes
1answer
82 views
Cut/delete a portion of an image (JPG)
Is there any way to programatically delete a the portion of JPG image (rectangular) from the JPG image. By some trial and error I can adjust the XY cordinates to adjust to my requirement (to cut the ...
-2
votes
2answers
97 views
Crop image different format
I want to ask you for help in solving a problem.
I crop the picture with Clone. But there is one detail that affects the operation of the module.
In more details: I have a picture resolution of ...
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 ...
1
vote
1answer
83 views
Ios taking snapshot of a screen after cropping some parts
Yep as the title says I need to take a cropped snapshot of my app.
I want to cut top of the screenshot little bit (%20) I already have a code which I used to take a snapshot and send it to facebook ...
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 ...
3
votes
3answers
122 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 ...
4
votes
1answer
476 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 ...
0
votes
2answers
506 views
ANDROID CROP: Crop with square shape
I'm trying to crop in a square shape the pictures from Gallery and from the Camera. From the gallery works perfect, the gallery opens, I choose the picture and then the crop frame keeps always the ...
0
votes
2answers
195 views
C# Crop transparent parts in an image
I have this image:
and I wrote a code that supposed to crop only the part with the black dots(the code is built for 1-color images only),
without all of the transparent pixels around the dots,
and ...
0
votes
2answers
249 views
Android image cropping is reducing the size of the image
I need to crop a photo from the android phone gallery and then edit it.
The original size of the photo is 3264 *2448 which is displayed in my screen of size 1280 * 720 as a scaled down image.
When I ...
0
votes
0answers
37 views
Background reapeat y without cropping image
I want an image to repeat itself on y, but it should not be cropped.
HTML:
<div class="test">
<span class="font">
dsa dsada d sads<br />
dsa dsada d sads<br />
...
0
votes
1answer
157 views
crop image in ActiveX dll with vb6
i'm using vb6 to build an ActiveX to process image with resize / crop operation.
about crop image, the marjor method is place two picture boxes, then
Form1.Picture2.PaintPicture ...
0
votes
1answer
285 views
wpf CroppedBitmap crop image as pixel values in double
I am Cropping the image using CroppedBitmap method in WPF.
Required input parameter is int32Rect.
But, my image Height and Width values are in double (pixel).
So without truncate the Double to Int, ...
1
vote
2answers
287 views
Automatically cropping an image with python/PIL
Can anyone help me figure out what's happening in my image auto-cropping script? I have a png image with a large transparent area/space. I would like to be able to automatically crop that space out ...
0
votes
1answer
100 views
CSS: How to crop image that has any size?
I have a website where users can upload their photos and I'd like to prepare a page, where I would display all uploaded images nicely sorted.
The problem is, that someone upload the picture in ...
2
votes
3answers
360 views
Image cropping issue in iOS
I am creating an iPhone app which has image cropping feature. In this, I am getting the photos from the UIImagePickerController and passing it for cropping. There it has a scrollview and the selected ...
0
votes
1answer
77 views
Extract part of an image in C language
I am doing a project on image processing. I need to perform preprocessing of the input image( which is a .bmp etc file) first. Can anyone please help me with a C language code.
I have to extract only ...








