In a JAR i have images that are a collection of smaller images. For example vehicles contains 20x20 images like “tank facing forward”, “facing backward”, “car forward”, etc.
I’m constantly accessing these and displaying them. I’d appreciate feedback on good ways to use/manage this collection.
Like, would it be better to separate them into files? Is there better code than loading the whole image then only using a few of the images? Faster methods? Any sample code out there?
Thanks