Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
add_first.c | 22-Oct-2020 | 1.8K | |
add_first_lists.c | 22-Oct-2020 | 2.3K | |
add_index.c | 22-Oct-2020 | 2K | |
add_last.c | 22-Oct-2020 | 1.7K | |
add_last_lists.c | 22-Oct-2020 | 2.3K | |
add_mixed.c | 22-Oct-2020 | 2.4K | |
add_mixed_lists.c | 22-Oct-2020 | 2.4K | |
add_norm.c | 22-Oct-2020 | 1.7K | |
add_norm_lists.c | 22-Oct-2020 | 2.3K | |
font_0.gif | 22-Oct-2020 | 222 | |
font_1.gif | 22-Oct-2020 | 198 | |
font_2.gif | 22-Oct-2020 | 203 | |
font_3.gif | 22-Oct-2020 | 204 | |
font_4.gif | 22-Oct-2020 | 221 | |
font_5.gif | 22-Oct-2020 | 221 | |
font_6.gif | 22-Oct-2020 | 222 | |
font_7.gif | 22-Oct-2020 | 187 | |
font_8.gif | 22-Oct-2020 | 226 | |
font_9.gif | 22-Oct-2020 | 215 | |
loop_over_lists.c | 22-Oct-2020 | 4.1K | |
Makefile | 22-Oct-2020 | 552 | |
README | 22-Oct-2020 | 793 | |
script-token-test-data.txt | 22-Oct-2020 | 909 | |
script-token-test-results.txt | 22-Oct-2020 | 2.8K | |
script-token-test.c | 22-Oct-2020 | 6.2K | |
script-token-test.sh | 22-Oct-2020 | 963 |
1 2 These file provide simple examples and testing of aspects of the 3 MagickWand API. 4 5 Specifically 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