|
Bsoft 2.1.4
Bernard's software package
|
Header file for (reading and) writing postscript image files. More...
#include "rwimg.h"Functions | |
| int | writePostScriptImage (Bimage *p) |
| Writing a postscript image. More... | |
| int | writePostScriptImage (Bimage *p, vector< Vector3< double > > &t) |
| Writing the slices arranged in a postscript image. More... | |
Header file for (reading and) writing postscript image files.
Format: Postscript image file format
| int writePostScriptImage | ( | Bimage * | p | ) |
Writing a postscript image.
| *p | the image structure. |
Every sub-image is drawn on its own page One-dimensional images are written as graphs. Three-dimensional images are montaged with all the slices of each sub-image arrayed on a page.
Writing the slices arranged in a postscript image.
| *p | the image structure. |
| &t | array of slice locations. |
Every sub-image is drawn on its own page One-dimensional images are written as graphs. Three-dimensional images are montaged with all the slices of each sub-image arrayed on a page.