-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not padding #21
Comments
Please elaborate. What padding are you referring to? |
Thank you for your answer. My English is poor. The tiles generated by the tilemaker script are each 256*256 pixels, has a lot of padding. if the level is less then 256 I need the real size. such as http://www.dimin.net/software/panojs/IMG_7474-7511/256_004_000_002.jpg; |
Not sure about tilemaker. I recommend you use imgcnv (http://biodev.ece.ucsb.edu/projects/imgcnv) instead. It works great on both Unix and Windows. |
Thanks, I'll try it! ------------------ 原始邮件 ------------------ Not sure about tilemaker. I recommend you use imgcnv (http://biodev.ece.ucsb.edu/projects/imgcnv) instead. It works great on both Unix and Windows. — |
For really large pictures imgcnv failed on me. Therefore I've written myself some scripts to do the tiling with imagemagick, for details, see: |
How to generate the tiles without the padding such like the sample?
The text was updated successfully, but these errors were encountered: