• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2These file provide simple examples and testing of aspects of the
3MagickWand API.
4
5Specifically
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