Re: Mask two images with python

2018-12-23 Thread Umar Yusuf
On Wednesday, 19 December 2018 06:36:01 UTC+1, Umar Yusuf wrote: > Hello there, > How do I supper impose an image design on a transparent png image? > > I have tried to use OpenCV's "cv2.bitwise_and" function to no success. I > posted the detail question here: > https://stackoverflow.com/questi

Re: Mask two images with python

2018-12-21 Thread ant
Umar Yusuf wrote: ... > Hello Oscar, > Thank you for your time.. Here is attached is an example set of the images: > https://drive.google.com/file/d/1hyiWswx4GCZQDepXZjktq2zgM_LBbxXt/view?usp=sharing > basically, it is "design + mask and glow = result" that didn't work for me at all... are

Re: Mask two images with python

2018-12-21 Thread Oscar Benjamin
On Fri, 21 Dec 2018 at 09:32, Umar Yusuf wrote: > > On Wednesday, 19 December 2018 19:22:51 UTC+1, Oscar Benjamin wrote: > > On Wed, 19 Dec 2018 at 05:42, Umar Yusuf wrote: > > > > > > Hello there, > > > How do I supper impose an image design on a transparent png image? > > > > > > I have tried

Re: Mask two images with python

2018-12-21 Thread Umar Yusuf
On Wednesday, 19 December 2018 19:22:51 UTC+1, Oscar Benjamin wrote: > On Wed, 19 Dec 2018 at 05:42, Umar Yusuf wrote: > > > > Hello there, > > How do I supper impose an image design on a transparent png image? > > > > I have tried to use OpenCV's "cv2.bitwise_and" function to no success. I > >

Re: Mask two images with python

2018-12-19 Thread Oscar Benjamin
On Wed, 19 Dec 2018 at 05:42, Umar Yusuf wrote: > > Hello there, > How do I supper impose an image design on a transparent png image? > > I have tried to use OpenCV's "cv2.bitwise_and" function to no success. I > posted the detail question here: > https://stackoverflow.com/questions/53791510/pyt

Mask two images with python

2018-12-18 Thread Umar Yusuf
Hello there, How do I supper impose an image design on a transparent png image? I have tried to use OpenCV's "cv2.bitwise_and" function to no success. I posted the detail question here: https://stackoverflow.com/questions/53791510/python-opencv-mask-and-glow Thank you for your time. -- https:/