I would like to load the complete ImageList from a .png-File at runtime! The external File is organized as a strip with ImageList.Height and ImageList.Width*Images. Is that possible already?
In addition I would like to have a Funktion which could do that from a region inside a greater .png (like LoadFromPng(Png, X, Y, NbrOfIcons)) which also has a strip of “NbrOfIcon” images in a row starting at “X/Y” (upper/left corner).