Metadata-Version: 2.1
Name: deepzoomup
Version: 0.1.1
Summary: Publish your deep zoom images via Backblaze cloud online
Home-page: https://github.com/fligt/deepzoomup/tree/master/
Author: Frank Ligterink
Author-email: frank.ligterink@gmail.com
License: MIT License
Description: # Welcome to deepzoomup 
        > Easily share your high resolution photos as deep zoom images with the world! 
        
        
        The ability to create and share web based high resolution interactive deep zoom images is a basic need in almost any heritage science project. Unfortunately this used to be a technically demanding job, out of reach for mortals with limited coding skills. Until now.  
        
        With the python package `deepzoomup` you can share your beautiful high resolution images via the web with just a few lines of code. Within a few minutes, convert your high resolution image files into deep zoom image tiles, upload them to your [Backblaze](https://www.backblaze.com/) cloud storage, and share with the world! 
        
        Here is an example of a cloud stored image that was created with *deepzoomup*: 
        
        <a href="https://f002.backblazeb2.com/file/dore-data/deepzoom/dzp_RP-T-1930-22_highres/RP-T-1930-22_highres_view.html" target="_blank">
            <img src="https://f002.backblazeb2.com/file/dore-data/deepzoom/dzp_RP-T-1930-22_highres/tn_RP-T-1930-22_highres.png" title="click image to open deepzoom viewer">
        </a>
        
        *One of the Three Kings Adoring the Virgin and Child*, Rembrandt van Rijn, c.1635 - c.1640
        
        Rijksmuseum catalog [RP-T-1930-22](https://www.rijksmuseum.nl/en/collection/RP-T-1930-22/catalogue-entry)
        
Keywords: deep-zoom backblaze
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
