Code
https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/static-site-generator/RustyPhoenixPng
Documentation
https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/static-site-generator/RustyPhoenixPng/index.html
Requirements
- cargo
- rustc
Quick start
This project eases manipulation of PNG image inside Phoenix ecosystem.
use PathBuf;
use PImage;
...
let filename = from;
//We can create an image
let image: PImage = new;
//We can save the image
image.write.unwrap;
//We can load the image
let other: PImage = from;
Installation for Users with pixi (version >=0.68!)
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/static-site-generator/RustyPhoenixPng.git
cd RustyPhoenixPng