image filter rotation

Image scaler add-on.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

image filter rotation

Post by import »

Hello,

I've just glanced through the source code of the image filter, and it looks like there's plenty of code to implement a rotation feature, but I can't find any documentation (aside from the well-comented code) regarding its use. I'm ultimately looking to make an "auto-rotate" feature based on EXIF data, but at this point it's only a question.

Thanks!

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: image filter rotation

Post by import »

Rotation code you see works with JImageUpload add-on.

If you look at the FAQ you will see that JImageUpload allows to rotate images. And, as it could work with JImageFilter, then JImageFilter could also rotate images too. However, this rotation is driven by JImageUpload add-on.

Auto rotation based-on EXIF is not available but such feature could be developed as custom feature. If you're interested in then you could contact support(at)jfileupload(dot)com for a quote.

dstonek
Posts: 52
Joined: Fri Mar 21, 2008 3:19 pm

Re: image filter rotation

Post by dstonek »

I think this is should be in "wish list".

Post Reply