Hi All,
Very quick question. I'm trying to find gfx2crtc but the packages (both debian package and source .tar.gz) at Downloads - cpcsdk - Collection of tools for helping cross-development for the (http://code.google.com/p/cpcsdk/downloads/list) seem to exclude this component.
What's more confusing is the docs (gfx2crtc - cpcsdk - Converts pictures from png to scr suitable for displaying on (http://code.google.com/p/cpcsdk/wiki/gfx2crtc)) partly refer to 'png2crtc' and partly 'gfx2ctrc'. I'm assuming it's been renamed but I can't find either.
Help?
Thanks,
Steve
TCM/SLP
Quote from: TCMSLP on 23:21, 30 October 12
Hi All,
Very quick question. I'm trying to find gfx2crtc but the packages (both debian package and source .tar.gz) at Downloads - cpcsdk - Collection of tools for helping cross-development for the (http://code.google.com/p/cpcsdk/downloads/list) seem to exclude this component.
What's more confusing is the docs (gfx2crtc - cpcsdk - Converts pictures from png to scr suitable for displaying on (http://code.google.com/p/cpcsdk/wiki/gfx2crtc)) partly refer to 'png2crtc' and partly 'gfx2ctrc'. I'm assuming it's been renamed but I can't find either.
Help?
Thanks,
Steve
TCM/SLP
Try my tool if you want:
http://www.cpctech.org.uk/download/bmp2cpc.zip (http://www.cpctech.org.uk/download/bmp2cpc.zip)
it takes an instruction txt file to tell it how to convert the graphics.
I think there are some examples in there.
It does compile for linux; I use it under linux all the time.
Thankyou - I'll take a look :)
Steve
Or try JavaCPC Desktop ;)
It has an app included: JavaCPC Paint (Available in normal screen size and also in Overscan size)
You can convert BMP, JPG, GIF, PNG, PCX and TGA to CPC screen ;)
JavaCPC Paint image processing demonstration (http://www.youtube.com/watch?v=9I1fdpej2SM#)
Quote from: TCMSLP on 23:21, 30 October 12
Very quick question. I'm trying to find gfx2crtc but the packages (both debian package and source .tar.gz) at Downloads - cpcsdk - Collection of tools for helping cross-development for the (http://code.google.com/p/cpcsdk/downloads/list) seem to exclude this component.
What's more confusing is the docs (gfx2crtc - cpcsdk - Converts pictures from png to scr suitable for displaying on (http://code.google.com/p/cpcsdk/wiki/gfx2crtc)) partly refer to 'png2crtc' and partly 'gfx2ctrc'. I'm assuming it's been renamed but I can't find either.
The files in the download section are very old. Please use the files in the SVN repository. They also contain the gfx2crtc programs. If you have those files on your harddisk, go to the "gfx2crtc" folder and compile it with "make".
Thankyou all! I'll take a look at all options listed :)
Steve