Updated docs for convert-to-jpeg
This commit is contained in:
@@ -279,6 +279,13 @@ Options:
|
|||||||
renamed upon import. By default, photos are
|
renamed upon import. By default, photos are
|
||||||
exported with the the original name they had
|
exported with the the original name they had
|
||||||
before import.
|
before import.
|
||||||
|
--convert-to-jpeg Convert all non-jpeg images (e.g. RAW, HEIC,
|
||||||
|
PNG, etc) to JPEG upon export. Only works
|
||||||
|
if your Mac has a GPU.
|
||||||
|
--jpeg-quality FLOAT RANGE Value in range 0.0 to 1.0 to use with
|
||||||
|
--convert-to-jpeg. A value of 1.0 specifies
|
||||||
|
best quality, a value of 0.0 specifies
|
||||||
|
maximum compression. Defaults to 1.0.
|
||||||
--sidecar FORMAT Create sidecar for each photo exported;
|
--sidecar FORMAT Create sidecar for each photo exported;
|
||||||
valid FORMAT values: xmp, json; --sidecar
|
valid FORMAT values: xmp, json; --sidecar
|
||||||
json: create JSON sidecar useable by
|
json: create JSON sidecar useable by
|
||||||
|
|||||||
@@ -1234,7 +1234,7 @@ def query(
|
|||||||
"--convert-to-jpeg",
|
"--convert-to-jpeg",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
help="Convert all non-jpeg images (e.g. RAW, HEIC, PNG, etc) "
|
help="Convert all non-jpeg images (e.g. RAW, HEIC, PNG, etc) "
|
||||||
"to JPEG upon export.",
|
"to JPEG upon export. Only works if your Mac has a GPU.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--jpeg-quality",
|
"--jpeg-quality",
|
||||||
|
|||||||
Reference in New Issue
Block a user