-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue with latest Python 3.6 and AggDraw #5
Comments
Ok, so the fromstring() and tostring() should now be frombytes() tobytes() I set the INITIAL_GENERATION to None so that it doesn't look for a non existent text file. |
Now you can't save an RGBA to JPG in pillow and have to convert to RGB
|
Finally the rand range on the image will not work if you have an odd number of pixels so rounded it:
Seems working now, albeit slow ... feel free to update the code or make a Python3 version with your beautification of my hacks. :-) |
Just a comment "for the future generations"
|
Hi,
Trying to get this to work in Python 3.6 and its complaining about
Is there a specific version of AggDraw required? I will keep figuring it out but help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: