I'm not very experienced with web front-end development.
The web designer provided me with a JPG file that contains a bar full of icons.
https://i.sstatic.net/3fmAx.png
However, I need to use these icons individually.
I'm unsure if there is an easy way to load a single icon from this large image, like:
load_part_from_picture (fileName, oneIconSize=80x80, index=1)
Alternatively, do I have to manually cut out each individual icon?
I am using ASP.Net and C# for programming
Thank you!