Home | History | Annotate | only in /external/ImageMagick/MagickWand/tests
Up to higher level directory
NameDateSize
add_first.c05-Oct-20171.8K
add_first_lists.c05-Oct-20172.3K
add_index.c05-Oct-20172K
add_last.c05-Oct-20171.7K
add_last_lists.c05-Oct-20172.3K
add_mixed.c05-Oct-20172.4K
add_mixed_lists.c05-Oct-20172.4K
add_norm.c05-Oct-20171.7K
add_norm_lists.c05-Oct-20172.3K
font_0.gif05-Oct-2017222
font_1.gif05-Oct-2017198
font_2.gif05-Oct-2017203
font_3.gif05-Oct-2017204
font_4.gif05-Oct-2017221
font_5.gif05-Oct-2017221
font_6.gif05-Oct-2017222
font_7.gif05-Oct-2017187
font_8.gif05-Oct-2017226
font_9.gif05-Oct-2017215
loop_over_lists.c05-Oct-20174.1K
Makefile05-Oct-2017552
README05-Oct-2017793
script-token-test-data.txt05-Oct-2017909
script-token-test-results.txt05-Oct-20172.8K
script-token-test.c05-Oct-20176.2K
script-token-test.sh05-Oct-2017963

README

      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