All Projects → delimitry → Collage_maker

delimitry / Collage_maker

Licence: mit
Picture collage maker in Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Collage maker

Imageslideshow
Swift image slideshow with circular scrolling, timer and full screen viewer
Stars: ✭ 1,612 (+1130.53%)
Mutual labels:  image
Ucrop
Image Cropping Library for Android
Stars: ✭ 11,003 (+8299.24%)
Mutual labels:  image
Mergi
go library for image programming (merge, crop, resize, watermark, animate, ease, transit)
Stars: ✭ 127 (-3.05%)
Mutual labels:  image
Cube2sphere
Python script to map 6 cube (cubemap, skybox) faces into an equirectangular (cylindrical projection, skysphere) map.
Stars: ✭ 120 (-8.4%)
Mutual labels:  image
Lilliput
Resize images and animated GIFs in Go
Stars: ✭ 1,690 (+1190.08%)
Mutual labels:  image
React Files
A file input (dropzone) management component for React
Stars: ✭ 126 (-3.82%)
Mutual labels:  image
Tifffile
Read and write TIFF files. Forked from https://pypi.org/project/tifffile
Stars: ✭ 119 (-9.16%)
Mutual labels:  image
Image Promise
🎑🤞 Load one or more images, return a promise. Tiny, browser-only, no dependencies.
Stars: ✭ 129 (-1.53%)
Mutual labels:  image
Releases
dahliaOS ISO releases
Stars: ✭ 125 (-4.58%)
Mutual labels:  image
Winmerge
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
Stars: ✭ 2,358 (+1700%)
Mutual labels:  image
Gil
Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68
Stars: ✭ 122 (-6.87%)
Mutual labels:  image
Uppload
📁 JavaScript image uploader and editor, no backend required
Stars: ✭ 1,673 (+1177.1%)
Mutual labels:  image
Lerc
Limited Error Raster Compression
Stars: ✭ 126 (-3.82%)
Mutual labels:  image
Xzoom
jQuery Zoom Gallery plugin
Stars: ✭ 120 (-8.4%)
Mutual labels:  image
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (-2.29%)
Mutual labels:  image
Ggimage
🎨 Use Images in ggplot2
Stars: ✭ 120 (-8.4%)
Mutual labels:  image
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (-4.58%)
Mutual labels:  image
Imagehash
🌄 Perceptual image hashing for PHP
Stars: ✭ 1,744 (+1231.3%)
Mutual labels:  image
Weibo image uploader
PHP 实现的微博图床上传轮子
Stars: ✭ 129 (-1.53%)
Mutual labels:  image
Stfalconimageviewer
A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures
Stars: ✭ 1,734 (+1223.66%)
Mutual labels:  image

Collage maker

Picture collage maker in Python

Usage:

The usage of collage_maker.py is very simple:

usage: collage_maker.py [-h] [-f FOLDER] [-o OUTPUT] [-w WIDTH]
                        [-i INIT_HEIGHT] [-s]

Photo collage maker

optional arguments:
  -h, --help            show this help message and exit
  -f FOLDER, --folder FOLDER
                        folder with images (*.jpg, *.jpeg, *.png)
  -o OUTPUT, --output OUTPUT
                        output collage image filename
  -w WIDTH, --width WIDTH
                        resulting collage image width
  -i INIT_HEIGHT, --init_height INIT_HEIGHT
                        initial height for resize the images
  -s, --shuffle         enable images shuffle

Example:

collage_maker.py -o my_collage.png -w 800 -i 250 -s

Description:

Description of algorithm is available in my blog: http://delimitry.blogspot.com/2014/07/picture-collage-maker-using-python.html

License:

Released under The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].