[Pipmak-Devel] Image manipulation program
Status: Alpha
Brought to you by:
cwalther
From: Andrea V. <and...@gm...> - 2007-08-01 07:18:37
|
SDL_image can only import image in vary formats, but at the moment we can only save file as BMP. I think should be usefull rotate images in authoring mode, this could be in 2 mode: 1) search some other library which permit to save image at least in GIF, JPG and PNG 2) use an external program the second one is the more simple to implements, and I found this one: http://perso.orange.fr/pierre.g/xnview/en_nconvert.html It is a command line tool and it's composed by only 1 file and it's available for Win,Mac,Linux and others. It 's a freeware for not commercial use (the sources aren't available). Andrea |