Scripted Image Processing

Scripts and programs to automate Astroart
Post Reply
Forum_2016
Posts: 219
Joined: 08 Dec 2018, 13:30

Scripted Image Processing

Post by Forum_2016 »

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.

Forum_2016
Posts: 219
Joined: 08 Dec 2018, 13:30

Re: Scripted Image Processing

Post by Forum_2016 »

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

Forum_2016
Posts: 219
Joined: 08 Dec 2018, 13:30

Re: Scripted Image Processing

Post by Forum_2016 »

Thanks Iver, that's perfect. Sorry, I don't know how I missed that one

Post Reply