zbmConvert

zbmConvert is a program to convert between .zbm files from cvs camcorders and .png files. It is released under the terms of the GPL.

WARNING: this is an alpha program, it's bound to have bugs. I am not responsible for any damage this program may cause. Use at your own risk.

Make sure you back up your .zbm files before using this program

Download program and source here.

In order to run this program, you will need the .NET Framework 1.1. Go here to get it (if you don't already have it)

Version 0.03 is out:
-Removed Tiff file functionality, I don't think it was working quite right
-Uses palettes stored in text files
-Very early version of the TFT emulator, I know it has problems. It should at least give you a rough idea of what the image will look like
-Various other improvements

Version 0.2 is out:
-Now has the ability to Open/Save zbm, png, bmp, tiff
-Filters all opened files for correct colors. If it sees a color that's not recognized it turns that pixel transparent
-Colors are now done by Color.FromArgb() instead of specifying a color such as Color.Green... I also changed green so the green channel is 255 (this means any green in .pngs saved by v0.1 will show up as transparent. Use 0.1 to save these files to .zbm, then open that .zbm with 0.2)
-Various other improvements

old versions:

zbmConvert_0.2.zip

zbmConvert_0.1.zip