Is it better to render a Sprite Sheet Or indivisual images?

I was wondering if its better to do Tile sprite sheet animation? OR
Use the gdev animation tools for sprite objects?

I would say…just the size matter…

…imo…

If you are at low res use tile, if at high res (>256px per frame) use gd anim…

simply bcs a sprite sheet with 256px per frame would be too big…
sry…not convenient.