Cyber Help Inc.

Index

Image Strip Handler Examples

This page shows various examples of passing and failing images generated with the ImageStripHandler.
The parameters provided to obtain the various images are shown to the left of the image.
You can see the entire URL, by right-clicking on the image and then opening in a new tab or copying the image link.

These tests should pass.

No parameters set
BC = Red; imgDir = Default; Incr = True; Will display current counter
BC = 00ff00 (e.g. Green); imgDir = Default; Incr = False; Will display current counter
Transparent = true; BC = Orange; Incr = False; Will display current counter
Invert = true; BC = Orange; Incr = False; Will display current counter
cf = counterFile1.cnt; Incr = true; Will display current counter
cf = counterFile2.cnt; Incr = False; Will display current counter
Text=012345
Text=012345; Str=True
Text=Normal FontFamily FontSize string
Text=String FontSize=8, fontsize=8
Text=FFamily=MS Gothic FontSize=16, fontsize=16
Text=FontFamily=Cambria FontSize=26, fontsize=26,
Text=FFamily=WingDings FSize=16, fontsize=32,
Version = true;
Text = 1234; Pad = true; Digits = 10; Will display 1234 with 6 0's in front
Text = 1234; Pad = false; Digits = 10; Will display 1234 with 6 blank spaces in front
bw = 10; Will display current counter a border width of 10
Transparent=False; BC=Red; Text=984;
Transparent=False; BC=Orange; Text=1984;
Transparent=True; BC=Green; BG=Black; Fore=Red; Text=1984; Str=true;
Transparent=False; BC=Orange; Text=1984; Str=true;
Transparent=False; BC=Orange; Text=1984; Rotate=true;
Transparent=False; BC=Orange; Text=1984; Spin=true;
Transparent=False; BC=Purple; Text=1984; Spin=true; Rotate=True;
Transparent=False; BC=Orange; Text=1984; Invert=true;
Transparent=True; BC=Orange; Text=1984; Invert=true;


These tests should fail.

Text = 12345678901234567890123456789012; Will display "text too long" error
BC = fakeColor; Will display "invalid color" error
BC = #zcolor; Will display "invalid color" error
cf = my^Count*er%file.cnt; Will display "invalid counter file" error
imgDir = non(working|dir; Will display "invalid image directory" error


Index