Brightness Visualization program inspired by Sabre in this thread
What this can do:
- Shows images brightness levels
- Does isometric 3d output in black&white wire frame and in solid colors.

Image file is choosed and Show picture button is being clicked.

Show brightness is clicked..

Tool draws black and white isometric image as default.
Space between black wires can be set with a spin button.

When solid image is toggled tool draws a solid image, but this is sooo slow.
At least with my pre-historic 600 MHz Duron
Requirements.
- Linux with gtk-2.0 librarys
Binary and source code for this can be downloaded from here
Just extract package to some folder.
Binary can be found from src folder with a name GBright.
Compiling from the source.
Install gtk-2.0 librarys and all the dependencies.
Unzip package to some directory f.ex /home/[your username]/Projects/
cd to hsv directory.
Type:
./configure
make
If everything went smoothly, there should be GBright binary in /hsv/src/ folder.
Using Anjuta 1.X development environment.
Choose Open project and load file hsv.prj from the project folder.
Close all error dialogues that pop-up.
Go to Build -> Configure and clik OK
If configure went ok, then open callbacks.c file and then try to compile and build the project.
Tools used for this.
Ubuntu 6.10
For coding Anjuta 1.9, Glade for gui building.
Known bugs..
Drawing solid isometric image is a pain in the ass.
isometric.c needs fixing (anyone ??)
Porting to MAC
I cannot help with this, but Gtk-2.0 libraries are available to Mac.
Visit this page for further information.
Disclaimer
-This code is released under GPL so you can do almost anything with it.
-If you find a bug and fix it or add a new feature, please send it to this thread
