Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 1375
Author: john_elliott_uk
Date: 03/12/2000
Subject: Re: JSW/MM editor...
<< *Does Paint Shop Pro support XPM image
format? >>
I think it does.
<<
*What is xv? >>
It's an image viewer that
runs on my computer. It doesn't run under Windows. I
mentioned it because I adapted it to be able to save files
in the SCREEN$ format (below).
<< *What
is screen$ format? >>
The native format
used by the Spectrum +3 for screen dumps. It's called
that because on Spectrums you load/save the screen
image by typing
LOAD "filename" SCREEN$
SAVE
"filename" SCREEN$
