If you mean that you might want to display:
image X for manufacturer_id = 1, gender = 1, category= 453,
image Y for manufacturer_id = 1, gender = 2, category= 453,
image Z for manufacturer_id = 1, gender = 1, category= 454,
and so on...
then you have no choice but to add a table keyed on (manufacturer_id, gender, category) where you can assign the images and other attributes.