![]() |
Microscopy Image Browser
1.233
|
PRINT2ARRAY Exports a figure to an image array. More...
Functions | |
function [
A , bcol ] = | print2array (fig, res, renderer, gs_options) |
PRINT2ARRAY Exports a figure to an image array. More... | |
function fp = | print2array>font_path () |
PRINT2ARRAY Exports a figure to an image array.
function fp = print2array>font_path | ( | ) |
function [ A , bcol ] = print2array | ( | fig, | |
res, | |||
renderer, | |||
gs_options | |||
) |
PRINT2ARRAY Exports a figure to an image array.
This function outputs a bitmap image of the given figure, at the desired resolution.
If renderer is -painters
then ghostcript needs to be installed. This can be downloaded from: http://www.ghostscript.com
-opengl
. gs_options - optional ghostscript options (e.g.: -dNoOutputFonts
). If multiple options are needed, enclose in call array: {-a
,-b
}References using_hg2().
Referenced by export_fig().