DEV Community

Discussion on: NFT images generator using Python Jupyter Notebook

Collapse
 
victorquanlam profile image
Victor Quan Lam

Interesting! I didn't try it on my phone before tbh. Can you possibly send me your output files?

Collapse
 
lhuckky profile image
zeethea

I don't think the problem is with the noise, but because the resulting image is half transparent and looks dark

com1 = Image.alpha_composite(im1, im2)
com2 = Image.alpha_composite(com1, im3)

and I need the image without making it half transparent just like pasting the image.
can you solve it.?

Original Background
Image description

Result Image
Image description

Thank you very much

Thread Thread
 
victorquanlam profile image
Victor Quan Lam

Hmm interesting. Can you make sure that the second im2 or the im3 do not have any background noise?

Thread Thread
 
lhuckky profile image
zeethea

solved, that because i have active filter in my photo editor. that make a result not completely transparent Lol...

thanks for your respons victor, this code is amazing 👍👍👍

Thread Thread
 
victorquanlam profile image
Victor Quan Lam

You're welcome mate