Search found 2 matches

by willyvmmm
2016-12-09T18:12:39-07:00
Forum: Bugs
Topic: Channel bitwise operations does not work.
Replies: 1
Views: 2361

Re: Channel bitwise operations does not work.

I've found a workaround: $ convert rose: -crop 1x1+1+1 -ordered-dither threshold,32,64,32 -depth 8 txt: # ImageMagick pixel enumeration: 1,1,65535,srgb 0,0: (12593,11565,10537) #312D29 srgb(49,45,41) $ convert rose: -crop 1x1+1+1 -ordered-dither threshold,32,64,32 -depth 8 -channel red -fx "((int(r ...
by willyvmmm
2016-12-08T23:56:23-07:00
Forum: Bugs
Topic: Channel bitwise operations does not work.
Replies: 1
Views: 2361

Channel bitwise operations does not work.

Hi. I'm not sure if it is a bug or Its me to try use incorrect that feature: C:\devel\ImageMAgick>convert rose: -crop 1x1+1+1 -depth 8 txt: # ImageMagick pixel enumeration: 1,1,65535,srgb 0,0: (12336,12079,11565) #302F2D srgb(48,47,45) C:\devel\ImageMAgick>convert rose: -crop 1x1+1+1 -ordered-dither ...