hackorama
hackorama
| P | I | X | O | - image cataloging

Image cataloging using auto generated html pages and thumb nails

Please look at this demo to see how a |P|I|X|O| indexed image catalogue looks.

Here is the highly pre-alpha code of |P|I|X|O|

main.cpp
main.h
image.cpp
image.h
page.cpp
page.h
options.cpp
options.h
files.cpp
files.h
boxfit.cpp
makefile
README

Source tar archive pixo.tar ( 41 Kbytes )

Requires the DevIL image library from www.imagelib.org
DevIL is available for Windows,GNU/Linux,Unix platforms
[ Trouble building DevIL ? Read this ]

on GNU/Linux or Unix :
make  
make install
make sure libIL.so and libILU.so are in LD_LIBRARY_PATH

On windows :
Create a win32 console appliaction project on MSVC++
uncomment "#define _WINDOWS" in "main.h"
modify the link options to include the OpenIL libs


For more info, please read the README file which is part of the tar file.


Monday, 24-Dec-2001 16:14:02 PST kishan at hackorama dot com