vikbez/img2dzi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
img2dzi 1.0 made by vik - 2012 - v@42.am
Tool to convert an image file to a DZI (Deep Zoom Image) format (dir + xml)
Usage: ./script [image]
output will be written in image directory
Formats supported:
bmp dds gif jpg png tif
+ exif on windows
+ pnm ras xbm xpm on linux
+ tga xbm xpm on mac
DZI Format desc: take a look at http://www.gasi.ch/blog/inside-deep-zoom-2/
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.
Tested functionnal on 64bits win7 with 64bits python 2.7 and 64bits PIL library
needs PIL (python image library)