jozefchutka / YCanvas

YCanvas is an open source 2D tile renderer library written in ActionScript 3. It provides high performance solution for rendering world maps. The library also contains Stage3D (GPU) accelerated implementation based on Starling.
http://blog.yoz.sk/2012/01/introduction-to-ycanvas/
MIT License
117 stars 28 forks source link

Does this work for Zoomify images? #6

Closed colouredFunk closed 9 years ago

colouredFunk commented 9 years ago

created from Photoshop

jozefchutka commented 9 years ago

With YCanvas you can implement any tile overlapings projects... I am looking at zoomify requests right now and I do not see any reason why this could not be implemented: http://www.zoomify.com/images/folders/parisSatellite/TileGroup0/4-1-4.jpg http://www.zoomify.com/images/folders/parisSatellite/TileGroup1/5-6-10.jpg you just have to figure out how to translate ycanvas coordinates into request. Have a look at https://github.com/jozefchutka/YCanvas examples code and fork Partition.as to load images from zoomify. ...zoomify does not provides crossdomain.xml though so you have to figure out that one