MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / rows_iter_prepared

Method rows_iter_prepared

src/rows.rs:190–195  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

188 /// Call `prepare_iter()` first
189 #[inline]
190 pub fn rows_iter_prepared(&self) -> Result<DynamicRowsIter<'_, 'pixels, 'rows>, Error> {
191 Ok(DynamicRowsIter {
192 temp_f_row: self.temp_f_row_for_iter()?,
193 px: self,
194 })
195 }
196
197 #[inline]
198 pub fn rgba_rows_iter(&self) -> Result<DynamicRowsIter<'_, 'pixels, 'rows>, Error> {

Callers 1

remap_to_palette_floydFunction · 0.80

Calls 1

temp_f_row_for_iterMethod · 0.80

Tested by

no test coverage detected