Trait imagepipe::ImageOp[][src]

pub trait ImageOp<'a>: Debug + Serialize + Deserialize<'a> {
    fn name(&self) -> &str;
fn run(
        &self,
        pipeline: &mut PipelineGlobals,
        inid: [u8; 32],
        outid: [u8; 32]
    ); fn to_settings(&self) -> String { ... }
fn hash(&self, hasher: &mut BufHasher) { ... } }

Required Methods

Provided Methods

Implementors