Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Multiple pngs as input #54

Closed
vortextemporum opened this issue Feb 2, 2022 · 4 comments
Closed

Feature request: Multiple pngs as input #54

vortextemporum opened this issue Feb 2, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@vortextemporum
Copy link

Hi, first of all thanks for this awesome software!
I do algorithmic art so I automatize and experiment with things. For my needs, I would love to enter multiple png files in prompt and convert them into a vox file, rather than pointing to a folder (I have to move random/remove images in folders every time right now).

something like: --i path/to/file.png path/to/file2.png path/to/file3.png --o outfile.vox

Thanks!

p.s. also if this color optimization method at #43 (comment) would be a command flag like --optimization=false, would be awesome!

@Zarbuz
Copy link
Owner

Zarbuz commented Feb 2, 2022

I'm not sure: in the end, each image would have the same position ?
I can indeed add an option to turn off quantization however if the number of different colors in the image exceeds 255, it will only take the first 255

@vortextemporum
Copy link
Author

I'm not sure: in the end, each image would have the same position ?

I mean, each image will be rendered in a different height, image1 will be at bottom, image2 will be on top of it, image3 ....... just like how it reads and interprets the images in the folder.

@Zarbuz
Copy link
Owner

Zarbuz commented Feb 3, 2022

Ok ! I schedule this feature for 1.15!

@Zarbuz Zarbuz added the enhancement New feature or request label Feb 3, 2022
@Zarbuz
Copy link
Owner

Zarbuz commented Feb 3, 2022

So the input would be like this : --i file1.png;file2.png;file3.png etc .. each file is separated by a semi-colon with no space.

Feature added for 1.15

@Zarbuz Zarbuz closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants