Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcgus authored Nov 4, 2022
1 parent 5b71b66 commit 8dcf0c1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
## 360-converter-cli

* wrapper around 360-converter c++ library
* only supporting equirectangular types at the moment

* Input images must be square sized

* Wide image format support for input image

* Output Image format, .png
### Usage:

* `--help` --> shows Help Message

* `--input-{face} {path}` --> with face being (front,right,back,left,top,down), Path of each of the 6 needed faces

* `--output {path}` -> Output Image Path with extension(Only .png supported at the time)

* `--type {type}` --> with type being (cubemap,equirectangular,stereographic), Method of conversion

* Example: `./360-converte-cli.exe --input-front square.jpg --input-right square2.jpg --input-back square3.jpg --input-left square4.jpg --input-top square5.jpg --input-down square6.jpg --type cubemap --output output.png`

# 360-converter

Expand Down

0 comments on commit 8dcf0c1

Please sign in to comment.