bombasticbob / X11workbenchProject

The X11 Work Bench, an IDE for working on X11 applications, with a simple C language toolkit that should be familiar and easy to use for old school GUI programmers (currently pre-alpha state)
Other
3 stars 0 forks source link

support for compressed formats (zip, gz) and graphics (jpeg, png, gif) #4

Open bombasticbob opened 8 years ago

bombasticbob commented 8 years ago

as needed, support for compressed data (zip, gz) and graphics files (jpeg, png, gif). can be implemented by looking for appropriate libraries and dynamically loading them (as needed) at run-time, provided that the API is compatible.