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

Editing presets in notepad - not working, would like help making it.

Participant ,
Oct 31, 2017 Oct 31, 2017

Hi all, I'd like to have a setting, a bit like 'auto tone' but for brightness only.

Currently an auto preset would code like this:

s = {

    id = "47641807-1AD4-4969-BC99-753C71D75AB1",

    internalName = "aww",

    title = "aww",

    type = "Develop",

    value = {

        settings = {

            AutoBrightness = false,

            AutoContrast = false,

            AutoExposure = false,

            AutoShadows = false,

            AutoTone = true,

            ProcessVersion = "10.0",

            },

        uuid = "D7C6F50A-16C4-4218-B1F5-618C7891B4BA",

    },

    version = 0,

}

So it stood to reason:

s = {

    id = "47641807-1AD4-4969-BC99-753C71D75AB1",

    internalName = "aww",

    title = "aww",

    type = "Develop",

    value = {

        settings = {

            AutoBrightness = true,

            AutoContrast = false,

            AutoExposure = false,

            AutoShadows = false,

            AutoTone = false,

            ProcessVersion = "10.0",

            },

        uuid = "D7C6F50A-16C4-4218-B1F5-618C7891B4BA",

    },

    version = 0,

}

Would work? Thing is it doesn't. Can anyone help me to figure out why this is?

Thanks!

533
Translate
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

correct answers 1 Correct answer

LEGEND , Nov 01, 2017 Nov 01, 2017

so there's no way to have something similar working with newer processes?

Not with a single preset, no.  You can use two presets, one applied after the other, as described here: https://feedback.photoshop.com/photoshop_family/topics/idea-auto-exposure-in-addition-to-auto-tone?topic-reply-list%5Bse…

Do you know that you can also shift-double-click on a slider label in the Basic panel, and it will set to an automatically chosen value?  Most (but not all) of the sliders will auto-set to what Auto wou

...
Translate
LEGEND ,
Oct 31, 2017 Oct 31, 2017

Those Auto* settings are holdovers from older process versions. The only thing that works in Process Versions 3 (2012) and 4 is AutoTone.

Translate
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
Participant ,
Oct 31, 2017 Oct 31, 2017

Thanks John, so there's no way to have something similar working with newer processes?

Translate
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
LEGEND ,
Nov 01, 2017 Nov 01, 2017

so there's no way to have something similar working with newer processes?

Not with a single preset, no.  You can use two presets, one applied after the other, as described here: https://feedback.photoshop.com/photoshop_family/topics/idea-auto-exposure-in-addition-to-auto-tone?t...

Do you know that you can also shift-double-click on a slider label in the Basic panel, and it will set to an automatically chosen value?  Most (but not all) of the sliders will auto-set to what Auto would have chosen.  But you can only do this one photo at a time.

Translate
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
Participant ,
Nov 01, 2017 Nov 01, 2017
LATEST

Thanks John, that was pretty much what I needed there. Thank you!

Translate
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