

Polyfoto doesn't specify how much memory you need, but it's always worth checking how much RAM you have. The process isn't quick, and the photo below took around a minute to produce on a 16GB i5 machine with a GTX 1050 card. Note that the command must be run from within the Polyfoto directory, so make sure to either move your photos folder to within that directory or use absolute paths within the command. The -n argument is the number of image rows that will make up the final image.Īs an example, we've put 100 images in the "hols" folder, and we want to use the image "my_head.jpg" as the base image, and we're satisfied with the other defaults: python3 polyfoto.py -f ~ /hols/my_head.jpg -d hols -o output.png -n 16 where input.png is the image you want your photo mosaic to resemble, sources is the directory that contains the photos which will make up the mosaic, and output.png is the filename of the image which will be created. Once you've installed Polyfoto, you can run it with: python3 polyfoto. ago If you use Gnome, you can go to Settings -> Online accounts, add your Google account and enable the 'Photos' switch. Is there a way to do this 27 28 comments Best TimurHu 5 yr. and install it with Python: python3 setup. Solution for syncing Google Photos to Linux Hey everyone, I want to sync a specific Google Photos album to a linux directory. Move into the Polyfoto directory: cd polyfoto Now clone the Polyfoto repository: git clone https: ///shanedrabing/polyfoto.git On Arch Linux and its derivatives: sudo pacman -S git On Debian-based systems: sudo apt install gitįor Red Hat-related distros: dnf install git
