Struct tiff_encoder::tiff_type::FLOAT [−][src]
pub struct FLOAT(pub f32);
Single precision (4-byte) IEEE format.
Methods
impl FLOAT[src]
impl FLOATpub fn values(values: Vec<f32>) -> TiffTypeValues<FLOAT>[src]
pub fn values(values: Vec<f32>) -> TiffTypeValues<FLOAT>Constructs a TiffTypeValues of FLOATs from a vector of
f32.
pub fn single(value: f32) -> TiffTypeValues<FLOAT>[src]
pub fn single(value: f32) -> TiffTypeValues<FLOAT>Constructs a TiffTypeValues consisting of a single FLOAT.
In other words, marks this FLOAT as the single value of its
field.