CsZoomify
A c# library to create Zoomify compatible tiles from big images.
Install / Use
/learn @asfez/CsZoomifyREADME
CsZoomify
A .NET c# library to create Zoomify compatible tiles from big images.
Usage
var zimg = new ZoomifyImage("image filename");
zimg.Zoomify("target directory");
Use jZoomifyImage (https://github.com/asfez/jZoomifyImage) to display it on the web.
Example of use : http://az416810.vo.msecnd.net/doc24/zh/12
