Re: I'm looking for code that loads jpg, png, etc into euphoria sequences (16million colors)
- Posted by ssallen Mar 10, 2010
- 1137 views
That actually runs under DOS... or just a console app? If it is going to be a console app (and not ACTUALLY running on DOS) then just use SDL_Wrap and then manipulate the surfaces. If you need to re-save to the original image formats afterwards then SDL will do that too. If you mean an ACTUAL DOS app then... eh... good luck? :)
Thanks, Steve A.