Live data from Hacker News

Show HN: I implemented seamless copy and paste of images, and wrote a tutorial

erkaman.github.io

11–12 of 12 posts

Re: Show HN: I implemented seamless copy and paste of images, and wrote a tutorial

#11
post #9
post #2

In this artice, I describe a technique that can be used to seamlessly copy-and-paste one image into another. I also provide source code( https://github.com/Erkaman/poisson_blend ), that demonstrates the concepts in the article.

Thanks for the beautiful explanation, i have no math background and this was really easy to understand. Ulterior examples than library+kitten/penguin would be great

you can see more examples in the linked repo:

https://github.com/Erkaman/poisson_blend

Re: Show HN: I implemented seamless copy and paste of images, and wrote a tutorial

#12
For people that already work with ImageMagick and would prefer an ImageMagick Poisson blend solution, this is a great resource:

http://im.snibgo.com/seamlpm.htm

It contains the windows .bas script that makes ImageMagick implement Poisson blending. It should be easily enough portable to shell code.

Post reply on HN