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

scale and block_size do not work, error output #21

Open
applebait opened this issue Jan 18, 2025 · 1 comment
Open

scale and block_size do not work, error output #21

applebait opened this issue Jan 18, 2025 · 1 comment

Comments

@applebait
Copy link

applebait commented Jan 18, 2025

I tried a few options, none worked.
For scale:

asciigen -i image_input.jpeg -o image_output.png -c -s 5
[1]    57208 trace trap  asciigen -i image_input.jpeg -o image_output.png -c --scale 5
asciigen -i image_input.jpeg -o image_output.png -c -s 0.5
[1]    56832 trace trap  asciigen -i image_input.jpeg -o image_output.png -c -s 0.5

For block_size:

asciigen -i image_input.jpeg -o image_output.png -c --block_size 16
thread 1477856 panic: integer overflow
???:?:?: 0x100650cbb in _main.convertToAscii (???)
???:?:?: 0x10064f8d7 in _main.generateAsciiArt (???)
???:?:?: 0x10065c403 in _main.processImage (???)
???:?:?: 0x10065c7f7 in _main.main (???)
???:?:?: 0x10065cd27 in _main (???)
???:?:?: 0x1810e8273 in ??? (???)
???:?:?: 0x0 in ??? (???)
@seatedro
Copy link
Owner

this probably doesn't work because the brew release isn't the latest! it works if you build from source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants