File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ fotokilof/.coverage
8
8
.DS_Store
9
9
FotoKilof.egg-info /*
10
10
.coverage
11
+ screenshots /FotoKilof /*
Original file line number Diff line number Diff line change 1
1
# FotoKilof - GUI for ImageMagick
2
2
3
3
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.
5
5
6
6
## Screenshots
7
7
@@ -96,7 +96,7 @@ Processing order for all selected conversion:
96
96
- resize,
97
97
- text,
98
98
- compose two image in one picture,
99
- - logo - only with Wand and ImageMagick .
99
+ - logo.
100
100
101
101
Processed is always on clone of picture in memory. Originals are not touched.
102
102
You can’t perform that action at this time.
0 commit comments