I use digicamcontrol 2.0.6.0. This program has a auto export plugin feature which gives me the ability to run MagickScript code. Unfortunately I don't know how to convert Syntax from ImageMagick to the XML format.
Here are 2 things I would like to try:
http://www.imagemagick.org/Usage/masking/#known_bgnd
See the paragraph: removing a known background.
Second is:
http://snippets.aktagon.com/snippets/55 ... magemagick
These are 2 methods I would like to use.
This method does not return good results (it was predefined in digicamcontrol):
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MagickScript.xsd">
<read>
<colorFuzz value="100"/>
<transparentChroma colorHigh="#FFFFFF" colorLow="#BFBFCF"/>
<backgroundColor value="#FFFFFF"/>
<alpha option="Background"/>
<brightnessContrast brightness="5" contrast="10"/>
</read>
</msl>
Any help would be highly appreciated. I am lost somehow
All the best,
Matthias