Thanks for the reply dlemstra. I'm told we're using Magick.NET-x86 7.0.0.0
The MSL script I'm trying is nothing more than...
The MSL script I'm trying is nothing more than...
<?xml version="1.0" encoding="utf-8" ?>
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MagickScript.xsd">
<read>
<transparent color="#FFFFFF"/>
</read>
</msl>
The source file is opened and written with external code, but that code does nothing more than that.