01-09-2024, 06:30 PM
(01-09-2024, 09:35 AM)Stephen Liu Wrote: Hi all,
I have bundles for old yellowish photos to restore.
I run GUI commands/steps to do the job. Can I write a script to do the job if I found the GUI commands/steps suitable after testing?
I have no idea of the back-end commands. Please advise. Thanks.
Regards
There is no direct relationship between UI things and the API (the commands used by the code). Sometimes the UI replaced several API calls, but some API call can do the job of hundreds of manual commands.
Also, you have to know how to write code.
What steps did you follow, exactly?