Start a new topic

Using a MATRIX file, how can I automatically generate PNG images for each layer that I have imported into FAB 3000?

Here's a sample MATRIX File which will generate PNG images for each layer that has been imported into FAB 3000.  I also added a single image that contains All layers displayed:


#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
}


Download Matrix file here, https://numericalsoftware-update.s3.amazonaws.com/tutorials/fab_layer_images.fm6


Here's a quick tutorial showing me use FAB 3000 matrix file to instantly output PNG's for each layer, 

https://numericalsoftware-update.s3.amazonaws.com/tutorials/2021-09-23_15-43-15-matrix-image.mp4

Login or Signup to post a comment