Texture Programs

2009 Mar 15


Program genfonthtml to generate HTML files for texture images

Copy program to directory with image files and execute it. One html file is generated which contains all (gif, jpg, png) images, which when left clicked links to html file per image which shows that image tiled in background with text of different color apearing for contrast.

genfonthtml.c - default (row_size) 4 col
genfonthtml2.exe (Win) - default 2 col
genfonthtml3.exe (Win) - default 3 col
genfonthtml4.exe (Win) - default 4 col
genfonthtml5.exe (Win) - default 5 col
genfonthtml6.exe (Win) - default 6 col
genfonthtml8.exe (Win) - default 8 col

Program genfontcgihtml to generate HTML file for texture images

Copy program to directory with image files and execute it. An html file is generated which contains all (gif, jpg, png) images, which when left clicked links to a cgi script which generates a page with that image tiled in background with text of different color apearing for contrast. The advantage of this approach is to save the 8K html file per image. The disadvantage is it requires the server and takes a little longer.

genfontcgihtml.c - default (row_size) 4 col
genfontcgihtml2.exe (Win) - default 2 col
genfontcgihtml3.exe (Win) - default 3 col
genfontcgihtml4.exe (Win) - default 4 col
genfontcgihtml5.exe (Win) - default 5 col
genfontcgihtml6.exe (Win) - default 6 col
genfontcgihtml8.exe (Win) - default 8 col

Program genthumb to generate HTML file(s) for viewing
all image files of types: *.jpg, *.gif, *.png in a directory

genthumb.c
genthumb.exe (Win)

Program genviewhtml to generate an HTML file for viewing
all image files of types: *.jpg, *.gif, *.png in a directory

genviewhtml.c
genviewhtml.exe (Win)

Program img_ren to rename image files (*.jpg, *.gif, *.png)

img_ren.c
img_ren.exe (Win)

2005-2009