fotolab 0.16.4__py2.py3-none-any.whl → 0.16.5__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fotolab/__init__.py +1 -1
- fotolab/watermark.py +2 -3
- {fotolab-0.16.4.dist-info → fotolab-0.16.5.dist-info}/METADATA +1 -1
- {fotolab-0.16.4.dist-info → fotolab-0.16.5.dist-info}/RECORD +7 -7
- {fotolab-0.16.4.dist-info → fotolab-0.16.5.dist-info}/LICENSE.md +0 -0
- {fotolab-0.16.4.dist-info → fotolab-0.16.5.dist-info}/WHEEL +0 -0
- {fotolab-0.16.4.dist-info → fotolab-0.16.5.dist-info}/entry_points.txt +0 -0
fotolab/__init__.py
CHANGED
fotolab/watermark.py
CHANGED
@@ -144,9 +144,8 @@ def run(args: argparse.Namespace) -> None:
|
|
144
144
|
|
145
145
|
draw = ImageDraw.Draw(watermarked_image)
|
146
146
|
|
147
|
-
font = ImageFont.
|
148
|
-
|
149
|
-
)
|
147
|
+
font = ImageFont.load_default(calc_font_size(original_image, args))
|
148
|
+
log.debug("default font: %s", " ".join(font.getname()))
|
150
149
|
|
151
150
|
(left, top, right, bottom) = draw.textbbox(
|
152
151
|
xy=(0, 0), text=args.text, font=font
|
@@ -1,4 +1,4 @@
|
|
1
|
-
fotolab/__init__.py,sha256=
|
1
|
+
fotolab/__init__.py,sha256=SzvRA21Bh8QT_M2RclwsD3ZTqBYOw-lEQXm4YZFOeMg,2061
|
2
2
|
fotolab/__main__.py,sha256=aboOURPs_snOXTEWYR0q8oq1UTY9e-NxCd1j33V0wHI,833
|
3
3
|
fotolab/animate.py,sha256=ejimhTozo9DN7BbqqcV4x8zLnanZRKq1pxBBFeOdr6Q,2967
|
4
4
|
fotolab/auto.py,sha256=1Toxe8pA_tq15g1-imMFuHf1L94Ac7EthPTu7E8SAzE,2217
|
@@ -11,9 +11,9 @@ fotolab/montage.py,sha256=lUVY-zDSH7mwH-s34_XefdNp7CoDJHkwpbTUGiyJGgs,2037
|
|
11
11
|
fotolab/resize.py,sha256=cvPfh4wUfydM23Do7VnP6Bx2EqMHKfYFYrpiNhyWzCU,3259
|
12
12
|
fotolab/rotate.py,sha256=l_vQgf0IcI8AR1TSVsk4PrMZtJ3j_wpU77rKiGJ-KTA,1715
|
13
13
|
fotolab/sharpen.py,sha256=wUPtJdtB6mCRmcHrA0CoEVO0O0ROBJWhejTvUeL67QU,2655
|
14
|
-
fotolab/watermark.py,sha256=
|
15
|
-
fotolab-0.16.
|
16
|
-
fotolab-0.16.
|
17
|
-
fotolab-0.16.
|
18
|
-
fotolab-0.16.
|
19
|
-
fotolab-0.16.
|
14
|
+
fotolab/watermark.py,sha256=JnCIB--WZ2COG1BNrFY14GaWznz7BqBlwOVz4uW8H3Q,6546
|
15
|
+
fotolab-0.16.5.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
|
16
|
+
fotolab-0.16.5.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
|
17
|
+
fotolab-0.16.5.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
18
|
+
fotolab-0.16.5.dist-info/METADATA,sha256=vN_TmUtwoCfEWNvwKUNOG7YbqyPPr-H0U7LYMXc9bng,10153
|
19
|
+
fotolab-0.16.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|