Bsoft 2.1.4
Bernard's software package
rwPostScript.h File Reference

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...
 

Detailed Description

Header file for (reading and) writing postscript image files.

Author
Bernard Heymann
Date
Created: 20010614
Modified: 20220124
Format: Postscript image file format

Function Documentation

◆ writePostScriptImage() [1/2]

int writePostScriptImage ( Bimage p)

Writing a postscript image.

Parameters
*pthe image structure.
Returns
int 0.

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.

◆ writePostScriptImage() [2/2]

int writePostScriptImage ( Bimage p,
vector< Vector3< double > > &  t 
)

Writing the slices arranged in a postscript image.

Parameters
*pthe image structure.
&tarray of slice locations.
Returns
int 0.

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.