FotoKilof


NameFotoKilof JSON
Version 5.1.2 PyPI version JSON
download
home_pagehttps://github.com/TeaM-TL/FotoKilof
SummaryNice gui for ImageMagick
upload_time2024-12-09 21:18:07
maintainerNone
docs_urlNone
authorTomasz Łuczak
requires_python>=3.10
licenseMIT
keywords gui imagemagick fotokilof
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FotoKilof - GUI for ImageMagick

GUI for the most used (by me) ImageMagick functionality for processing pictures.
If ImageMagick or Wand are unavailable, Pillow is in use. There some limitation, but works in general.

## Screenshots

### Linux

![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_linux.png)

### Linux dark mode

![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_linux_dark.png)

### Windows

![Screenshot Windows](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_windows.png)

### macOS compose

![Screenshot Windows](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_compose.png)

## Graphics conversion

 - scaling/resize,
 - crop,
 - text annotation, inside or outside of picture (mems generator),
 - border around picture,
 - rotation,
 - mirroring (vertical or horizontal),
 - black-white,
 - sepia - only with Wand and ImageMagick,
 - contrast increase/decrease or normalize or histogram stretching,
 - color auto-level or equalize,
 - vignette - only with Wand and ImageMagick,
 - adding logo image on picture,
 - compose two image in one 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 and MacOS),
 - 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, rotation,
 - text position:
   - outside: bottom, left/center/right
   - inside: by gravity or by position and rotate
 - customized sepia - only with Wand and ImageMagick,
 - equalize by channel,
 - contrast between -5 and +5,
 - customized contrast stretching,
 - vignette:
   - can be sharp or blured, 
   - corners can be filled by selected color,
   - offset in both direction
 - logo position by gravity, size and offset,
 - compose:
   - add picture on right side
   - add picture on bottom
   - autoresize picture
   - fill color if no autoresize
 - fast file navigation: First, Prev, Next, Last or keys: Home, PgUp, PgDn, End,
 - command editor: possible to use ImageMagick commands for convert: eg. *-gaussian-blur 10x10* or *-monochrome*, etc.
- dark and light mode

---

## Processing

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

- crop,
- mirror,
- black-white,
- sepia - only with Wand and ImageMagick,
- contrast,
- color normalize,
- vignette - only with Wand and ImageMagick,
- rotate,
- border,
- resize,
- text,
- compose two image in one picture,
- logo - only with Wand and ImageMagick.

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

## User manual, a bit outdated

- [English](doc/en/fotokilof.md),
- [Polish](doc/pl/fotokilof.md).

## Available translations

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

---

## Install and run

### Requirements

- Windows, Linux, MacOS X, BSD,
- FullHD screen for comfort work,
- [ImageMagick](https://imagemagick.org/), remember to add path into `%PATH%` environment variable, enable install libraries!
- [Python3.9+](https://www.python.org/), remember to add path into `%PATH%` environment variable.

### Install

#### Linux

Install requirements:
```bash
apt-get install python3-pip python3-tk python3-wand imagemagick
```

Install as PyPi package by PIP:
```bash
python3 -m pip install fotokilof
```

#### Windows
Download and install requirements:
- [Python3.9+](https://www.python.org/) - add path into `%PATH%` environment variable,
- [ImageMagick](https://imagemagick.org/script/download.php#windows) - add path into `%PATH%` environment variable, enable install libraries!

```bash
python -m pip install pywin32 fotokilof
```

#### MacOS
Install requirements:
```bash
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:
```bash
export MAGICK_HOME=/opt/homebrew
```

Install as PyPi package by PIP:
```bash
python3 -m pip install fotokilof
```

#### FreeBSD

FotoKilof is available via [ports](https://www.freshports.org/graphics/py-fotokilof/)

### Upgrade

```bash
python3 -m pip install --upgrade fotokilof
```

### Run

```bash
fotokilof
```
or
```bash
python -m fotokilof
```

### Dark or Light mode

Press F2 to toggle from Light to Dark or opposite.

---

## 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
 - Mert Cobanov - Turkish translation
 - Giancarlo Dessì - Italian translation, Slackware package
 - Danny (dchenz) - logging in proper way
 - Nicola Vitale - support with debug and find solution

---

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=TeaM-TL/FotoKilof&type=Date)](https://star-history.com/#TeaM-TL/FotoKilof&Date)

---

## Powered by

![Python powered](python-powered.png) 
[Imagemagick](https://github.com/ImageMagick/ImageMagick) 
[Wand](https://github.com/emcconville/wand) 
[ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap) 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TeaM-TL/FotoKilof",
    "name": "FotoKilof",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "GUI ImageMagick FotoKilof",
    "author": "Tomasz \u0141uczak",
    "author_email": "tlu@team-tl.pl",
    "download_url": null,
    "platform": null,
    "description": "# FotoKilof - GUI for ImageMagick\n\nGUI for the most used (by me) ImageMagick functionality for processing pictures.\nIf ImageMagick or Wand are unavailable, Pillow is in use. There some limitation, but works in general.\n\n## Screenshots\n\n### Linux\n\n![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_linux.png)\n\n### Linux dark mode\n\n![Screenshot](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_linux_dark.png)\n\n### Windows\n\n![Screenshot Windows](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_windows.png)\n\n### macOS compose\n\n![Screenshot Windows](https://raw.githubusercontent.com/TeaM-TL/FotoKilof/master/screenshots/fotokilof_compose.png)\n\n## Graphics conversion\n\n - scaling/resize,\n - crop,\n - text annotation, inside or outside of picture (mems generator),\n - border around picture,\n - rotation,\n - mirroring (vertical or horizontal),\n - black-white,\n - sepia - only with Wand and ImageMagick,\n - contrast increase/decrease or normalize or histogram stretching,\n - color auto-level or equalize,\n - vignette - only with Wand and ImageMagick,\n - adding logo image on picture,\n - compose two image in one picture,\n - file formats: JPG, PNG, TIFF, SVG,\n - format conversion into JPG, PNG, TIFF.\n\n## Functionality:\n\n - processing JPG, PNG, SVG and TIFF images,\n - processing picture in the fly, originals are safe,\n - processing single file or whole directory,\n - take screenshot (Linux) or get picture from clipboard (Windows and MacOS) and use it as source picture,\n - after processing results is copied into clipboard (Windows and MacOS),\n - display selected tools,\n - tools selection,\n - preview orignal and result,\n - predefined rotation: 90, 180 and 270 degree or custom,\n - crop selection via click on preview or coordinates,\n - crop coordinates:\n   - two corners (upper left and lower right),\n   - upper left corner and width plus height,\n   - gravity, width plus height plus offset,\n - text: color, font and size selection, background, rotation,\n - text position:\n   - outside: bottom, left/center/right\n   - inside: by gravity or by position and rotate\n - customized sepia - only with Wand and ImageMagick,\n - equalize by channel,\n - contrast between -5 and +5,\n - customized contrast stretching,\n - vignette:\n   - can be sharp or blured, \n   - corners can be filled by selected color,\n   - offset in both direction\n - logo position by gravity, size and offset,\n - compose:\n   - add picture on right side\n   - add picture on bottom\n   - autoresize picture\n   - fill color if no autoresize\n - fast file navigation: First, Prev, Next, Last or keys: Home, PgUp, PgDn, End,\n - command editor: possible to use ImageMagick commands for convert: eg. *-gaussian-blur 10x10* or *-monochrome*, etc.\n- dark and light mode\n\n---\n\n## Processing\n\nIs possible to run one conversion or all selected conversion.\nProcessing order for all selected conversion:\n\n- crop,\n- mirror,\n- black-white,\n- sepia - only with Wand and ImageMagick,\n- contrast,\n- color normalize,\n- vignette - only with Wand and ImageMagick,\n- rotate,\n- border,\n- resize,\n- text,\n- compose two image in one picture,\n- logo - only with Wand and ImageMagick.\n\nProcessed is always on clone of picture in memory. Originals are not touched.\n\n## User manual, a bit outdated\n\n- [English](doc/en/fotokilof.md),\n- [Polish](doc/pl/fotokilof.md).\n\n## Available translations\n\nAvailable: Bulgarian, English, German, Indonesian, Polish and Turkish.\n\n---\n\n## Install and run\n\n### Requirements\n\n- Windows, Linux, MacOS X, BSD,\n- FullHD screen for comfort work,\n- [ImageMagick](https://imagemagick.org/), remember to add path into `%PATH%` environment variable, enable install libraries!\n- [Python3.9+](https://www.python.org/), remember to add path into `%PATH%` environment variable.\n\n### Install\n\n#### Linux\n\nInstall requirements:\n```bash\napt-get install python3-pip python3-tk python3-wand imagemagick\n```\n\nInstall as PyPi package by PIP:\n```bash\npython3 -m pip install fotokilof\n```\n\n#### Windows\nDownload and install requirements:\n- [Python3.9+](https://www.python.org/) - add path into `%PATH%` environment variable,\n- [ImageMagick](https://imagemagick.org/script/download.php#windows) - add path into `%PATH%` environment variable, enable install libraries!\n\n```bash\npython -m pip install pywin32 fotokilof\n```\n\n#### MacOS\nInstall requirements:\n```bash\nbrew install imagemagick python@3.12 python-tk@3.12\n```\n\nFor 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:\n```bash\nexport MAGICK_HOME=/opt/homebrew\n```\n\nInstall as PyPi package by PIP:\n```bash\npython3 -m pip install fotokilof\n```\n\n#### FreeBSD\n\nFotoKilof is available via [ports](https://www.freshports.org/graphics/py-fotokilof/)\n\n### Upgrade\n\n```bash\npython3 -m pip install --upgrade fotokilof\n```\n\n### Run\n\n```bash\nfotokilof\n```\nor\n```bash\npython -m fotokilof\n```\n\n### Dark or Light mode\n\nPress F2 to toggle from Light to Dark or opposite.\n\n---\n\n## Thanks\n\n - Friends - some ideas and testing,\n - Max von Forell - German translation,\n - Bozhidar Kirev - Bulgarian translation,\n - Alexander Ignatov - Bulgarian translation,\n - Afif Hendrawan - Indonesian translation,\n - Sebastian Hiebl - python packaging,\n - Matt Sephton - ideas for packing gui,\n - emsspree - update german translation, jpeg,\n - Olm - testing on Windows,\n - Carbene Hu - idea to fix issue\n - Mert Cobanov - Turkish translation\n - Giancarlo Dess\u00ec - Italian translation, Slackware package\n - Danny (dchenz) - logging in proper way\n - Nicola Vitale - support with debug and find solution\n\n---\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=TeaM-TL/FotoKilof&type=Date)](https://star-history.com/#TeaM-TL/FotoKilof&Date)\n\n---\n\n## Powered by\n\n![Python powered](python-powered.png) \n[Imagemagick](https://github.com/ImageMagick/ImageMagick) \n[Wand](https://github.com/emcconville/wand) \n[ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap) \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Nice gui for ImageMagick",
    "version": "5.1.2",
    "project_urls": {
        "Homepage": "https://github.com/TeaM-TL/FotoKilof"
    },
    "split_keywords": [
        "gui",
        "imagemagick",
        "fotokilof"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "536f8b6be3b725aacfed2db18f41f58c0ac5e379154b808a986ddb09b03443df",
                "md5": "63a468efe5b8055226565be19f8db115",
                "sha256": "ab30d1d58ced039496dc91c8d0ba4f2c82677d29e8ca98bbd0b5918e4313a947"
            },
            "downloads": -1,
            "filename": "FotoKilof-5.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63a468efe5b8055226565be19f8db115",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 58712,
            "upload_time": "2024-12-09T21:18:07",
            "upload_time_iso_8601": "2024-12-09T21:18:07.787290Z",
            "url": "https://files.pythonhosted.org/packages/53/6f/8b6be3b725aacfed2db18f41f58c0ac5e379154b808a986ddb09b03443df/FotoKilof-5.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 21:18:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TeaM-TL",
    "github_project": "FotoKilof",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fotokilof"
}
        
Elapsed time: 0.37944s