This is a major release, adding support for animated cursors, clipboard images, SDL GPU textures, saving more image formats, and loading and saving animated image sequences.
Here are the detailed API changes:
- Added IMG_GetClipboardImage() to get the image currently in the clipboard
- Added IMG_isANI() to detect animated cursors
- Added IMG_CreateAnimatedCursor() to create an animated curso...