Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 982 Bytes

reference_pushString.md

File metadata and controls

32 lines (21 loc) · 982 Bytes

pushString

Converts an string to an image.

The formatting works with double line breaks for slice switches, single line breaks for y swithces and spaces for x. For example this string is converted to an image with width=4, height=3 and depth=2:

1 2 3 4 5 6 7 8 9 0 1 2

3 4 5 6 7 8 9 0 1 2 3 4

pushString is often followed by

Usage in ImageJ macro

Ext.CLIJ2_pushString(Image destination, String input, Number width, Number height, Number depth);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint