Hey Chazz, I got Image Magick converting the marquees to the format you need okay, but the results vary alot depending on the marquee. You need to make a batch file and copy one of your images over that has the palette you want (in this case I used your pacman.gif). Say you have a directory of png files, the following command will convert them all to gif, resize them to 120x16 and use the palette from the file pacman.gif. You might want to look at the mogrify command line switches and try some other switches to see if you get better results. mogrify -contrast -interpolate nearest-neighbor +antialias -resize 120x16! -colors 4 +dither -map pacman.gif -format gif *.png