Git Product home page Git Product logo

imagetiler's Introduction

Image Tiler

version license

This application splits the given image into multiple tiles of different resolutions. The generated tiles can be displayed using Google Maps, Leaflet or OpenLayers.

It also provides a simple preview file using Leaflet library.

Requirements

  • Java 8

Usage

  1. Download the runnable jar file ImageTiler.jar.
  2. Run
  3. Choose image
  4. Specify settings
  5. Generate tiles

Settings

  • Tile size - the size of smallest image chunk, default is 256.
  • Max zoom level - the max allowed zoom level of the image. Can be the integer number between 1 and 10, by default application will calculate the optimal zoom level based on image size and tile size.
  • Output directory - the directory where generated tiles will be saved. If the directory does not exist, it will be created. The tiles will be placed in a map subfolder.
  • Generate preview - whether is required to generate Leaflet preview file.
  • Preview height - the preview window height. Default is 720.
  • Preview width - the preview window width. Default is 720.

Limitations

  • Warning! It won't work with non square images!
  • It better works with square images which size is a power of two, ex.: 512x512 or 4096x4096.
  • It can run out of memory processing images large than 16384x16384 px.

TODO

  • Add support for non square images

License

MIT © Andrei Vaneev

imagetiler's People

Contributors

avaneev95 avatar

Stargazers

Maxim Chichev avatar Swanora Campbell avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.