Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The old CLI had some quirks that made it a bit cumbersome/odd to use when compared to standard CLI tools. This PR aims to make it more idiomatic to use.
Migration Guide/Changelog
--convert
with options {"c2e", e2c", "e2p"} is now positional and can be thought of as subcommands under the same names.c2e
--i
input path is now positionalinput
.convert360 c2e INPUT OUTPUT
--o
output path is now positionaloutput
.convert360 c2e INPUT OUTPUT
--h
is now--height
or-h
and is (still) required.--w
is now--width
or-w
and is (still) required.--format
or-f
now allows you to set whether the input cubemap isdice
orhorizon
.--mode
now also has short option-m
for setting interpolation type.e2c
--i
input path is now positionalinput
.convert360 e2c INPUT OUTPUT
--o
output path is now positionaloutput
.convert360 e2c INPUT OUTPUT
--h
is now--height
or-h
and is (still) required.--w
is now--width
or-w
and is (still) required.--height
and--width
, there is now--size
-s
. This is the side-length of each resulting cube face in pixels.--format
or-f
now allows you to set whether the output cubemap should bedice
orhorizon
.--mode
now also has short option-m
for setting interpolation type.e2p
--i
input path is now positionalinput
.convert360 e2p INPUT OUTPUT
--o
output path is now positionaloutput
.convert360 e2p INPUT OUTPUT
--h_fov
is now--h-fov
.--v_fov
is now--v-fov
.--u_deg
is now--yaw
--v_deg
is now--pitch
--in_rot_deg
is now--roll
--mode
now also has short option-m
for setting interpolation type.