Skip to main content
johnrellis
Legend
October 12, 2023
Pergunta

P: Changes to the LR 13.0 SDK

  • October 12, 2023
  • 1 resposta
  • 367 Visualizações

Changes to the LR 13.0 SDK compared to the LR 12.3 SDK:

 

Lightroom Classic SDK Programmers Guide -- no changes according to Adobe Acrobat.

 

API Reference

 

LrCatalog

- catalog:addPhoto( path, stackWithPhoto, position, metadataPresetUUID, developPresetUUID ) 

The last two parameters are new and optional.

 

- catalog:findPhotos()
PSB, JXL, and AVIF added to the list of supported file formats

 

LrDevelopController
- ToneCurve parameters documented


- Version 6 localized adjustment parameter names added

 

- LrDevelopController.setProcessVersion()
"Version 6" added

 

LrExportSettings
- LrExportSettings.extensionForFormat()
JXL, AVIF added

 

LrKeyword

- keyword:setParent( parent )

New method.

 

LrPhoto

- photo:getDevelopSettings()

. Case of "orientation" corrected. 

. New settings returned: HDREditMode HDRMaxValue SDRBrightness SDRContrast SDRClarity SDRHighlights SDRShadows SDRWhites SDRBlend LensBlur DepthMapInfo PointColors

 

- photo:getFormattedMetadata()

Documentation added for video fields: duration, trimmedDuration, frameRate

 

LrSelection

- selectFirstPhoto(), selectLastPhoto()

These can no be called in all modules, not just Library

 

Undocumented Changes

 

My semi-automated scripts found the following settings for photo:getDevelopSettings() and LrDevelopController:

 

ExtendedToneCurvePV2012Blue ExtendedToneCurvePV2012Green ExtendedToneCurvePV2012Red GrainSeed LensProfileDigest LensProfileIsEmbedded ToggleStyleAmount ToggleStyleDigest UprightDependentDigest

Este tópico foi fechado para respostas.

1 Resposta

Sean McCormack
Community Expert
Community Expert
October 19, 2023

@johnrellis are there deprecations in Publish Services? 

Sean McCormack. Author of 'Essential Development 3'. Magazine Writer. Former Official Fuji X-Photographer.
johnrellis
Legend
October 19, 2023

Nothing documented.