fotolab 0.16.7__py2.py3-none-any.whl → 0.16.10__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-0.16.7.dist-info → fotolab-0.16.10.dist-info}/METADATA +46 -2
- {fotolab-0.16.7.dist-info → fotolab-0.16.10.dist-info}/RECORD +6 -6
- {fotolab-0.16.7.dist-info → fotolab-0.16.10.dist-info}/LICENSE.md +0 -0
- {fotolab-0.16.7.dist-info → fotolab-0.16.10.dist-info}/WHEEL +0 -0
- {fotolab-0.16.7.dist-info → fotolab-0.16.10.dist-info}/entry_points.txt +0 -0
fotolab/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fotolab
|
3
|
-
Version: 0.16.
|
3
|
+
Version: 0.16.10
|
4
4
|
Summary: A console program that manipulate images.
|
5
5
|
Keywords: photography,photo
|
6
6
|
Author-email: Kian-Meng Ang <kianmeng@cpan.org>
|
@@ -83,7 +83,7 @@ positional arguments:
|
|
83
83
|
watermark watermark an image
|
84
84
|
env print environment information for bug reporting
|
85
85
|
|
86
|
-
|
86
|
+
options:
|
87
87
|
-h, --help show this help message and exit
|
88
88
|
-o, --overwrite overwrite existing image
|
89
89
|
-op, --open open the image using default program (default: 'False')
|
@@ -103,6 +103,8 @@ optional arguments:
|
|
103
103
|
fotolab animate -h
|
104
104
|
```
|
105
105
|
|
106
|
+
<!--help-animate !-->
|
107
|
+
|
106
108
|
```console
|
107
109
|
usage: fotolab animate [-h] [-f FORMAT] [-d DURATION] [-l LOOP]
|
108
110
|
IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
@@ -119,12 +121,16 @@ optional arguments:
|
|
119
121
|
-l LOOP, --loop LOOP set the loop cycle (default: '0')
|
120
122
|
```
|
121
123
|
|
124
|
+
<!--help-animate !-->
|
125
|
+
|
122
126
|
### fotolab auto
|
123
127
|
|
124
128
|
```console
|
125
129
|
fotolab auto -h
|
126
130
|
```
|
127
131
|
|
132
|
+
<!--help-auto !-->
|
133
|
+
|
128
134
|
```console
|
129
135
|
usage: fotolab auto [-h] IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
130
136
|
|
@@ -135,12 +141,16 @@ optional arguments:
|
|
135
141
|
-h, --help show this help message and exit
|
136
142
|
```
|
137
143
|
|
144
|
+
<!--help-auto !-->
|
145
|
+
|
138
146
|
### fotolab border
|
139
147
|
|
140
148
|
```console
|
141
149
|
fotolab border -h
|
142
150
|
```
|
143
151
|
|
152
|
+
<!--help-border !-->
|
153
|
+
|
144
154
|
```console
|
145
155
|
usage: fotolab border [-h] [-c COLOR] [-w WIDTH] [-wt WIDTH] [-wr WIDTH]
|
146
156
|
[-wb WIDTH] [-wl WIDTH]
|
@@ -165,12 +175,16 @@ optional arguments:
|
|
165
175
|
set the width of left border (default: '0')
|
166
176
|
```
|
167
177
|
|
178
|
+
<!--help-border !-->
|
179
|
+
|
168
180
|
### fotolab contrast
|
169
181
|
|
170
182
|
```console
|
171
183
|
fotolab contrast -h
|
172
184
|
```
|
173
185
|
|
186
|
+
<!--help-contrast !-->
|
187
|
+
|
174
188
|
```console
|
175
189
|
usage: fotolab contrast [-h] [-c CUTOFF] IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
176
190
|
|
@@ -184,12 +198,16 @@ optional arguments:
|
|
184
198
|
discard from histogram (default: '1')
|
185
199
|
```
|
186
200
|
|
201
|
+
<!--help-contrast !-->
|
202
|
+
|
187
203
|
### fotolab info
|
188
204
|
|
189
205
|
```console
|
190
206
|
fotolab info -h
|
191
207
|
```
|
192
208
|
|
209
|
+
<!--help-info !-->
|
210
|
+
|
193
211
|
```console
|
194
212
|
usage: fotolab info [-h] IMAGE_FILENAME
|
195
213
|
|
@@ -200,12 +218,16 @@ optional arguments:
|
|
200
218
|
-h, --help show this help message and exit
|
201
219
|
```
|
202
220
|
|
221
|
+
<!--help-info !-->
|
222
|
+
|
203
223
|
### fotolab rotate
|
204
224
|
|
205
225
|
```console
|
206
226
|
fotolab rotate -h
|
207
227
|
```
|
208
228
|
|
229
|
+
<!--help-rotate !-->
|
230
|
+
|
209
231
|
```console
|
210
232
|
usage: fotolab rotate [-h] IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
211
233
|
|
@@ -216,12 +238,16 @@ optional arguments:
|
|
216
238
|
-h, --help show this help message and exit
|
217
239
|
```
|
218
240
|
|
241
|
+
<!--help-rotate !-->
|
242
|
+
|
219
243
|
### fotolab montage
|
220
244
|
|
221
245
|
```console
|
222
246
|
fotolab montage -h
|
223
247
|
```
|
224
248
|
|
249
|
+
<!--help-montage !-->
|
250
|
+
|
225
251
|
```console
|
226
252
|
usage: fotolab montage [-h] IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
227
253
|
|
@@ -232,12 +258,16 @@ optional arguments:
|
|
232
258
|
-h, --help show this help message and exit
|
233
259
|
```
|
234
260
|
|
261
|
+
<!--help-montage !-->
|
262
|
+
|
235
263
|
### fotolab resize
|
236
264
|
|
237
265
|
```console
|
238
266
|
fotolab resize -h
|
239
267
|
```
|
240
268
|
|
269
|
+
<!--help-resize !-->
|
270
|
+
|
241
271
|
```console
|
242
272
|
usage: fotolab resize [-h] [-wh WIDTH | -ht HEIGHT]
|
243
273
|
IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
@@ -253,12 +283,16 @@ optional arguments:
|
|
253
283
|
set the height of the image (default: '277')
|
254
284
|
```
|
255
285
|
|
286
|
+
<!--help-resize !-->
|
287
|
+
|
256
288
|
### fotolab sharpen
|
257
289
|
|
258
290
|
```console
|
259
291
|
fotolab sharpen -h
|
260
292
|
```
|
261
293
|
|
294
|
+
<!--help-sharpen !-->
|
295
|
+
|
262
296
|
```console
|
263
297
|
usage: fotolab sharpen [-h] [-r RADIUS] [-p PERCENT] [-t THRESHOLD]
|
264
298
|
IMAGE_FILENAMES [IMAGE_FILENAMES ...]
|
@@ -278,12 +312,16 @@ optional arguments:
|
|
278
312
|
(default: '3')
|
279
313
|
```
|
280
314
|
|
315
|
+
<!--help-sharpen !-->
|
316
|
+
|
281
317
|
### fotolab watermark
|
282
318
|
|
283
319
|
```console
|
284
320
|
fotolab watermark -h
|
285
321
|
```
|
286
322
|
|
323
|
+
<!--help-watermark !-->
|
324
|
+
|
287
325
|
```console
|
288
326
|
usage: fotolab watermark [-h] [-t WATERMARK_TEXT]
|
289
327
|
[-p {top-left,top-right,bottom-left,bottom-right}]
|
@@ -317,12 +355,16 @@ optional arguments:
|
|
317
355
|
'black')
|
318
356
|
```
|
319
357
|
|
358
|
+
<!--help-watermark !-->
|
359
|
+
|
320
360
|
### fotolab env
|
321
361
|
|
322
362
|
```console
|
323
363
|
fotolab env -h
|
324
364
|
```
|
325
365
|
|
366
|
+
<!--help-env !-->
|
367
|
+
|
326
368
|
```console
|
327
369
|
usage: fotolab env [-h]
|
328
370
|
|
@@ -330,6 +372,8 @@ options:
|
|
330
372
|
-h, --help show this help message and exit
|
331
373
|
```
|
332
374
|
|
375
|
+
<!--help-env !-->
|
376
|
+
|
333
377
|
## Copyright and License
|
334
378
|
|
335
379
|
Copyright (C) 2024 Kian-Meng Ang
|
@@ -1,4 +1,4 @@
|
|
1
|
-
fotolab/__init__.py,sha256=
|
1
|
+
fotolab/__init__.py,sha256=B9i-CgjuFEyNlo5qO_WezRwajijr9-NTdslJTvYEaG8,2062
|
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
|
@@ -12,8 +12,8 @@ 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
14
|
fotolab/watermark.py,sha256=JnCIB--WZ2COG1BNrFY14GaWznz7BqBlwOVz4uW8H3Q,6546
|
15
|
-
fotolab-0.16.
|
16
|
-
fotolab-0.16.
|
17
|
-
fotolab-0.16.
|
18
|
-
fotolab-0.16.
|
19
|
-
fotolab-0.16.
|
15
|
+
fotolab-0.16.10.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
|
16
|
+
fotolab-0.16.10.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
|
17
|
+
fotolab-0.16.10.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
18
|
+
fotolab-0.16.10.dist-info/METADATA,sha256=VyFN1oosOvrjr3BZ88I7eJLQeWt9Bhl3EVTS-V18qgs,10644
|
19
|
+
fotolab-0.16.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|