jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

Can we make an image even if the dna is duplicated? #71

Closed SuperSunki closed 2 years ago

SuperSunki commented 2 years ago

Hello! jalagar! I'm back with a question.

Once again, thank you for making a good tool.

I want to make a lot of images and Json files with a small number of cases Can we create an image with duplicate DNA?

thank you!

jalagar commented 2 years ago

Hi I think this will work if you look at https://github.com/jalagar/Generative_Gif_Engine/tree/main/step2_spritesheet_to_generative_sheet#exclude-a-layer-from-dna

You can add bypassDNA: true

I haven't tested it so please try it out and let me know if it works and then I will add it to the README

SuperSunki commented 2 years ago

Oh my God. I looked this and that, but I didn't see this. I'm so sorry!

jalagar commented 2 years ago

Don't apologize at all! This is the README from NFTChef that is buried in a subfolder, I don't know if 100% of everything works. Did it work?

SuperSunki commented 2 years ago

It works very well! Thank you! jalagar! I love again

jalagar commented 2 years ago

Great! I will update the README