How to view large images

From OpenStreetMap Wiki
Jump to: navigation, search

Viewing large images can be quite tricky. Maps and other outputs of OpenStreetMap tools can sometimes be in the form of really large images. You could try to look at the whole picture and pan and zoom in the various picture viewers, but this can require a lot of memory and may be quite slow.

Contents

Slice up the image

One workaround is to slice the picture into pieces and start a slide show and lean back.

Here is one way to do this:

Code

Installation for Ubuntu

sudo apt-get install imagemagick

Convert image format

convert file.png file.jpg

Slice image

convert file.jpg -crop '1024x768' out.jpg
Personal tools
Namespaces
Variants
Actions
site
Toolbox