Search found 6 matches

by dlinaresg
2019-07-01T10:03:02-07:00
Forum: Magick.NET
Topic: Swap color channels
Replies: 3
Views: 44049

Re: Swap color channels

Thank you so much. Nice solution.
by dlinaresg
2019-06-30T09:56:23-07:00
Forum: Magick.NET
Topic: Swap color channels
Replies: 3
Views: 44049

Swap color channels

I´m trying to use Magick.net to interchange red and green channels in a RGB image, but cannot find swap method. I have found MagickImageCollection Reverse method which 'reverses the order of the images in the collection' but it´s not clear if rotates the channels (1 to 0, 2 to 1, 0 to 2) or, when th...
by dlinaresg
2018-02-19T10:20:11-07:00
Forum: Magick.NET
Topic: Chroma key
Replies: 2
Views: 11186

Re: Chroma key

Thanks. Now testing...
by dlinaresg
2018-02-16T07:09:03-07:00
Forum: Magick.NET
Topic: Chroma key
Replies: 2
Views: 11186

Chroma key

Hi.I have the idea to implement any kind of Chroma key just like here: http://www.imagemagick.org/Usage/photos/#chroma_key, but using magick.net. convert shirt.jpg -modulate 100,100,33.3 -colorspace HSL \ -channel Hue,Saturation -separate +channel \ \( -clone 0 -background none -fuzz 5% +transparent...
by dlinaresg
2017-09-12T09:48:16-07:00
Forum: Magick.NET
Topic: magick.net alpha masking
Replies: 1
Views: 11217

magick.net alpha masking

I want to apply an alpha mask onto a picture, just as in this post: http://www.imagemagick.org/discourse-server/viewtopic.php?t=30488. But I can't figure how can I translate the command from Imagemagick to magick.net: convert 3-sample.png -alpha on -background none ^ ( +clone -channel a -evaluate mu...
by dlinaresg
2013-02-20T16:46:03-07:00
Forum: Users
Topic: Problem with math.h in CodeBlocks
Replies: 0
Views: 5929

Problem with math.h in CodeBlocks

Hi. I am trying to begin with Imagemagick on C. Recently I have installed Codeblocks and configure the libs but when try to compile any imagemagick program for C it gives me te next error: c:\mingw\bin\..\lib\gcc\mingw32\4.6.2\..\..\..\..\include\math.h 675 error: expected ')' before '(' token This ...