Hi all,
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):
My photo backdrop is blue, so I changed cologHigh and colorLow to different values to test, but I never had good results. And I don't know how to add a background image after removal of the blue screen.
Any help would be highly appreciated. I am lost somehow Image may be NSFW.
Clik here to view.
All the best,
Matthias
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:
<?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 Image may be NSFW.
Clik here to view.

All the best,
Matthias
Statistics: Posted by Mottografie — 2016-01-20T10:51:25-07:00