You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
Makefile v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
add_first.c v811_spc009_project 4 months ago
add_first_lists.c v811_spc009_project 4 months ago
add_index.c v811_spc009_project 4 months ago
add_last.c v811_spc009_project 4 months ago
add_last_lists.c v811_spc009_project 4 months ago
add_mixed.c v811_spc009_project 4 months ago
add_mixed_lists.c v811_spc009_project 4 months ago
add_norm.c v811_spc009_project 4 months ago
add_norm_lists.c v811_spc009_project 4 months ago
font_0.gif v811_spc009_project 4 months ago
font_1.gif v811_spc009_project 4 months ago
font_2.gif v811_spc009_project 4 months ago
font_3.gif v811_spc009_project 4 months ago
font_4.gif v811_spc009_project 4 months ago
font_5.gif v811_spc009_project 4 months ago
font_6.gif v811_spc009_project 4 months ago
font_7.gif v811_spc009_project 4 months ago
font_8.gif v811_spc009_project 4 months ago
font_9.gif v811_spc009_project 4 months ago
loop_over_lists.c v811_spc009_project 4 months ago
script-token-test-data.txt v811_spc009_project 4 months ago
script-token-test-results.txt v811_spc009_project 4 months ago
script-token-test.c v811_spc009_project 4 months ago
script-token-test.sh v811_spc009_project 4 months ago

README

These file provide simple examples and testing of aspects of the
MagickWand API.

Specifically
  + MagickAddImage() (also use by MagickReadImage() ) in various situations
    with a single images, or a list of images.  Study of the examples
    details exactly what the API does.

  + GetScriptToken ()  doing low level testing of the tokenization (argument
    separation) the "magick" command applies when reading command options
    from a script, or pipeline. The Tokenization is designed specifically to
    emulate the BASH shell. In this way you would write scripts in exactly the
    same way you would write BASH shell command line arguments.

    Tests include quoting, mixed quoting, backslash escapes, line
    continuation, extremely long tokens, and various error conditions.