Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scheckmedia/ImageMosaicWall
This application allows you to create an image based on a bunch of other images. It looks like a mosaic effect.
https://github.com/scheckmedia/ImageMosaicWall
image-analysis image-generation image-processing qt5
Last synced: 7 days ago
JSON representation
This application allows you to create an image based on a bunch of other images. It looks like a mosaic effect.
- Host: GitHub
- URL: https://github.com/scheckmedia/ImageMosaicWall
- Owner: scheckmedia
- License: gpl-3.0
- Created: 2018-05-01T11:05:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T06:39:25.000Z (12 months ago)
- Last Synced: 2024-08-01T13:26:02.109Z (3 months ago)
- Topics: image-analysis, image-generation, image-processing, qt5
- Language: C++
- Homepage:
- Size: 5.72 MB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING-CMAKE-SCRIPTS
Awesome Lists containing this project
README
# Image Mosaic Wall
This application allows you to create an image based on a bunch of other images. It looks like a mosaic effect. But on detail you can check the following video.
[![](http://i3.ytimg.com/vi/FyXyUtVnVyQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=FyXyUtVnVyQ "")
# Dependencies
- Qt5.
- Cmake 3.x.
- Exiv2 0.27.x API.
- extra-cmake-modules
- digiKam 7.x plugin interface. (optional)# Compiling and Installing
- mdkir build
- cd build
- cmake . -DCMAKE_INSTALL_PREFIX=/usr .. (stand alone version only)
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_DPLUGIN .. (stand alone version and digiKam plugin)
- make
- make install/fast## TODO's
- [x] Drag & Drop for a single image
- [x] a better history algorithm (something like a kernel which checks the neighborhood in (x - n) and (y - n) direction to be unique)
- [x] floating point precision bug - there is something wrong with some grid resolutions and the output image. It contains blank pixels at the and of the image. But otherwise if I use floating point numbers there are gaps between the mosaic images)
- [x] TravisCI configuration for building this app for OS X, Linux ~~and maybe Windows~~?
- [x] loading indicator for "Load Base Image" & "Set Image Folder"
- [x] extract Thumbnails from Exif instead down sampling the whole image