Well okay, so here is my deal.
For this game I'm working with I don't plan to actually use character sprites at all. In fact, I sort of want to run it like a visual novel.
My main issue is that I need my "Sprites" to be full body portraits that can freely move across the screen. (Think Any of the Ace attorney games, Sonic battle, or TWEWY)
Now I know I can do this with pictures too, but the problem is that there is no delay in swapping pictures, no way to fade them in, pan them off screen etc...
I was wondering if it would be possible to set the actor as one of these portraits, and then use event commands such as the movement to freely move them in and out of screen, plus it would allow for multiple portraits on screen at once.
For example, I made a test here with the portraits from sonic battle, but as you can see, it grabs only a tiny chunk of one of the square even though it's in a 3X4 grid.

Would it at all be possible to completely stretch the grab ratio of the 3X4 to make it fit? Basically i'm asking, can we use images in place of the sprites?
thank you in advance.