Metadata-Version: 2.1
Name: FotoKilof
Version: 3.7.5
Summary: Nice gui for ImageMagick
Home-page: https://github.com/TeaM-TL/FotoKilof
Author: Tomasz Łuczak
Author-email: tlu@team-tl.pl
License: MIT
Description: # FotoKilof - GUI for ImageMagick
        GUI for the most used (by me) ImageMagick functionality for processing pictures. 
        
        ## Screenshots
        
        ### Linux
        ![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof.png)
        
        ![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof2.png)
        
        ### Mac OSX
        ![Screenshot MacOS](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_macos.png)
        
        ### Windows
        ![Screenshot Windows](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_windows.png)
        
        ## Graphics conversion
         - scaling/resize,
         - crop,
         - text annotation, inside or outside of picture (mems generator),
         - border around picture,
         - rotation,
         - 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 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,
         - 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
        - PDF: [English](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/doc/en/fotokilof.pdf), [Polish](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/doc/pl/fotokilof.pdf).
        - MD: [English](doc/en/fotokilof.md), [Polish](doc/pl/fotokilof.md).
        
        
        ## Available translations
        Available: English, Polish, German, Bulgarian and Indonesian.
        
        ## Run
        
        ### As pypi package
        
        Recommended option is get as PyPi package by PIP
        ```
        python3 -m pip install fotokilof
        fotokilof
        ```
        
        ### As package
        
        Packages are build from tim to time. The best way is use from PyPi as described above
        
        #### Download 
        In [Release](https://github.com/TeaM-TL/FotoKilof/releases) you can find current binary version for Windows (8.1 and newer) and Linux
        
        #### Run
         - unzip downloaded `fotokilof-*`
         - optionaly make shortcut on the desktop,
         - run fotokilof.
        
        #### Windows
        
        But the best way is to install:
        - fresh ImageMagick (remember to add path into `%PATH%` environment variable during installation)
        - fresh Python3 (remember to add path into `%PATH%` environment variable during installation)
        - install from PyPi:
        ```
        python -m pip install fotokilof
        ```
        
        To make life easier, package `fotokilof-windows-x64.zip` contains ImageMagick binaries.
        But binaries can be old, because recommended way is via PyPi.
        
        ## Requirements
         - Windows, Linux, MacOS X, BSD,
         - FullHD screen for comfort work.
        
        ## 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
        
        
Keywords: GUI ImageMagick
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
