Sample texture images

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

{texture1.gif, texture2.gif, texture3.gif, texture4.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)