-
Updated
Aug 26, 2019 - Java
crop-image
Here are 202 public repositories matching this topic...
-
Updated
Jun 11, 2020 - Objective-C
$ docker run --rm -p 9000:9000 h2non/imaginary -enable-url-source
$ curl http://localhost:9000/smartcrop?width=31&height=31&type=webp&url=https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067
{"message":"Error while processing the image: shrink: parameter vshrin-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Sep 24, 2018 - Java
Expected Behavior
This was spotted when tried to use wacom tablet and pen to re-position, resize image.
Replicated same using mouse.
Mouse click should allow to drag image from one position to another and same time wheel should allow zoom in/out behavior without image flicker
Actual Behavior
Image flickers when using mouse click and wheel together
Steps to Reproduce the Problem
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
-
Updated
Aug 26, 2018 - Objective-C
-
Updated
Feb 2, 2020 - Kotlin
-
Updated
Apr 6, 2016 - Java
You are writing very useful information, but forgetting very basic infos:
import statements:
import com.lyrebirdstudio.croppylib.Croppy
import com.lyrebirdstudio.croppylib.main.CropRequest
To all Android Devs:
while giving some code/info, please state where to write also...
always give required imports also.
When taking a screenshot of a window and saving it, it would be nice to have the window title in the filename.
-
Updated
Feb 5, 2020 - Go
-
Updated
Aug 1, 2017 - Objective-C
-
Updated
May 30, 2017 - Java
-
Updated
May 4, 2020 - Kotlin
-
Updated
Nov 9, 2019 - Kotlin
-
Updated
Jun 6, 2020 - Java
A contributor created a prop with callback function to emit an "event" when croppie has been initialized. This should be converted to event.
-
Updated
Aug 13, 2017 - Swift
-
Updated
Jun 8, 2020 - Swift
-
Updated
Jun 10, 2020 - Vue
-
Updated
Sep 18, 2019 - Kotlin
-
Updated
May 10, 2020 - CSS
Improve this page
Add a description, image, and links to the crop-image topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crop-image topic, visit your repo's landing page and select "manage topics."

Hi,
I went through the documentation and couldn't find anything about using imgproxy with a SPA framework like vue. Are there any examples or guides on this?
If I understand correctly imgproxy is ment to be used serverside because of the encryption aspect. Would love to know about any best practices on how to implement it in a SPA scenario.
Thank you