-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add "drag to crop" UI feature to Crop module #205
Comments
GitMate.io thinks the contributor most likely able to help you is @ccpandhare. Possibly related issues are #5 (image cropping module), #158 (Add a Saturation Module), #157 (Add a Contrast module), #27 (add fisheyegl module), and #113 (Add a Brightness module). |
@jywarren we can use a jQuery plugin for that, that would keep it separated from our core code |
This is fantastic. Excellent find!!!!!!
…On Thu, Mar 22, 2018, 12:22 PM Varun Gupta ***@***.***> wrote:
@jywarren <https://github.com/jywarren> we can use a jQuery plugin for
that, that would keep it separated from our core code
please have a look at this http://odyniec.net/projects/imgareaselect/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJz-dXZzs9JLhIW_WtzdWsFvfFBo7ks5tg8-xgaJpZM4S3W7b>
.
|
@jywarren this one is almost done, will be submitting pr by tomorrow |
Oh awesome.
…On Tue, Apr 10, 2018, 4:48 PM Varun Gupta ***@***.***> wrote:
@jywarren <https://github.com/jywarren> this one is almost done, will be
submitting pr by tomorrow
Thanks😁
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ2lanfgQz9ww2l5fmI7ul1-szM-bks5tnRpfgaJpZM4S3W7b>
.
|
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
… into dragToCrop fixes publiclab#205
Complete in #245!!! |
I was thinking that the ability to drag a region to be cropped using the Crop tool would be great, when using the default HTML UI. It might take a couple hundred lines of code, however, and I'm not sure we'd want that in the core library. Is this an example of something we should develop as a separate module entirely?
The text was updated successfully, but these errors were encountered: