Skip to main content

Questions tagged [cropperjs]

JavaScript image cropper library. If you use this tag you might also include JavaScript

cropperjs
0 votes
0 answers
4 views

Have issue for rotate and crop using cropperjs

Here is my blade file. @include('backend.inc.image_picker', [ 'label' => translate('Gallery Images'), 'size' => '(...
asifraza1013's user avatar
0 votes
0 answers
5 views

Canvas size stretched compared to the original image

I created a plugin for my wordpress site. The way this plugin works is that when a variant is selected and then "custom" is selected as the size, a section opens where I can enter the ...
user26385389's user avatar
0 votes
0 answers
42 views

Issue with loading edited image data in FilePond image editor using Cropper.js

I'm encountering an issue with my FilePond image editor, integrated with Cropper.js, where edited images are not being loaded properly when I attempt to edit them again. Instead of opening the edited ...
Anonymous's user avatar
0 votes
0 answers
34 views

TypeError: Cannot read properties of null (reading 'getCroppedCanvas')

I want to crop the image to 1:1 ratio and convert it to url. but, an error similar to the title appears and says that the getCroppedCanvas function cannot be called. This is my code, can somebody help ...
HyeJi's user avatar
  • 9
0 votes
1 answer
25 views

How can we modify the appearance of corner points in Copper.js?

"I'm currently using Cropper.js in my project for image cropping functionality. However, I've encountered an issue where the corner points of the crop box don't match the design I need. How can I ...
Gagandeep Gambhir's user avatar
1 vote
1 answer
72 views

Cropperjs or Javascript issues uploading cropped image to the server with php

Please help me with this: <h5 style="color: <?php if (isset($color)) { echo $color; } ?>;"><?php if (isset($statusupload)) { echo $statusupload; } ?></h5> <...
sphinx's user avatar
  • 17
0 votes
1 answer
84 views

Cropping a Photo using cropper.js and ASP.NET - with UpdatePanel

I've been trying to solve this for about a week now. I know it's got to be something simple. Requirement I need to use ASP.NET - minimal Java as the page will do most processing / DB work using ASP....
Tony Stephens's user avatar
0 votes
0 answers
20 views

CropperJS - fixed target image size

I'm making a page for staff to upload a profile photo for their ID cards. The final image must be 500x500px when submitted. I'm trying to use cropperjs to allow the user to select a square of at least ...
user1120058's user avatar
0 votes
0 answers
10 views

Image Edit not workign after upgrade Magento2 with cropper js

In Old website Image edit function working fine, after upgrade of magento2 we are getting error in js console Uncaught ReferenceError: imageEditor is not defined Can anyone have idea about this issue. ...
Paren Sutreja's user avatar
0 votes
0 answers
17 views

Cropperjs - Cannot read properties of null error when is not null? [duplicate]

I'm trying to implement cropping images in my webapp. What I am trying to achieve is crop an image to have a 3/4 ratio, and crop that cropped image to have an avatar (ratio 1). Basically I am cropping ...
Ting-Ting Chen's user avatar
0 votes
1 answer
92 views

Cropper rotating incorrect image in the array of images

I'm trying to navigate between multiple arrays of images which I want to render and rotate. Currently, while when I'm changing the selection from q-select, the images are rendering correctly, and if I ...
DJay's user avatar
  • 1,270
1 vote
1 answer
118 views

How to solve Vue cropper flicker

This is my vue cropper code. Every time when I load a image, the cropper window will flicker, especially for large image. Do any one know how to solve this probelm? Thank you! <template> <!-...
Azikaban's user avatar
-1 votes
1 answer
50 views

Issue with Uploading image file after cropping with cropper.js in Java Springboot

I used cropper.js to crop and image file and upload the image file into backend(java springboot) but everytime it gives the error of 404 eventhough the url exists <div class="formPart"&...
Sirajul Muneer's user avatar
0 votes
0 answers
160 views

CORS on cropper js while cropping only

I am using livewire's WIthFIleUploads trait for image handling. After a temp image is previewed I am using cropper js to crop the image. The images are being stored on digital ocean spaces so I am ...
Usama Arslan's user avatar
0 votes
0 answers
37 views

CropperJS and getting the canvas without cropping

I'm using the Vue CropperJS library, and I'm trying to use the cropperjs library. I've customized it in a way so that you can edit the picture without a cropper, by just adjusting the picture inside ...
Ayman's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
16