Questions tagged [photographic-mosaic]

A Photographic mosaic is a replica of an existing image created from thumbnails. The color of a covering thumbnail should resemble the color of the covered pixels in the original image.

An example from the Wikipedia article:

enter image description here

An example from the RPG SE:

enter image description here

4 questions
7
votes
1 answer

Python photo mosaic with abstractly shaped mosaics

Image mosaics use a set of predefined squared images to build a larger image (example here). There are a lot of solutions and it's quite trivial to achieve this effect. However, it becomes much harder with the following constraints: The shape of…
Anoyz
  • 7,431
  • 3
  • 30
  • 35
3
votes
1 answer

Combining overlapping rasters by minimum value in python

I would like to combine some 1-band raster images. I would like the overlap to be handled such that the smallest value in a pixel is chosen. All images have the same projection. I tried looking at gdalwarp and gdal_merge (in command-line), but in…
Little geek
  • 592
  • 8
  • 22
0
votes
1 answer

Photo album for kiosk presentation

I want to have an android tablet with a photobook into the shop, to show our capabilities and previous made projects. There, customers shall only be possible to navigate through the photobook, i provided them (kiosk mode). The photos itself will…
0
votes
1 answer

Generate a Photographic mosaic from a given set of thumbnails

Photographic mosaic is a technique of re-generating an existing image as a mosaic of thumbnails. The color of the original pixels should roughly resemble the color of the covering tile. For example, a role-playing gamer re-generated the world map…
Adam Matan
  • 128,757
  • 147
  • 397
  • 562