rustyphoenixpng 1.1.2

This project eases manipulation of ong image inside Phoenix ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***************************************
	Auteur : Pierre Aubert
	Mail : pierre.aubert@lapp.in2p3.fr
	Licence : CeCILL-C
****************************************/

// use png::
// 
// For reading and opening files

mod pcolorvalue;
mod pimage;

pub use crate::pcolorvalue::PColorMap;
pub use crate::pimage::PImage;