Skip to content

Commit 2f87898

Browse files
committed
5.1.7
1 parent 4133829 commit 2f87898

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ fotokilof/.coverage
88
.DS_Store
99
FotoKilof.egg-info/*
1010
.coverage
11+
screenshots/FotoKilof/*

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FotoKilof - GUI for ImageMagick
22

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

66
## Screenshots
77

@@ -96,7 +96,7 @@ Processing order for all selected conversion:
9696
- resize,
9797
- text,
9898
- compose two image in one picture,
99-
- logo - only with Wand and ImageMagick.
99+
- logo.
100100

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

0 commit comments

Comments
 (0)