Skip to content

Small collection of structures and functions to write P3 files.

License

Notifications You must be signed in to change notification settings

Num0Programmer/ppm-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPM Writer

Writes image data from memory to disk in PPM 3 format

Build from source

git clone git+https://github.com/Num0Programmer/ppm-writer.git
cd ppm-writer
cargo build --release

Run the program

From within the repository

./target/release/ppmw

You can also opt to make an alias to the binary

alias ppmw="$PWD/target/release/ppmw"

Then, you can use the alias to run the program from anywhere in the system

ppmw

Alternatively, you can copy the binary to /usr/local/bin

cp target/release/ppmw /usr/local/bin

This also allows you to run the program from anywhere without the need to maintain an alias

About

Small collection of structures and functions to write P3 files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages