Page 1 of 1

mpr and Python?

Posted: 2017-04-28T11:57:13-07:00
by marckyL
Greetings,
I have an extremely iterative process with IM (animating an image throughout an image sequence). I've been using python to basically iterate a bash script, then execute that bash script.

I am now looking into a more 'python native' way using wand or something similar. However, I'm running into a hangup...
With the bash script way, i can incorporate using mpr to save a TON of time by loading the image at the beginning. However, I can't seem to find any of the python bindings that provide this.

Can anyone point me in the right direction? I've looked over the documentation to a few python implementations with no luck.

Thanks!