Page 1 of 1

Image cropping and upload... ?

Posted: Fri Jan 27, 2017 2:49 pm
by Mich-adg
Hi,
anyone has a tip for cropping an image before uploading? (For Lise and why not other mods).
I'm searching a tool/solution like this (or better !):

https://fr.wordpress.org/plugins/acf-im ... reenshots/

Thks !

Re: Image cropping and upload... ?

Posted: Sat Jan 28, 2017 3:43 pm
by velden
IIRC Gallery does it.

Re: Image cropping and upload... ?

Posted: Thu Feb 09, 2017 1:16 pm
by Mich-adg
Hi John, no for the moment i have no solution.
Velden, thanks but... what is IIRC Gallery?

Re: Image cropping and upload... ?

Posted: Thu Feb 09, 2017 2:44 pm
by Rolf
IIRC == If I Remember Correctly... ;)

http://dev.cmsmadesimple.org/projects/gallery

Re: Image cropping and upload... ?

Posted: Wed Mar 22, 2017 1:40 pm
by velden
Not sure you know about the module CGSmartImage; it's (almost) perfect for this use. It does a lot of image stuff but it does NOT change the original image. Which in most occassions is good.

Re: Image cropping and upload... ?

Posted: Wed Mar 22, 2017 1:43 pm
by Mich-adg
No solution for me right now. I'm going to write to the LISE developers to think about it (because i use LISE of all my new sites, and i'm ready to pay for that).

Re: Image cropping and upload... ?

Posted: Wed Mar 22, 2017 2:04 pm
by velden
Then you must be looking to save server storage. Because if you worry about serving large images to visitors CGSmartImage would integrate perfectly into LISE templates (and all other modules' Front end templates)

Re: Image cropping and upload... ?

Posted: Wed Mar 22, 2017 3:41 pm
by calguy1000
Because editors usually don't know how an image will be displayed (what dimensions, etc). I determined a long time ago, that it's not always a good idea for editors to crop images... except in some limited cases. For example uploading an avatar... but then the uploader would need to have some intelligence for minimum and maximum sizes etc.

CGSmartImage can handle:
a - resizing the master image (to handle overly large images from cameras these days).
b - auto-rotating JPEG images
c - cropping and resizing in any way you want for display on a page or in an article or product or whatever.

Re: Image cropping and upload... ?

Posted: Wed Mar 22, 2017 4:28 pm
by Rolf
I use the Gallery module as "Image Manager" at most of my large websites...

Re: Image cropping and upload... ?

Posted: Thu May 04, 2017 5:00 pm
by pWorker
Hi,

i`m using a combination of the filereader api and jcrop. So i choose a file, it`s size get`s checked, then a preview image (src file rader) plops out with jCrop Functionality. Then on button press the crop result is saved as jpeg via an ajax call. If you would choose another pic, then the routine would empty the containers and restart (everything without uploading the original file).

Re: Image cropping and upload... ?

Posted: Mon May 29, 2017 2:54 pm
by Mich-adg
Hi pWorker, how did you achieve this? In wich module?