gbaslide v0.2 by foolsgold@goldroad.co.uk

intro
-----

this is an app to let you non-programmers out there get a slideshow
up and running on the the gameboy advance!! 


usage
-----

1) 	select your pictures
2) 	use a paint package to reduce/expand each picture to exactly 240*160 pixels
3) 	save the pictures as 256 colour bitmaps (bmp)
4)	now make a text file, and inside it list all your pictures in the order
	you want them to appear in the slideshow. for instance, to create the
	"gbascene.gba" slideshow, i made a text file called "gbascene.txt" and wrote
	inside it:

	gbadev.bmp
	devrsgba.bmp
	gbaemu.bmp
	pern.bmp
	devkitadv.bmp
	ham.bmp
	mappy.bmp
	goldroad.bmp


	alternatively,	if the directory contains all the pictures you want (and no
	others), you could write...

	dir /b *.bmp > gbascene.txt

	from the dos prompt and it will make a list for you.

5)	choose your transition. there are three to choose from : plain, mosaic, or
	fade out/in.  You tell the generator which transition you want by supplying
	a third argument on the command line...-plain,-mosaic,or -fade

6)	now run gbaslide...eg.

	gbaslide gbascene.txt gbascene.gba -fade

	where the first argument is you picture list, and the second argument is the
	name of the gba rom you want to create, and the third is the type of transition
	you want. if you don't supply an argument for this, the default one is used
	which is a plain transition.

7)	flash the resulting to gba file to a flash cart (or load
	up in an emulator) and hey presto!!

8)	press left and right to scroll through the slideshow

about
-----

gbapic was written in about 2 hours, in VC++, due to boredom. The gba slideshow
program was written in my assembler, goldroad ARM assembler, then included into 
the pc program using binasm, another of my utilities :)

If you really like this program, or would like some other types of fades (the standard
is mosaic) then how about making a donation! you can do this through paypal to my
account foolsgold@goldroad.co.uk

-rob

www.goldroad.co.uk

