Searched refs:tiff_bits_per_sample (Results 1 – 5 of 5) sorted by relevance
90 …tiff_bits_per_sample::type bits_per_sample = detail::unsigned_integral_num_bits< channel_t >::valu… in write_header()91 this->_io_dev.template set_property<tiff_bits_per_sample>( bits_per_sample ); in write_header()
72 …io_error_if( _io_dev.template get_property<tiff_bits_per_sample> ( _info._bits_per_sampl… in read_header()
20 using channel_sizes_t = std::vector<tiff_bits_per_sample::type>;
127 …tiff_bits_per_sample::type bits_per_sample = detail::unsigned_integral_num_bits< channel_t >::valu… in write_view()
66 struct tiff_bits_per_sample : tiff_property_base< uint16_t, TIFFTAG_BITSPERSAMPLE > {}; struct240 tiff_bits_per_sample::type _bits_per_sample;