Add a class that can parse a script that can be used to perform batch operations on images. For example:
```
<msl>
<read fileName="input.jpg">
<resize percentage="0.5"/>
<write fileName="output.jpg"/>
</read>
</msl>
```
Comments: Associated with changeset 26741: Added tool that generates the files for MagickScript.
Moved generated code to separate files.
```
<msl>
<read fileName="input.jpg">
<resize percentage="0.5"/>
<write fileName="output.jpg"/>
</read>
</msl>
```
Comments: Associated with changeset 26741: Added tool that generates the files for MagickScript.
Moved generated code to separate files.