psd
A Rust API for parsing and working with PSD files.
File Explorer
Download Latest Version (.zip)- config.yml
- README.md
- README.md
- README.md
- README.nd
- README.md
- README.md
- introduction.md
- SUMMARY.md
- .gitignore
- book.toml
- lib.rs
- build-dev.sh
- build-release.sh
- Cargo.toml
- demo-screenshot.png
- demo.psd
- index.html
- README.md
- README.md
- image_resource.rs
- groups.rs
- layer.rs
- layers.rs
- mod.rs
- file_header_section.rs
- image_data_section.rs
- image_resources_section.rs
- mod.rs
- blend.rs
- lib.rs
- psd_channel.rs
- render.rs
- blue-red-1x1-color-burn.psd
- blue-red-1x1-color-dodge.psd
- blue-red-1x1-darken.psd
- blue-red-1x1-difference.psd
- blue-red-1x1-divide.psd
- blue-red-1x1-exclusion.psd
- blue-red-1x1-hard-light.psd
- blue-red-1x1-lighten.psd
- blue-red-1x1-linear-burn.psd
- blue-red-1x1-linear-dodge.psd
- blue-red-1x1-multiply.psd
- blue-red-1x1-normal.psd
- blue-red-1x1-overlay.psd
- blue-red-1x1-screen.psd
- blue-red-1x1-soft-light.psd
- blue-red-1x1-subtract.psd
- green-1x1-one-group-inside-another.psd
- green-1x1-one-group-one-layer-inside-one-outside.psd
- green-1x1-one-group-one-layer-inside.psd
- green-1x1-one-group-with-two-subgroups.psd
- green-1x1-two-groups-two-layers-inside.psd
- rle-compressed-empty-channel.psd
- 1.psd
- 12.psd
- 123.psd
- 1234.psd
- README.md
- 16x16-rle-partially-opaque.psd
- 3x3-opaque-center.psd
- fifteen-letters.psd
- green-1x1.png
- green-1x1.psd
- green-chinese-layer-name-1x1.psd
- green-clipping-10x10.psd
- green-cyrillic-layer-name-1x1.psd
- layer-larger.psd
- luni.psd
- negative-top-left-layer.psd
- non-utf8-pascal-string.psd
- odd-length-pascal-string.psd
- one-channel-1x1.psd
- out-of-bounds-layer.psd
- README.md
- rle-3-layer-8x8.psd
- slices-v8.psd
- transparent-above-opaque.psd
- transparent-top-layer-2x1.psd
- two-channel-8x8.psd
- two-layers-red-green-1x1.psd
- visibility.psd
- blend.rs
- channels.rs
- compression.rs
- file_header_section.rs
- flatten_layers.rs
- image_data_section.rs
- image_resources_section.rs
- layer_and_mask_information_section.rs
- layer_groups.rs
- README.md
- slices_resource.rs
- transparency.rs
- visibility.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/chinedufn/psd
Downloads the entire project code from GitHub to your computer.
cd psd
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
