Logo by Nickman (anonymous IP: 18.221.8.126,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
SaveSurf: an example on how to save a SDL surface in PNG Copyright (C) 2006 Angelo "Encelo" Theodorou Info ---- A quick and dirty example on how to save a SDL surface (loaded with SDL_image) in a PNG image using libpng. It is *heavy* inspired by this post: http://www.libsdl.org/pipermail/sdl/2001-May/036068.html, written by Darren Grant in 2001 and meant to be a SDL_image patch. Requirements ------------ - libSDL - SDL_image - libpng Compiling --------- $gcc savesurf.c -o savesurf -lSDL -lSDL_image -lpng or $make Notes ----- This program is part of "Mars, Land of No Mercy" SDL examples, you can find other examples on http://marsnomercy.org/sdl_ex.php. The savescreen version shows how to make a screenshot of the screen blitting it first on an output surface, then saving it. |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |