Hey i'm thinking about making a way of organizing a large texture database, (hundreds maybe thousands of immages) and not sure of a way of going around it, would like maybe a way to make an html that would show thumbnails of ALL images in a folder, but with a way to tell it not to show certain images like ones with suffixs like _normalmap _spec map and such, maybe have it do 100 thumbs per page, any ideas? i don't know much about htm or code so looking for sugestions to narrowy my search in the right direction
Replies
Each image has it's own unique ID, but is stored into particular columns (spec, normal, aso). You can then perform a query/search and display the relevant entries.
You can grab Mysql & Php for dummies, they have some neat examples in it : they basically teach you how to create a virtual petshop catalog, with search functions like color, species and all. I've not been through that myself (and forgot everything I've learned so far) but I'm sure some skilled ppl can help you with that. Rick maybe?
Nice idea anyways, but a bit tough to put in practice... Interesting! Good luck with this project
I know that isn't really much help, but maybe someone who actually knows his/her html could tell you how to do that
my aim is leeharris100, and my email is leeharris100@gmail.com