Changes

Jump to: navigation, search

Creating images for the Amstrad

428 bytes added, 2 July
/* Links */
*Save in a format your converter to SCR understands
===Sample Python program programs for conversion to SCR===
You need to save your image in PPM ASCII format in Gimp for this. Also, Python needs to have NumPy installed. The program will also print the necessary INK statements for BASIC.
 
The first variant is for MODE 0 images:
<pre>
binfile.close()
</pre>
 
==Links==
 
*[http://code.google.com/p/newoldtv/downloads/detail?name=retro_computing_gimp_0.0.5.tar.gz ''Retro Computing GIMP filters''] (Python filters for GIMP to create optionally dithered images for the CPC, Spectrum, BBC Micro, C64, and Apple II)
*[https://codeberg.org/lightforce6128/gimp-file-cpp-bin-save ''gimp-file-cpp-bin-save''] (GIMP plug-in to save images in CPC format)