So far, a splash screen exists only in raster format, encoded with RLE for easy inclusion in .cpp files (src/gui/dosbox_splash.h). Vector format is easier to modify and can be used as basis for more artwork, to provide splash screen in better resolutions, etc. This vector was obtained by resizing raster image to high resolution, using a set of Gimp filters to sharpen it, then converted in Inkscape using Path Bitmap functionality and finally optimized by hand to e.g. remove excessive path nodes. To convert it to a format easily usable from C/C++: open the file in Gimp, edit to fit your requirements and export as C header.
189 lines
12 KiB
XML
189 lines
12 KiB
XML