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