Search found 4 matches
- 2011-12-14T04:02:59-07:00
- Forum: Users
- Topic: Searching for a way to do a real Bitwise XOR
- Replies: 6
- Views: 17782
Re: Searching for a way to do a real Bitwise XOR
Thank you very much for your reply. :) I have tried around with it, but it still does not work. ImageMagick (I have downloaded the newest 6.7.4 version, on windows) does not recognize "-evaluate-list" . I also looked at the -fx command, since it is possible to construct an XOR from ((A & ~B)|(~A & B ...
- 2011-12-13T14:09:58-07:00
- Forum: Users
- Topic: Searching for a way to do a real Bitwise XOR
- Replies: 6
- Views: 17782
Searching for a way to do a real Bitwise XOR
I want to do a Bitwise XOR on two images, so that picA.png ^ picB.png = picC, in such a way that: picA.png ^ picC.png = picB.png, and picB.png ^picC.png = picA.png (If you didn't know the ^ is the symbol for bitwise XOR in most programming languages) I read about the -compose Difference and the ...
- 2011-06-13T16:09:47-07:00
- Forum: Users
- Topic: How to convert .flv videos into .gif files? Is it possible?
- Replies: 4
- Views: 13359
Re: How to convert .flv videos into .gif files? Is it possib
I used google already, but thanks for the links anyway.
hmm...
it seems that ImageMagic does have .avi and .mpeg support. Can anybody tell me how to create an animated .gif from those formats?
hmm...
it seems that ImageMagic does have .avi and .mpeg support. Can anybody tell me how to create an animated .gif from those formats?
- 2011-06-13T13:40:12-07:00
- Forum: Users
- Topic: How to convert .flv videos into .gif files? Is it possible?
- Replies: 4
- Views: 13359
How to convert .flv videos into .gif files? Is it possible?
Hello there. As some of you might know, there is this new game computer called the Nintendo 3DS. This thing is quite interesting, and has a Internet Browser in it. However, one of the disadvantages of this browser is that it cannot display Flash, and no other video files either. It can however ...