Questions tagged [crop]

Crop refers to any issues relating to cropping images.

Cropping refers to the removal of the outer parts of an image to improve framing, accentuate subject matter or change aspect ratio.

Image example :

enter image description here

3129 questions
1
vote
0 answers

How to crop image after capture image by camera in cordova, same as whatsapp crop functionality

In my app I am using image capture functionality by camera in profile picture section but in android it returns rectangular size image and after resizing the image gets distorted. To avoid Image distortion I need square size croped image, same as…
Pranay Kumar
  • 144
  • 5
1
vote
0 answers

Using CropIt with jQuery Mobile: Slider doesn't work if it's not on the first jQm page

I'm trying to implement a jQuery-based image crop function that exports to base64 text. CropIt seems perfect for the job, and works beautifully, UNLESS it's not the first jQuery Mobile page in the list of jQm "pages", that displays by default in the…
Pablo Carson
  • 342
  • 1
  • 4
  • 13
1
vote
1 answer

Cropping images sometimes a wrong area

I'm using jQuery-cropbox to crop images on a web application. Everything is running smoothly most of the time, but from time to time, the generated image is wrong, as if the cropping was applied with wrong coordinates. As an example, consider this…
xlecoustillier
  • 16,183
  • 14
  • 60
  • 85
1
vote
1 answer

Extract Rectangular Image from Scanned Image

I have scanned copies of currency notes from which I need to extract only the rectangular notes. Although the scanned copies have a very blank background, the note itself can be rotated or aligned correctly. I'm using matlab. Example input:…
1
vote
1 answer

problems with crop image in Windows Phone 8.1

I´m making an app in Windows Phone 8.1 Visual Studio 2013 (not Windows Phone Store app, just Windows Phone app) wich do panoramic from 2 images. I have almost finished my aplication. But in the end when I want to crop the result, I cannot send the…
Candyvf
  • 11
  • 2
1
vote
1 answer

PHP picture parts from image (CROP)

Hello i have big technical problem i need crop image to parts like this: One parts is 500px x 500px except in the case where there is less space. Example image size is 1920px x 1080px totaly i have 12 parts of image. Me problem i have very big…
Asker
  • 291
  • 1
  • 3
  • 11
1
vote
1 answer

com.android.camera.action.CROP stucks

I start following intent: Intent cropIntent = new Intent("com.android.camera.action.CROP"); cropIntent.setDataAndType(data.getData(), "image/*"); cropIntent.putExtra("crop", "true"); …
L3n95
  • 1,505
  • 3
  • 25
  • 49
1
vote
2 answers

make a div like circly cropped from top right corner

how to make a cropped div from top right corner. like suppose i have a square image and i cut top right corner in circle shape. my question is how to make remaining shape of square image by using pure css??? please help me!! my code: div { …
Ahmad Fraz
  • 49
  • 1
  • 10
1
vote
1 answer

How does Facebook codes their Cropping tool?

I ask this because I am currently trying to work out my own technique, and there are huge strategic hangups for the entire site when your begin this. Of them are: Using jCrop and rMagick, it takes up a huge amount of processing ( to which I have…
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
1 answer

Rotating image decentres image using janmuller library

I am using janmuller android library to perform rotation of an image . On rotating it 90 degrees to the left or right the image is rotated , however it gets de centred on the screen . This is the code I have used from janmuller library public…
Royce Raju Beena
  • 711
  • 4
  • 20
1
vote
1 answer

Are there any good examples of how to take a screenshot in selenium webdriver C#, then crop and save the image?

I've been searching for some good examples of how to take a screenshot using ITakesScreenshot in Selenium Webdriver in C#, then to crop the image using the elements dimensions and then saving this new image. With no such luck have I found any in…
user3782210
  • 13
  • 1
  • 5
1
vote
0 answers

Cropping issue in Android

I am facing same problem like how to set fixed size of cropped images in android?
Anil Kumar GN
  • 339
  • 1
  • 8
1
vote
1 answer

use direct crop feature of gallery to by providing image uri

This is the code which opens gallery and pick an image to crop it. The change I need is I don't want to open the gallery to pick image. I have already image in my imageview. How can I pass uri of image with intent to use direct crop feature of…
Kevan
  • 67
  • 1
  • 8
1
vote
1 answer

Extract top part of bitmap in android

Is there a simple way to extract top part of bitmap like on the attached image and get only bottom part of bitmap?
falsetto
  • 789
  • 2
  • 11
  • 35
1
vote
2 answers

MATLAB: GUI suddenly zoomed-in and cropped

I had a GUI made using GUIDE. Suddenly when I reopened MATLAB the GUI window got resized, zoomed-in and cropped, missing the top of it. This shows in GUIDE itself as well. I'm using the same computer and MATLAB version. I already tried to restart…
Shaked
  • 475
  • 1
  • 3
  • 12
1 2 3
99
100