• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

MakefileD22-Nov-2023552 2512

READMED22-Nov-2023793 2013

add_first.cD22-Nov-20231.8 KiB7346

add_first_lists.cD22-Nov-20232.3 KiB9262

add_index.cD22-Nov-20232 KiB8254

add_last.cD22-Nov-20231.7 KiB7245

add_last_lists.cD22-Nov-20232.3 KiB9162

add_mixed.cD22-Nov-20232.4 KiB9661

add_mixed_lists.cD22-Nov-20232.4 KiB9163

add_norm.cD22-Nov-20231.7 KiB7044

add_norm_lists.cD22-Nov-20232.3 KiB9062

font_0.gifD22-Nov-2023222

font_1.gifD22-Nov-2023198

font_2.gifD22-Nov-2023203

font_3.gifD22-Nov-2023204

font_4.gifD22-Nov-2023221

font_5.gifD22-Nov-2023221

font_6.gifD22-Nov-2023222

font_7.gifD22-Nov-2023187

font_8.gifD22-Nov-2023226

font_9.gifD22-Nov-2023215

loop_over_lists.cD22-Nov-20234.1 KiB12986

script-token-test-data.txtD22-Nov-2023909 5636

script-token-test-results.txtD22-Nov-20232.8 KiB5954

script-token-test.cD22-Nov-20236.2 KiB14272

script-token-test.shD22-Nov-2023963 3019

README

1
2These file provide simple examples and testing of aspects of the
3MagickWand API.
4
5Specifically
6  + MagickAddImage() (also use by MagickReadImage() ) in various situations
7    with a single images, or a list of images.  Study of the examples
8    details exactly what the API does.
9
10  + GetScriptToken ()  doing low level testing of the tokenization (argument
11    separation) the "magick" command applies when reading command options
12    from a script, or pipeline. The Tokenization is designed specifically to
13    emulate the BASH shell. In this way you would write scripts in exactly the
14    same way you would write BASH shell command line arguments.
15
16    Tests include quoting, mixed quoting, backslash escapes, line
17    continuation, extremely long tokens, and various error conditions.
18
19
20