Offloading image work to server for Upload Applet

knothead

Joined: 2006-09-20
Posts: 2
Posted: Wed, 2006-09-20 01:16

I'm yet another user who is running into jpegtran issues. I'm trying to get my fiancee and a few of my friends (and possibly family) to post their images to my gallery server and I want things to just work. I was wondering if it would be possible to implement a change to the applet that would send some kind of control information along with the image that would instruct the local image manipulation utilities on the server to run before the image is added to the gallery. This would prevent the user from needing to have anything but java installed locally (and have a nice side benefit of keeping the user's machine from having to do additional heavy lifting if it is very slow). I haven't hacked on gallery before and I'm looking for some guidance as to the size/scope of such an undertaking.

Ryan

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-09-20 04:38

if you mean resizing the image, sizelimit module.

 
knothead

Joined: 2006-09-20
Posts: 2
Posted: Wed, 2006-09-20 16:05

I was a bit more interested in image rotation but I'll look at that too.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-09-20 16:23

exif module can rotate on upload, if the image has orientation in its exif data.
(in current svn / nightly snapshot)