How do I load an animated cursor from a single PNG with 32 frames?
Here is my PNG:
I tried to convert it into an ANI cursor by using AniTuner, but the cursor appears much smaller than the original frame from the PNG. Is there a way in Delphi to create an animated cursor from a single PNG with multiple frames inside?
I have read the following Stack Overflow post: Clipping a filmstrip in png format (Delphi 2010)