TeaM-TL / FotoKilof

GUI for ImageMagick and Wand
MIT License
287 stars 18 forks source link
contrast crop desktop-application frontend gui image-manipulation image-processing imagemagick picture pillow python python-gui python3 resize rotate screenshot sepia tkinter vignette wand

FotoKilof - GUI for ImageMagick

GUI for the most used (by me) ImageMagick functionality for processing pictures.

Screenshots

Linux

Screenshot

Linux dark mode

Screenshot

Windows

Screenshot Windows

macOS compose

Screenshot Windows

Graphics conversion

Functionality:


Processing

Is possible to run one conversion or all selected conversion. Processing order for all selected conversion:

Processed is always on clone of picture in memory. Originals are not touched.

User manual, a bit outdated

Available translations

Available: Bulgarian, English, German, Indonesian, Polish and Turkish.


Install and run

Requirements

Install

Linux

Install requirements:

apt-get install python3-pip python3-tk python3-wand imagemagick

Install as PyPi package by PIP:

python3 -m pip install fotokilof

Windows

Download and install requirements:

python -m pip install pywin32 fotokilof

MacOS

Install requirements:

brew install imagemagick python@3.12 python-tk@3.12

For Apple Silicon (M1, M2, M3) based Macs, the default Homebrew install directory differs from that on Homebrew Intel installs. The following environment variable allows FotoKilof to correctly locate the Homebrew-installed ImageMagick on Apple Silicon Macs:

export MAGICK_HOME=/opt/homebrew

Install as PyPi package by PIP:

python3 -m pip install fotokilof

FreeBSD

FotoKilof is available via ports

Upgrade

python3 -m pip install --upgrade fotokilof

Run

fotokilof

or

python -m fotokilof

Dark or Light mode

Press F2 to toggle from Light to Dark or opposite.


Thanks


Star History

Star History Chart


Powered by

Python powered Imagemagick Wand ttkbootstrap