Download Latest Version pixelator_v4.tar.gz (990.5 kB)
Email in envelope

Get an email when there's a new version of Pixelator

Home
Name Modified Size InfoDownloads / Week
README.txt 2026-02-23 1.8 kB
pixelator_v4.tar.gz 2026-02-23 990.5 kB
pixelator_v3.tar.gz 2026-02-12 989.2 kB
pixelator_v2.tar.gz 2026-02-01 968.6 kB
pixelator_v1.tar.gz 2025-10-27 1.4 MB
pixelator_v0.tar.gz 2025-10-10 1.9 MB
Totals: 6 Items   6.3 MB 40
********************************************************************************************************
Copyright (C) 2025 Michel Zivy
Pixelator program. This program puts randomly scattered image fragments back in their proper place.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
********************************************************************************************************

Compile:
 $ sudo apt install libx11-dev
 $ sudo apt install libpng-dev
 $ sudo apt install imagemagick
 $ sudo apt install ffmpeg
 $ make
 or
 $ make DBG=yes
Install:
 $ sudo make install


Play:
 $ puzzle -i image_path [-n numberSquaresPerEdge] [-b black|light|choose] [-o]
 Ex:
 $ puzzle -i images/la_joconde25.png -n 12 -o -b choose

 image_path: relative path as above or absolute path (e.g.: /home/thelothelo/Downloads/picked-from-the-internet.jpg)
 -o: creates an .mp4 file
 -b choose: allows the user to choose the background color in the image

 If the desired number of squares per edge is not provided, the default value is 20. 
 Background default: black.

 
Play without installation: 
 $ sudo apt install imagemagick
 $ sudo apt install ffmpeg
 Go to the pixelator directory and play:
 $ ./puzzle -i image_path [-n numberSquaresPerEdge] [-b black|light|choose] [-o]
Source: README.txt, updated 2026-02-23