Croppic is an image cropping jquery plugin
Questions tagged [croppic]
10 questions
2
votes
0 answers
Croppic not working in Codeigniter
I am using Croppic http://www.croppic.net/ to crop images in codeigniter. The problem is it is working in core php but not working in codeigniter. I am using it with minimal configuration. Please help to solve my issue below is my Code
View:…

user3653474
- 3,393
- 6
- 49
- 135
2
votes
1 answer
Saving an image that's been rotated
I'm using Croppic to crop, rotate and save an image. But I'm not sure how to save the image if it's been rotated. When I save the image, after I rotate 90 degs, it still gets saved in it's original orientation. I suspect it's how I'm saving the…

chuckd
- 13,460
- 29
- 152
- 331
1
vote
2 answers
Crop an image using UIBezierPath - Beginner
I have a shape defined in UIBezierPath . I also have an UIImage. I now want to crop this image using UIBezierPath. How can I do this ?
let shape = UIBezierPath(rect: imageRect)
let image = UIImage(cgimage: c)

Illep
- 16,375
- 46
- 171
- 302
1
vote
1 answer
PHP Cropping Resizing Creates Border
Using the example in Croppic, I keep ending up with borders on one or more sides of an image when I crop some images. Example:
Here is the code I am using to process the image:
// original sizes
$imgInitW = $request->get('imgInitW');
…

Jafo
- 1,200
- 2
- 11
- 22
1
vote
3 answers
Image not getting empty when cancel is clicked on file input?
Im using Croppie plugin for this crop image function. Input text field becomes empty and the image is not getting empty when a user clicks the cancel on file input. I want to remove the image too when a user clicks the cancel button on file…

acmsohail
- 903
- 10
- 32
0
votes
1 answer
Croppic, resizing images below container size
The Croppic library (http://www.croppic.net/) does not provide for zooming images below the container size. However, this can be solved by modifying the zoom() function in the library file:
https://github.com/sconsult/croppic/issues/100
I have tried…

reti
- 43
- 5
0
votes
1 answer
croppic plugin in laravel 5.3 throws json error cant figure out the answer need
I am using croppic plugin for the first time but it throws an error while uploading photo. I don't understand what i have done wrong. I have attached an image regarding it.

jasper pinheiro
- 1
- 2
0
votes
1 answer
Getting an error 413 Request Entity Too Large while using a plugin Croppic
I am using a jquery plugin CROPPIC to my web application to crop and compress the pictures before uploading them to database.
While I am using it I am able to crop and upload the picture size below 1MB but size above 1MB gives me an error in the…
user6327513
0
votes
1 answer
upload images on bootstrap model and load new uploaded image
This model will load on click on icon image.
0
votes
2 answers
Croppic.net wrong image dimensions and not able to crop
I am using croppic.net to enable the user to perform a simple image cropping before uploading.
The problem is the image inside the cropping container is always deformed.
Due to this i cannot crop the image correctly and it is not possible to drag…

Max90
- 193
- 2
- 14