-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Prints out distorted colors on Mac terminal #22
Comments
Message that will be displayed on users first issue |
Thanks for opening the issue, I'll look into it |
Can you please run the program on another terminal emulator(preferably iterm) and send the results to make sure that the problem isn't with the mac terminal. Thanks. |
sorry, i didn't mean to close the issue... |
The reason might be that ANSI colors is disabled in your mac terminal settings. You might have to check that. |
Describe the bug
DrawImage.draw_image() seems to fail when using the default Mac terminal. It almost seems that colors are printed at random. However, the output from PyCharm terminal had no issue printing the image.
To Reproduce
Using Mac terminal. I ran the following lines of code:
from image import DrawImage
pfp = DrawImage.from_url(url-to-image, (32, 32))
pfp.draw_image()
View from Mac default terminal
View from PyCharm terminal
The text was updated successfully, but these errors were encountered: