Raster profile - convert your images into zoomable raster tiles
This article will show you how to turn a (large-scale) raster image into zoomable tiles with no geographical location. This process is used in GLAM (gallery, library, archive, museum) institutions for processing and publishing large-scale imagery on the web. This is also perfect for publishing large-scale photography in biology and science institutes. The final publishing on the web is done via a standard JavaScript library - with all advantages of a zoomable viewer.
Make your image zoomable
At first, you can go through the whole process in a short video:
Step-by-step workflow
-
Choose your image.
-
Open MapTiler Engine and load your image.
-
Skip the selection of the geographical location (no coordinate system), and **click “Close”.
-
Skip the selection of the input coordinate system, and **click “Close”.
-
Preview your image, and **click “Export”.
-
Change the pre-selected output coordinate system (Global Mercator), and **click “Change“.
-
Select the “Pixels“ tab to adjust the settings of your zoomable image.
-
Adjust the tile size, if you don’t want predefined 512x512, and then click **“Set“.
-
Select the output format as “Folder with tiles“, then click “Continue“. This option is best for uploading the final image to your own file hosting via FTP. If you select the GeoPackage option, you can upload the image directly to a 3rd party cloud hosting service and serve it to your users from there. More info about hosting is here. Do not try uploading a GeoPackage with a tiled image to MapTiler Cloud, as MapTiler Cloud does not support the rasterized GeoPackage.
-
Always make sure to select the output format as “Folder with tiles“, then click “Continue“.
-
Adjust the zoom levels and select (if you want to ) the “HiDPI tiles” option, then click “Continue“.
-
Choose your output folder and name it accordingly, then click “Continue“.
-
Wait for the rendering process to finish.
-
Review your tiled image processed by MapTiler Engine, when done, click “Open folder” to open the target folder with rendered tiles.
-
Each zoom level has a dedicated folder with raster tiles generated from your original image.
Conclusion
When done rendering, you have to choose how to publish your newly generated zoomable image.
If you exported to a folder with tiles, you can upload them via FTP to any web server and serve with leaflet.html or openlayers.html prepared viewers.
Useful links
Folder vs. MBTiles vs. GeoPackage
Web and custom map hosting
How to upload a tileset to MapTiler Cloud
Retina - HiDPI tiles
Related guides
- Add a basemap from MapTiler Cloud to MapTiler Engine
- Add a basemap from MapTiler Server to MapTiler Engine
- Amazon S3 map hosting
- Coordinate reference systems
- Custom map with OpenLayers for Drupal CMS
- Custom Retina scale
- Custom watermark
- Disabled network adapters
- Estimated rendering time
- Folder vs. MBTiles vs. GeoPackage