Ok guys, sorry if this has been previously asked but I got a few questions:
Presently I use a sprite of 96x144, This sprite is a resized X3 version of the original sprite. Now, I know I could do it smaller and resize afterwards, but thing is that I have different resizes for levels and characters (artistic choice).
Now, if I export an animation sheet from asesprite with 4 frames. Its only 2kb, if I don't resize it 3 times its original size, its 1kb. Problem is if I use photoshop where even when using super png exporting plugin, I still have 16kb. So, Im curious about performance here.
Will I have issues by resizing the sprite rather than resizing the layout at runtime?
I'm trying to figure out whats the more optimal since my project will be fairly large.
Thanks!