This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LewisTehMinerz's profile picture

NPaintPro Animation (.nfa) Splitter

Started by LewisTehMinerz, 19 July 2015 - 11:02 AM
LewisTehMinerz #1
Posted 19 July 2015 - 01:02 PM


Hello, I have made a splitter to split up the frames in a NPaintPro Animation (.nfa) file!

It works like this:


framesplit <filename> [prefix]

<filename> is obvious, it's the files name (and/or dir)
[prefix] is obvious. It's the name put before the file (Like I put test-, each file would be test-1, test-2, etc.) (this can also include directories like /frames/)


pastebin get 5jkpZRj6 framesplit

Thank you.
Rougeminner #2
Posted 24 July 2015 - 01:52 AM
This could be extremely helpful. do you mind if i include it into one of my API's / Tools with credit to you?