• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
4

Lightroom Classic: Add to API: LrDevelopController.quickDevelopAdjustImage smallDecrease and largeDecrease

Explorer ,
Jun 17, 2019 Jun 17, 2019

Copy link to clipboard

Copied

The new quickDevelopAdjustImage can use the parameters 'small' and 'large' which are aligned with some of the Quick Develop buttons. However, those are only for INCREASING the values. There are no parameters for the Quick Develop buttons that DECREASE the values. This severely limits usefulness of quickDevelopAdjustImage.

Request: Add parameters that are aligned with the Quick Develop DECREASE buttons.
Idea No status

Views

95

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
5 Comments
Adobe Employee ,
Jun 20, 2019 Jun 20, 2019

Copy link to clipboard

Copied

Hi Rory,

Thanks for sharing the feedback.
We'll consider it.
However, Once can use LrDevelopController.quickDevelopAdjustImage (settingName, size) with a negative number for size to decrease the values.

Thanks,
Bhargav

Votes

Translate

Translate

Report

Report
Explorer ,
Jun 25, 2019 Jun 25, 2019

Copy link to clipboard

Copied

Right, but in the Library module, you can't check ranges for an adjustment, and different file types have different ranges, so using a number is problematic. Also, not having small/large for decreases misses the benefit of small/large for increases, as a person adjusting a photo would want the ability to overshoot an adjustment and move it back down by the same increment.

Votes

Translate

Translate

Report

Report
Explorer ,
Oct 26, 2019 Oct 26, 2019

Copy link to clipboard

Copied

Adobe development should stop 'consider' fixing basic programming errors and go actually work for the money your professional customers are paying you. There is nothing to consider.

Customer: This new car only steers to the right, can you fix it?
Adobe: well we consider it, but you can always drive in circels....

Votes

Translate

Translate

Report

Report
LEGEND ,
Nov 06, 2019 Nov 06, 2019

Copy link to clipboard

Copied

Some reverse engineering reveals how to use the photo:quickDevelop* methods to behave like the <<, <, >, and >> buttons in the Quick Develop panel.

photo:quickDevelopAdjustWhiteBalance ("Temperature", n)
photo:quickDevelopAdjustWhiteBalance ("Tint", n)

With n = -5 or 5, these settings increase or decrease the same amount as using the < and > buttons. With n = -20 and 20, they change the same amount as using the << and >> buttons.

photo:quickDevelopAdjustImage ("Exposure", n)

With n = -16.5 or 16.5, Exposure increases or decreases the same amount as using the < and > buttons. With n = -50 or 50, Exposure changes the same amount as using the << and >> buttons.

photo:quickDevelopAdjustImage (setting, n)

For "setting" equal to one of "Contrast", "Highlights", "Shadows", "Whites", "Blacks", "Clarity", and "Vibrance": With n = -5 or 5, the settings increase or decrease the same amount as using the < and > buttons. With n = -20 or 20, they change the same amount as using the << and >> buttons.

* * * 

With all of these, when the settings reach their minimum or maximum value, further attempts to decrease or increase them leave them at the minimum/maximum, just like the <<, <, >, and >> buttons.

And of course, this should all be documented.  


Votes

Translate

Translate

Report

Report
LEGEND ,
Dec 02, 2019 Dec 02, 2019

Copy link to clipboard

Copied

LATEST
Im praying for you to resolve this matter. I have been waiting to use the complete Quick Develop module with my midi controller for a long time!! haha

Thanks for all

Votes

Translate

Translate

Report

Report