简体   繁体   中英

Managing website image assets

I've got a bunch of images on my site, ranging from icons, to pictures, to html email images, to sprites, etc..

Rather than coming up with more and more complex image names and descriptive folder paths, does anyone have experience with any software that helps manage these images with categories and tagging?

It would have to be something simple and light that the engineers on my team could use to easily locate an image asset for a left pointing arrow, even if the name is something like larr.png

Thanks!

Starting from www root folder you should have something like this.

img (main images folder)

img/sprites (sprites in here)

img/icons (icons folder)

img/html-email (html email images)

Basically, try and keep file and folder names as descriptive as possible so everything is self documenting for example...

img_001.jpg ( you don't have any idea what this image could be of ) whereas bear-catching-fish.jpg gives you a clue as to what the image is all about

I'm not clear as to what you mean by tagging though.

EDIT Just google 'image management software' and you should find what you need such as... Canto Cumulus

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM