We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce95ee3 commit d0d0968Copy full SHA for d0d0968
src/ifd.rs
@@ -302,7 +302,6 @@ impl ImageFileDirectory {
302
Tag::SamplesPerPixel => samples_per_pixel = Some(value.into_u16()?),
303
Tag::RowsPerStrip => rows_per_strip = Some(value.into_u32()?),
304
Tag::StripByteCounts => {
305
- #[cfg(debug_assertions)]
306
strip_byte_counts = Some(value.into_u64_vec()?)
307
}
308
Tag::MinSampleValue => min_sample_value = Some(value.into_u16_vec()?),
0 commit comments