Hi All,
Is there anyway to script an image processing 'task' - something along the lines of Image.Process("DDP",a,b,c).
I acknowledge that there are many image processing commands available, with a wide variety of parameters. However, it would be useful to be able to automatically script a series of processing steps to the current image.
Alternatively, is it possible to call a macro from a script - which might enable me to record a macro of the image processing steps and then apply (from a script) that macro to the current image somehow?
Cheers,
Andrew.
Scripted Image Processing
-
- Posts: 219
- Joined: 08 Dec 2018, 13:30
Re: Scripted Image Processing
Each one of the 4 macros can be called from a script.
Image.Macro(n)
Launches one of the four Macros defined in Astroart.
Image.Macro(2)
Iver
Image.Macro(n)
Launches one of the four Macros defined in Astroart.
Image.Macro(2)
Iver
-
- Posts: 219
- Joined: 08 Dec 2018, 13:30
Re: Scripted Image Processing
Thanks Iver, that's perfect. Sorry, I don't know how I missed that one