Questions tagged [lightroom]

Adobe Photoshop Lightroom provides a comprehensive set of digital photography tools, from powerfully simple one-click adjustments to cutting-edge advanced controls. Use this tag for questions about Lightroom SDK and uses.

Adobe Photoshop Lightroom is a photography software program developed by Adobe Systems for Mac OS X and Microsoft Windows. It is designed to assist users in managing large quantities of digital images and doing post production work. Lightroom combines photo management and editing in one interface.

Resources

62 questions
0
votes
1 answer

How to extract zip file with lightroom sdk?

I am developing a lightroom plugin and have a requirement to update the plugin with the plugin manager. I am storing all the plugin versions on the server in a zip file. Now I wanted to download and extract that file to the plugin directory. I can…
Nileshsinh Rathod
  • 948
  • 1
  • 17
  • 37
0
votes
1 answer

Cannot get renditions from Adobe Lightroom API

I am trying to use the Lightroom APIs to retrieve images from my Lightroom Cloud store. I have oauth working, and I can do anything but getting a rendition. I wrote the following script to illustrate my problem. I am able to get my catalog metadata…
George Madrid
  • 703
  • 7
  • 16
0
votes
1 answer

How do I extract the faces that are tagged in Lightroom using Metadata-Extractor?

How do I extract the faces that are tagged in Lightroom using Metadata-Extractor? All other data I easily find, but not all the faces. Am I doing something wrong, or does M-E lack support for this? If so, need help implementing it?
0
votes
1 answer

Batch Convert Sony raw ".ARW" image files to .jpg with raw image settings on the command line

I am looking to convert 15 Million 12.8 mb Sony .ARW files to .jpg I have figured out how to do it using sips on the Command line BUT what I need is to make adjustments to the raw image settings: Contrast, Highlights, Blacks, Saturation, Vibrance,…
0
votes
1 answer

Adobe Lightroom Catalog API returns code+JSON

When using the Adobe Lightroom Catalog API to access the catalogs in a Lightroom account, the resulting data is a combination of code and JSON starting with: while (1) {}\n{\"base\":\"https://lr.adobe.io/v2/\",\"id\":\"7afe.... This is different…
Michael S. Scherotter
  • 10,715
  • 3
  • 34
  • 57
0
votes
1 answer

Sorting images by custom order - Lightroom Plugin

I want to sort images in a custom order. The folks at https://www.excire.com/de/excire-search-2/ got this working, they can sort images by e.g. similarity to an input image. I have a plugin calculating the wanted order, but I don't know how to sort…
moritz
  • 366
  • 3
  • 17
0
votes
1 answer

Lightroom: Apply the editing to the original file

I have a large library of photos in Lightroom. How I can apply my editing to the original photos massively (like 77k photos)? The purpose of this is: Migrate to another photo library without losing the editing (like Acdsee) View the photos…
Klamore74
  • 578
  • 1
  • 6
  • 21
0
votes
1 answer

How to access images in Adobe Lightroom CC cloud?

so I've been wondering if there is some kind of API to access the photos I have saved in the cloud in Lightroom CC. Google wasn't much help with this. I know that from Lightroom Classic this can be done using SQL and the .lrcat file. But is there…
Jan Kaiser
  • 830
  • 1
  • 8
  • 22
0
votes
1 answer

adding lat/lng to image such that Finder/Photos/Lightroom recognize position?

The exiftool command below 'works' in that the data gets written to the file (see grep below). However, Finder, Photos and Adobe Lightroom don't recognize that the image has a position. Why not? I took all of these values from an image that was…
jsharpe
  • 2,546
  • 3
  • 26
  • 42
0
votes
1 answer

Accessing plug-in info in lightroom sdk plug-in

I would like to access the VERSION field (returned in Info.lua) from other code in my plug-in. I could find no documentation as to where the information returned from Info.lua is stored. Is there a way to access it?
Eyal Redler
  • 135
  • 7
0
votes
2 answers

How to measure the amount of time taken to do any kind of operation inside apps such as Maya, Creo Parametric, Adobe Premier, etc

I want to measure the amount of time taken to do any kind of operation inside apps such as Creo Parametric 5.0, Adobe Premiere Pro, Maya, Adobe Creative, Lightroom CC or any other design app The idea is to measure the performance (time taken per…
0
votes
2 answers

Lightroom Batch HDR Script

I don't have a lot or any experience in coding. I'm looking to Batch Merge HDR photographs in lightroom CC for OSX. More specifically automate the Batch Process. The task: Select 3 bracketed photos in Lightroom from exposure -3 to +3 use Photomerge…
natsaab
  • 1
  • 1
0
votes
1 answer

Debug Lightroom with ZeroBrane --> Error

I'm trying to start developing a Lightroom plugin and I'm using the ZeroBrane IDE for it because debugging should be possible with it. I followed the instruction from here. But I allways get an error when I run the plugin within Lightroom. The…
Sven
  • 1
  • 1
0
votes
0 answers

How to move Adobe Lightroom sliders via C# application

I would like to be able to move Adobe Lightroom's slider controls (Exposure, Contrast, etc) from my C# application. Using Spy++ I can get info about the slider controls (class msctls_trackbar32), but I lack a knowledge of how to control them from my…
darx
  • 1,417
  • 1
  • 11
  • 25
0
votes
0 answers

Lightroom database corrupted after recovery

I am trying to rebuild an Adobe Lightroom catalog file which is basically a SQLite database. In this case the file was accidently deleted and recovered using Disk Drill. When I use .dump to create an SQL file, I only get a very small file out of…
Nikonite
  • 13
  • 4