Questions tagged [cropper]
128 questions
0
votes
0 answers
jQuery Cropper, cropbox goes outside my canvas
I'm using jQuery cropper to crop my images. Perfect plugin but I have 1 big issue...
When I set the dimensions to 1920/1080 my Cropbox goes outside my canvas. Is it possible to keep the cropbox inside the canvas and scale the image instead?
Here's…

MrSkippy
- 348
- 4
- 17
0
votes
1 answer
Could not find the 'Cropper' processor in any of these paths: lib/paperclip, lib/paperclip_processors
I had to include the paperclip_processors directory
I get cropper processor not found error. I follow railscast and doing exactly like that
module Paperclip
class Cropper < Thumbnail
def transformation_command
if crop_command
crop_command +…

Haseeb Ahmad
- 7,914
- 12
- 55
- 133
0
votes
0 answers
fengyuanchen Cropper TypeError: URL.createObjectURL is not a function
I'm tring to create upload images by using Fengyuanchen Cropper Library
But I'm facing as below errors.It simply can not read or find that file but it is existing in console.
// Import image
var $inputImage = $('#inputImage');
if (URL)…

DMS-KH
- 2,669
- 8
- 43
- 73
0
votes
1 answer
CropperJS: Image outsite the crop box is not visible
I am using javascript cropperjs to crop images uploaded by the user. In the cropper display, the image outside the crop-box is not visible. A sample in shown in the below image -
My cropper config is -
var cropper_opts = {
aspectRatio: 1/1,
…

Anunaya Srivastava
- 175
- 1
- 2
- 12
0
votes
1 answer
want to store the processed image into the server itself rather than downloading it to local system using fengyuanchen jquery cropper plugin
I am using fengyuanchen jquery cropper plugin for image manipulation in one of my project. That plugin is intended to download the image to local system after image processing. Actually i want to store the processed image into the server itself…

Mahesh A R
- 179
- 4
- 15
-1
votes
1 answer
cropper.js could not be initialized not showing any error
Hi guys i am stuck with javascript library cropper.js. I want to initialize cropper when image is uploaded. I made a function named temp, that trigger when input type file is changed have a look at code
html

Adnan Nawaz
- 79
- 1
- 8
-1
votes
1 answer
How to make grid views in android similar to Instagram?
I know how to crop images in android using 3rd party libraries, But I want to split a single picture into multiple pictures as grids for Instagram Feed according to user preference (3x3, 3x1 etc)
Just like:…

Dev Tyagi
- 19
- 4
-3
votes
1 answer
Upload and crop image with jQuery
I'm using jQuery to upload and crop image,link of this source is here:
jQuery Awesome Cropper
I downloaded this code and used it, but the result I received is just as in the form below and the photo will not be uploaded

Hanie Asemi
- 1,318
- 2
- 9
- 23