Home | History | Annotate | only in /external/ImageMagick/MagickWand/tests
Up to higher level directory
NameDateSize
add_first.c22-Oct-20201.8K
add_first_lists.c22-Oct-20202.3K
add_index.c22-Oct-20202K
add_last.c22-Oct-20201.7K
add_last_lists.c22-Oct-20202.3K
add_mixed.c22-Oct-20202.4K
add_mixed_lists.c22-Oct-20202.4K
add_norm.c22-Oct-20201.7K
add_norm_lists.c22-Oct-20202.3K
font_0.gif22-Oct-2020222
font_1.gif22-Oct-2020198
font_2.gif22-Oct-2020203
font_3.gif22-Oct-2020204
font_4.gif22-Oct-2020221
font_5.gif22-Oct-2020221
font_6.gif22-Oct-2020222
font_7.gif22-Oct-2020187
font_8.gif22-Oct-2020226
font_9.gif22-Oct-2020215
loop_over_lists.c22-Oct-20204.1K
Makefile22-Oct-2020552
README22-Oct-2020793
script-token-test-data.txt22-Oct-2020909
script-token-test-results.txt22-Oct-20202.8K
script-token-test.c22-Oct-20206.2K
script-token-test.sh22-Oct-2020963

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