lwillmeth / ASCII_Art

Convert a single image to ASCII artwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image overlaps ascii output.

lwillmeth opened this issue · comments

On my screen, the original image overlaps the ascii output sometimes. I'm not sure when or why, but we should look into it.

I think this is happening when an image is not a square but a rectangle so the it is longer then wider...i think the fix is to get the JLabel that displays the image to be converted to not change sizes if the image is not as wide as 470 px. Basicly.. I noticed on my images that dont resize to be wider then longer this happeneds

I think this issue was fixed by scaling the images down, now the ascii output and image width are both predictable and standardized. Closing the issue for now.