dimin / panojs

PanoJS3 is pure JavaScript tiled viewer for massive images
www.dimin.net/software/panojs
185 stars 29 forks source link

PanoJS contribs for tilemaker.py script #3

Closed richandrews closed 13 years ago

richandrews commented 13 years ago

Here are the changes I made. Tilemaker is useful as a command line utility, but the tiling code is now encapsulated in a class that can be imported and reused when command line usage is not desired. I decided to make it a class since there are several results from the tiling transformation that need to be tracked - zoom levels, new size, etc and this type of instance data seemed to warrant a class. I'm using it in a CGI call.

Anyway, this is more of an experiment to see if git/branching/sending pull request works. If so, I'll continue to send changes.