This site requires JavaScript, please enable it in your browser!
Greenfoot back
AnJoMorto
AnJoMorto wrote ...

2021/2/19

Weird GIF Images Scaling results

AnJoMorto AnJoMorto

2021/2/19

#
I have a game with many many GIF Animations that constantly change with the character movements, now I would like to rescale most of the GIFs but when I do so each time a GIF "updates" it gets laggy so I end up with weird looking characters. Does anyone know how actively scale GIFs without them changing to weird things?
Super_Hippo Super_Hippo

2021/2/19

#
Don’t ever scale scaled images. You will (almost) always lose quality when you scale an image. Always scale the original image.
AnJoMorto AnJoMorto

2021/2/19

#
The thing is I can't figure out how to always get back the original image to scale it, since it's all changing GIFs
You need to login to post a reply.