Didero / ThimbleMonkey

An early version of a Python / PySide6 graphical program to view Return To Monkey Island files (and hopefully Thimbleweed Park files later)
Other
0 stars 0 forks source link

RtMI characters without background #2

Closed legendofmi closed 1 year ago

legendofmi commented 1 year ago

I am looking for the best way to get all the characters, preferably front-facing, without a background. The idea is to do the same as I did for all the other games: https://legendofmi.com/characters/

One way of doing it is by taking a screenshot and then removing the background using Photoshop, but this has a few downsides:

Another would be to this tool and compose the character with Photoshop. However, this is really tricky because I don't know the correct positioning and rotations. Would there be a way to do it programmatically (ie. using .atlas, anim, .json, etc)? Or would it be too difficult without Spine?

Any suggestions?

legendofmi commented 1 year ago

Already figure out on how to do it :)