ply-utils

command
v0.22.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2025 License: MIT Imports: 12 Imported by: 0

README

PLY Utils

Utils for interacting with PLY files

Header

Writes out PLY header information

ply-utils -i .\out.ply header --json --out header.json

Properties

Remove Properties

Below is an example on how you could remove the color components of a ply file

ply-utils -i in.ply property remove red green blue
Add Properties
ply-utils -i in.ply property add red char green char blue char
Analyze Properties

Builds summaries of data pertaining to the properties within the PLY file

# Analyze all properties in the file
ply-utils -i in.ply property analyze

# Analyze only red, green, and blue
ply-utils -i in.ply property analyze red green blue

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL