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
I use .png file with transparent background when pass to tileup
tileup --in input/x.png --output-dir output --prefix x --verbose --auto-zoom 6
some of them background is white which I think it should be follow from the original image.
The text was updated successfully, but these errors were encountered:
It is a bug with the tile extension code. I will write up a patch later but for now you can try this instead
tileup --in input/x.png --output-dir output --prefix x --verbose --auto-zoom 6 --dont-extend-incomplete-tiles
Sorry, something went wrong.
Fixed in dd4a9ee and consequently v0.1.4.
No branches or pull requests
I use .png file with transparent background when pass to tileup
some of them background is white which I think it should be follow from the original image.
The text was updated successfully, but these errors were encountered: