#Lets Generate images for each layer that has been imported. # Empty layers (i.e with no data) are automatically ignored. EXPORT_IMAGE { CELL=active FOLDER=myViewerImages WIDTH=1000 BACKGROUND=white } #Lets Generate a single jpeg image that includes all layers with 2000 width (pixels) for extra quality. #Notice Black background is the default EXPORT_IMAGE { CELL=active FILE=myViewerImages/all.png WIDTH=2000 }