Skip to content

ChrisC0O/MBTILES2IMAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MBTILES2IMAGE

This command line tool makes images from the contents of a .mbtiles file.

Installation:

  • Install Libvips and add bin to path in environment variables.

  • Install packages in requirements.txt.

Usage:

        MBTILES2IMAGE.py <mbtiles file> <map to make:OPTIONAL>

        Example:
            MBTILES2IMAGE.py mbtilesfile.mbtiles 6 -r -k -f jpeg

        Params:
            -force  [Forces the program to unpack the .mbtiles file.
            -sql    [Loads images directly from .mbtiles. No unpacking. Does not support -f with .jpg, .jpeg]
            -info   [Displays info about the .mbtiles file]
            -r      [Reverses the colum assemble order]
            -k      [Stops deletion of TEMP files]
            -c      [Crop edges from image (WARNING RAM SENSITIVE)]
            -f      [Select filetype image will be saved as. EXAMPLE: -f .jpg]
            -s      [Sequential image loading. Might be better for pc's with low RAM]

About

This command line tool makes images from the contents of a .mbtiles file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages