Skip to content
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

Tiled images is not correct if original image have transparent background #5

Closed
xyzxyz442 opened this issue Jul 12, 2013 · 2 comments
Closed

Comments

@xyzxyz442
Copy link

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.

@rktjmp
Copy link
Owner

rktjmp commented Jul 12, 2013

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

@rktjmp
Copy link
Owner

rktjmp commented Aug 3, 2013

Fixed in dd4a9ee and consequently v0.1.4.

@rktjmp rktjmp closed this as completed Aug 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants