rustybara 0.1.2

Prepress-focused PDF manipulation library for graphic designers and print operators
Documentation
1
2
3
4
5
pub mod icc;
pub mod transform;

pub use icc::{ColorSpace, IccProfile};
pub use transform::{ColorTransform, RenderingIntent};