vikbez/kro2dzi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
kro2dzi made by vik - 2012 - v@42.am Tool to convert a .KRO file to a DZI (Deep Zoom Image) format (dir + xml) Usage: ./script [image.kro] output will be written in image.kro directory This tool is memory efficient; it loads chunks of image_x * tile_y; example: 100000x15000 image (4.5go file) tiling at 256px will take approx 100mb ram DZI Format desc: take a look at http://www.gasi.ch/blog/inside-deep-zoom-2/ Tested functionnal on 64bits win7 with 64bits python 2.7 and 64bits PIL library needs PIL (python image library) This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details.