Skip to content

A small library to convert back and forth between SDL surfaces and FreeImage FIBitmaps.

Notifications You must be signed in to change notification settings

Splitter/SDL_FreeImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL_FreeImage

SDL natively only supports a handful of image formats. And even with the extra SDL_Image library the count is still less then a dozen image formats. FreeImage on the otherhand supports 35 file formats. Born from a need to display realtime changes to an image, in a format not supported by SDL, this library allows one to convert back and forth between SDL_Surface objects and FreeImage FIBitmap structures.

About

A small library to convert back and forth between SDL surfaces and FreeImage FIBitmaps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages