• Home
Name Date Size #Lines LOC

..--

MakefileD03-May-2024552 2512

READMED03-May-2024793 2013

add_first.cD03-May-20241.8 KiB7346

add_first_lists.cD03-May-20242.3 KiB9262

add_index.cD03-May-20242 KiB8254

add_last.cD03-May-20241.7 KiB7245

add_last_lists.cD03-May-20242.3 KiB9162

add_mixed.cD03-May-20242.4 KiB9661

add_mixed_lists.cD03-May-20242.4 KiB9163

add_norm.cD03-May-20241.7 KiB7044

add_norm_lists.cD03-May-20242.3 KiB9062

font_0.gifD03-May-2024222

font_1.gifD03-May-2024198

font_2.gifD03-May-2024203

font_3.gifD03-May-2024204

font_4.gifD03-May-2024221

font_5.gifD03-May-2024221

font_6.gifD03-May-2024222

font_7.gifD03-May-2024187

font_8.gifD03-May-2024226

font_9.gifD03-May-2024215

loop_over_lists.cD03-May-20244.1 KiB12986

script-token-test-data.txtD03-May-2024909 5636

script-token-test-results.txtD03-May-20242.8 KiB5954

script-token-test.cD03-May-20246.2 KiB14272

script-token-test.shD03-May-2024963 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