We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following file, when saved as an indexed png, is not correct, when visually inspected:
http://static.overviewer.org/renders/Kalimdor/3/0/2/1.png
OIL.Image.load("1.png").save("bad_indexed.png", indexed=True, palette_size=256)
You can see the bad_indexed.png file here: http://overviewer.org/~achin/bad_indexed.png
The text was updated successfully, but these errors were encountered:
Thesis: this has something to do with it having a lot of white and blue in the image.
Sorry, something went wrong.
fixed overflow error when saving indexed pngs (closes issue #3)
def2e55
agrif
No branches or pull requests
The following file, when saved as an indexed png, is not correct, when visually inspected:
http://static.overviewer.org/renders/Kalimdor/3/0/2/1.png
You can see the bad_indexed.png file here: http://overviewer.org/~achin/bad_indexed.png
The text was updated successfully, but these errors were encountered: