Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swift502 authored Jun 29, 2024
1 parent 98d9a10 commit 3ecc247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python convert.py input [--to_equirectangular] [--to_mercator] [--nearest] [--cp
| input | The input file path. |
| --: | :-- |
| ‑‑to_equirectangular | Convert the image to the Equirectangular projection. |
| ‑‑to_mercator | Convert the image to the Mercator projection. |
| --to_mercator | Convert the image to the Mercator projection. |
| --nearest | Use nearest sampling for stretching that will occur due to change of aspect ratio. Only used by GPU rendering. |
| --cpu | Use the CPU rendering implementation. Much slower and doesn't support linear sampling. |

Expand Down

0 comments on commit 3ecc247

Please sign in to comment.