Create three tables, pictures, attributes, and picture_attributes. In the pictures table, include all of the information about a picture (size, format, URL or UNC, etc). In the attributes table, have one row for each attribute (red, large, pastel, landscape, etc). In the picture_attributes table, have one row for each attribute that a picture has: Picture one might have rows for landscape and JPEG and picture 937 might have rows for pastel and GIF.
-PatP