Sample texture images

imageList = Table["texture"<>ToString[i] <>".gif", {i, 5, 8}]

{texture5.gif, texture6.gif, texture7.gif, texture8.gif}

texImages = ReadImage /@ imageList ;

gImages = ShowImage[#, 1, 255, 0, DisplayFunction->Identity] & /@ texImages ; Show[GraphicsArray[Partition[gImages, 2]], ImageSize640, DisplayFunction->$DisplayFunction] ;

[Graphics:../HTMLFiles/index_18.gif]


Created by Mathematica  (February 16, 2004)