lwillmeth / ASCII_Art

Convert a single image to ASCII artwork
GNU General Public License v3.0
2 stars 1 forks source link

Image overlaps ascii output. #9

Closed lwillmeth closed 10 years ago

lwillmeth commented 10 years ago

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

shredcoder commented 10 years ago

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

lwillmeth commented 10 years ago

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.