1
0
Fork 0
hmz007 6d24f2138b Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
..
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_first.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_first_lists.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_index.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_last.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_last_lists.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_mixed.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_mixed_lists.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_norm.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
add_norm_lists.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_0.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_1.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_2.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_3.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_4.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_5.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_6.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_7.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_8.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
font_9.gif Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
loop_over_lists.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
script-token-test-data.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
script-token-test-results.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
script-token-test.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
script-token-test.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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.