Closed (fixed)
Project:
Image javascript crop
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
16 Sep 2010 at 20:59 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent
Comments
Comment #1
nils.destoop commentedI have idd plans for porting imagecrop to D7 :)
Comment #2
rwohlebsubscribe
Comment #3
nils.destoop commentedComment #4
Jackinloadup commentedsubscribe
Comment #5
slashrsm commentedsubscribe
Comment #6
neopoet commentedsubscribe!
Comment #7
vood002 commentedHeartily subscribing~Happy to help test
Comment #8
bas.hr commentedSubscribe
Comment #9
Jackinloadup commentedSome work is going on related to the media module #969284: Media Image Transform (formerly Cropping)
Comment #10
olax commentedSubscribe
Comment #11
nils.destoop commentedAnyone suggestions for layout / colors for the UI?
Comment #12
henrijs.seso commentedLess style is best, bare bones jQuery UI skin is best solution imo.
Comment #13
gooddesignusa commentedAre you using the same js plugin for cropping or are you going to also explore other options. I really like Jcrop. This feature would be nice.
http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail
I notice this cropping plugin lets you select the whole photo edge to edge. Not sure what version of jquery it runs with. Also as an unrelated note it would be really cool if this module: http://drupal.org/project/imagefield_focus
could select a starting crop. atm that module isn't ready for d7 but just some ideas.
Comment #14
nils.destoop commentedI write my own javascript, using the jquery UI draggable, resizable. It's easy, and i can customize all what i want.
Imagefield focus looks nice. Maybe i can check in the future, how i can focus as starting position.
Comment #15
nils.destoop commentedThe D7 version V1 is almost ready, i only need to port 1 patch #1003832: Do not allow downscaling . All other features work.
Only 1 popup module (colorbox) is supported at moment. Other modules aren't ported yet.
In a 2nd release, following is planned:
- #918358: iframe "popup" submodule
- extra controls to easily manage your crop selection.
- live preview
- possibility to skip the preview page, and start at the cropping pages.
Comment #16
gooddesignusa commentedAnother idea that came to mind the other day but not sure if this would require too much work. The ability to rotate a photo before cropping. It could possibly work like the resize dropdown in the sense of the page reloads with a new image.
Comment #17
nils.destoop commentedIt actually was also one of my ideas at a moment :).
Comment #18
bryancasler commentedzuuperman I just tried the D7 branch with colorbox and I couldn't get the javascript crop to popup at all. Is the colorbox support part of the current D7 snapshot?
Comment #19
nils.destoop commentedThe support is on current snapshot. Everything works here on chrome and firefox. Did you download the colorbox js and placed it in libraries?
Comment #20
nils.destoop commented#918358: iframe "popup" submodule and "possibility to skip the preview page, and start at the cropping pages" are now added to dev
Comment #21
nils.destoop commentedGuess this can go on fixed by now. Just added the rotation feature :)
Comment #22
gooddesignusa commentedIs the rotation going to get backported to d6?