Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
150 views

How do I display “image X of Y” in a Lightroom web engine Lua template?

I'm creating a new "web engine" (i.e. gallery format) for Lightroom, which uses Lua templates to generate HTML for the gallery pages. I've got both the SDK and Programmers Guide from here: ...
3
votes
3answers
823 views

How do I rewrite Adobe Photoshop plugins for Adobe Lightroom?

Are Adobe's plugin architectures for Photoshop and Lightroom related in any way? If I have source code for a plugin, that works with PS 3.0-CS3 as well as PS Elements 6.0 can I use it with Lightroom ...
1
vote
2answers
230 views

How to read Lightroom keywords from image file using PHP?

I have a photo community (www.jungledragon.com) that allows users to upload photos. My platform is PHP/CodeIgniter. As part of the upload process I'm already reading EXIF info using PHP's ...
1
vote
1answer
85 views

Tone Curve - Lightroom

Does anybody know if the tone curve tool in Lightroom 3.4 is patented? I would like to implement the similar functionality in a image processing software.
1
vote
1answer
214 views

How to write a lightroom plugin which sets the crop of all selected images?

I wonder if it is possible to write a lightroom plugin, which applies crop rectangles to a set of images? Of course I do not just want to duplicate the crop, I'd like to set a different crop to every ...
0
votes
0answers
17 views

Import pictures in LightRoom via script

I am writing an app that copies some pictures somewhere, and would then like to "tell" Lightroom to import automatically these pictures upon next startup, or life if LR is running. Can I do this via a ...
0
votes
1answer
158 views

Disable Cookies in Rails 3.x app

Is there a way to disable all cookies for a Rails app? Or preferably on a controller by controller basis? My problem is regarding access of a Rails JSON api by an Adobe Lightroom plugin. Apparently ...
0
votes
0answers
154 views

How do I write a Lightroom plugin that adds custom UI elements to the right panel?

I'm trying to write a keyword editor plugin that provides a nicer interface than the default one that ships with lightroom. Right now I'm stuck trying to integrate it into the UI. I figured out how ...