All Projects → TeaM-TL → FotoKilof

TeaM-TL / FotoKilof

Licence: MIT license
GUI for ImageMagick

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FotoKilof

Imageflow
High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
Stars: ✭ 3,643 (+3095.61%)
Mutual labels:  imagemagick, image-manipulation
Nuxt Image Loader Module
An image loader module for nuxt.js that allows you to configure image style derivatives.
Stars: ✭ 135 (+18.42%)
Mutual labels:  imagemagick, image-manipulation
Magick
Magic, madness, heaven, sin
Stars: ✭ 362 (+217.54%)
Mutual labels:  imagemagick, image-manipulation
Personalised-aesthetic-assessment-using-residual-adapters
Jupyter notebooks used as supporting material for an msc thesis about personalised aesthetic assessment using residual adapters.
Stars: ✭ 19 (-83.33%)
Mutual labels:  picture, image-manipulation
pdf-thumbnail
npm package to create the preview of a pdf file
Stars: ✭ 23 (-79.82%)
Mutual labels:  imagemagick, crop
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+10.53%)
Mutual labels:  imagemagick, image-manipulation
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+568.42%)
Mutual labels:  imagemagick, crop
Laravel Image
Image manipulation library for Laravel 4 and 5 based on Imagine (https://github.com/avalanche123/Imagine) and inspired by Croppa for easy url based manipulation (with caching)
Stars: ✭ 276 (+142.11%)
Mutual labels:  crop, image-manipulation
Image-Processing-CLI-in-Rust
CLI for image processing with histograms, binary treshold and other functions
Stars: ✭ 25 (-78.07%)
Mutual labels:  image-manipulation, histograms
libpillowfight
Small library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
Stars: ✭ 60 (-47.37%)
Mutual labels:  pillow, image-manipulation
Svelte Easy Crop
A Svelte component to crop images with easy interactions
Stars: ✭ 80 (-29.82%)
Mutual labels:  crop, image-manipulation
dagpi
Dagpi is a powerful and fast api that does image manipulation as well as serves datasets. It is fast and written in rust and python. Perfect for discord bots, social media apps, camera apps and more.
Stars: ✭ 25 (-78.07%)
Mutual labels:  pillow, image-manipulation
React Easy Crop
A React component to crop images/videos with easy interactions
Stars: ✭ 1,093 (+858.77%)
Mutual labels:  crop, image-manipulation
crops
🌄 Image thumbnail generation server
Stars: ✭ 37 (-67.54%)
Mutual labels:  imagemagick, crop
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (+307.02%)
Mutual labels:  crop, image-manipulation
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (+287.72%)
Mutual labels:  imagemagick, image-manipulation
sic
🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image.
Stars: ✭ 96 (-15.79%)
Mutual labels:  crop, image-manipulation
node-imaginary
Minimalist node.js command-line & programmatic API client for imaginary
Stars: ✭ 94 (-17.54%)
Mutual labels:  crop, image-manipulation
Php Legofy
Transform your images as if they were made out of LEGO bricks.
Stars: ✭ 161 (+41.23%)
Mutual labels:  imagemagick, image-manipulation
Mandelbrot-set-explorer
An interactive Mandelbrot set, made with Python3 and Tkinter
Stars: ✭ 31 (-72.81%)
Mutual labels:  pillow, tkinter

FotoKilof - GUI for ImageMagick

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

Screenshots

Linux

Screenshot

Screenshot

Mac OSX

Screenshot MacOS

Windows

Screenshot Windows

Graphics conversion

  • scaling/resize,
  • crop,
  • text annotation, inside or outside of picture (mems generator),
  • border around picture,
  • rotation,
  • mirroring (verticl or horizontal)
  • black-white or sepia,
  • contrast increase/decrease or normalize or histogram stretching,
  • color auto-level or equalize,
  • adding logo image o picture,
  • file formats: JPG, PNG, TIFF, SVG
  • format conversion into JPG, PNG, TIFF.

Functionality:

  • processing JPG, PNG, SVG and TIFF images,
  • processing picture in the fly, originals are safe,
  • processing single file or whole directory,
  • take screenshot (Linux) or get picture from clipboard (Windows and MacOS) and use it as source picture,
  • after processing results is copied into clipboard (Windows),
  • display selected tools,
  • tools selection,
  • preview orignal and result,
  • predefined rotation: 90, 180 and 270 degree or custom,
  • crop selection via click on preview or coordinates,
  • crop coordinates:
    • two corners (upper left and lower right),
    • upper left corner and width plus height,
    • gravity, width plus height plus offset,
  • text: color, font and size selection, background
  • text position:
    • outside: top/bottom, left/center/right
    • inside: by gravity or by position
  • customized sepia,
  • equalize by channel,
  • contrast between -3 and +3,
  • customized contrast stretching,
  • histograms of original and result pictures,
  • fast file navigation: First, Prev, Next, Last,
  • own command editor,
  • own command can be composed from executed commands,
  • is possible to use other ImageMagick commands, eg. -gaussian-blur etc.,
  • logging conversion,
  • GraphickMagick is supported partialy.

User manual

Available translations

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

Install and run

Requirements

  • Windows, Linux, MacOS X, BSD,
  • FullHD screen for comfort work,
  • ImageMagick, remember to add path into %PATH% environment variable,
  • Python, remember to add path into %PATH% environment variable.

Install

Install as PyPi package by PIP:

python3 -m pip install fotokilof

for Windows:

python -m pip install pywin32 fotokilof

Upgrade

python3 -m pip install --upgrade fotokilof

Run

fotokilof

Thanks

  • Friends - some ideas and testing,
  • Max von Forell - German translation,
  • Bozhidar Kirev - Bulgarian translation,
  • Alexander Ignatov - Bulgarian translation,
  • Afif Hendrawan - Indonesian translation,
  • Sebastian Hiebl - python packaging,
  • Matt Sephton - ideas for packing gui,
  • emsspree - update german translation, jpeg,
  • Olm - testing on Windows,
  • Carbene Hu - idea to fix issue

Python powered

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].