Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to adjust HDR Toning #311

Open
monkeycc opened this issue Sep 28, 2023 · 0 comments
Open

How to adjust HDR Toning #311

monkeycc opened this issue Sep 28, 2023 · 0 comments

Comments

@monkeycc
Copy link

monkeycc commented Sep 28, 2023

I want to adjust HDR Toning
But I don't know how to use it

import photoshop.api as ps

app = ps.Application()
app.load(r"e:\1.tiff")


idsmart_sharpen_id = app.stringIDToTypeID("AdobeScriptAutomation Scripts")
desc231 = ps.ActionDescriptor()

idjsCt = app.charIDToTypeID("jsCt")

desc231.putPath(
    idjsCt,
    r"C:\\Program Files\\Adobe\\Adobe Photoshop 2023\\Required\\HDRToning.jsx",
)
app.ExecuteAction(idsmart_sharpen_id, desc231)

大佬
有偿..
@loonghao

chavez_fig02

@monkeycc monkeycc changed the title How to adjust HDR How to adjust HDR Toning Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant