[jQuery] Image Display with Brightness Control?
Hey Folks,<div>
</div><div>So, a project involving allowing users to view scanned photos of historic structures has recently run into the problem that some of the photos are a bit dark relative to the originals, with some details being impossible to see in the jpg. When viewed on desktop, this is usually dealt with by users just tweaking the brightness in their quick and easy photo viewer of choice. I'm trying to replicate that functionality for a web interface we're developing.</div>
<div>
</div><div>Does anyone know of an image control jquery plugin that allows brightness control, or has anyone dealt with similar issues? Optimally, it'd be something lightbox-esque, with FF3/IE7+ compatability, but I'd love to see any examples at all.</div>
<div>
</div><div>Poking around, I've found a few potential leads if I have to try to build something, but I'm hoping someone out there has beaten me to it.</div><div>
</div><div>
</div><div>In case anyone is curious, the leads I ran across were: </div>
<div>FF Only:
</div><div><a href="http://people.mozilla.com/~schrep/image12.html">http://people.mozilla.com/~schrep/image12.html</a>
</div><div>and:
</div><div><a href="http://www.nihilogic.dk/labs/imagefx/">http://www.nihilogic.dk/labs/imagefx/</a>
</div><div>and lastly: </div><div>processing.js seems to have similar capabilities, but I've never done anything with it and thus have no idea how easy/nightmarish it'd be to add a brightness slider or +/-10% button to an image. Also, compatibility is problematic.
</div><div>
</div><div>
</div><div>Thanks a lot,</div><div>
</div><div>josh</div>