Search found 3 matches
- 2014-05-23T13:01:23-07:00
- Forum: Users
- Topic: Replace part of an image
- Replies: 4
- Views: 6813
Re: Replace part of an image
Thank you for your answer. It works now!
- 2014-05-23T08:03:23-07:00
- Forum: Users
- Topic: Replace part of an image
- Replies: 4
- Views: 6813
Replace part of an image
I have two images of same size. I want to replace an area given by location X,Y with size W,H of image 1 with exact same located area of image 2 (or vice versa). I tried this without success (think that X,Y,W,H are replaced with their desired values): convert.exe IMAGE1.png ( IMAGE2.png -crop WxH+X ...
- 2010-08-18T09:02:04-07:00
- Forum: Users
- Topic: Poisson and Gaussian noise parameter?
- Replies: 2
- Views: 6724
Poisson and Gaussian noise parameter?
Hi, I'm using ImageMagick 6.6.1. I need to add (!!!) shot noise (modelled as poisson distribution with parameter lambda) to an image so I call convert -size 100x100 xc: +noise Poisson noise.png to create a noise image which is later added to the image I work on. But what 'lambda' does this poisson ...