https://github.com/Zulko/pompei
Mosaics generation from movie frames
https://github.com/Zulko/pompei
Last synced: about 1 year ago
JSON representation
Mosaics generation from movie frames
- Host: GitHub
- URL: https://github.com/Zulko/pompei
- Owner: Zulko
- License: other
- Created: 2015-01-27T11:05:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T09:53:10.000Z (over 11 years ago)
- Last Synced: 2025-07-13T18:13:30.939Z (about 1 year ago)
- Language: Python
- Homepage: http://zulko.github.io/pompei/
- Size: 485 KB
- Stars: 44
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pompei
=================
Pompei (documentation and examples here_) is a python package and command line utility to generate photo mosaics from movie frames,
like this one:
.. image:: http://i.imgur.com/fQ8QlJ8.jpg
:alt: [example]
:align: center
:width: 500 px
It is an open-source software originally written by Zulko_ and released under the MIT licence. Everyone is welcome to contribute or ask for support on the Github_ project page.
Installation
--------------
If you have PIP installed: ::
(sudo) pip install pompei
If you don't have ``setuptools`` installed the command above will fail. Install ``setuptools`` with ::
(sudo) pip install setuptools
Another way of installing pompei is to unzip the source code in a directory and type in a terminal: ::
sudo python setup.py install
.. _Zulko: https://github.com/Zulko/
.. _here: http://zulko.github.io/pompei
.. _MoviePy: http://zulko.github.io/moviepy
.. _Github: https://github.com/Zulko/pompei