Struct image::hdr::HDREncoder[][src]

pub struct HDREncoder<W: Write> { /* fields omitted */ }

Radiance HDR encoder

Methods

impl<W: Write> HDREncoder<W>
[src]

Creates encoder

Encodes the image data that has dimensions width and height

Auto Trait Implementations

impl<W> Send for HDREncoder<W> where
    W: Send

impl<W> Sync for HDREncoder<W> where
    W: Sync