Home
last modified time | relevance | path

Searched refs:TiffUnsupportedError (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.5.0/src/
H A Derror.rs18 UnsupportedError(TiffUnsupportedError),
110 pub enum TiffUnsupportedError { enum
126 impl fmt::Display for TiffUnsupportedError { implementation
128 use self::TiffUnsupportedError::*; in fmt()
220 impl From<TiffUnsupportedError> for TiffError {
221 fn from(err: TiffUnsupportedError) -> TiffError { in from()
H A Dlib.rs18 pub use self::error::{InflateError, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/src/
H A Derror.rs20 UnsupportedError(TiffUnsupportedError),
147 pub enum TiffUnsupportedError { enum
164 impl fmt::Display for TiffUnsupportedError { implementation
166 use self::TiffUnsupportedError::*; in fmt()
261 impl From<TiffUnsupportedError> for TiffError {
262 fn from(err: TiffUnsupportedError) -> TiffError { in from()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/src/
H A Derror.rs20 UnsupportedError(TiffUnsupportedError),
147 pub enum TiffUnsupportedError { enum
164 impl fmt::Display for TiffUnsupportedError { implementation
166 use self::TiffUnsupportedError::*; in fmt()
261 impl From<TiffUnsupportedError> for TiffError {
262 fn from(err: TiffUnsupportedError) -> TiffError { in from()
/dports/www/zola/zola-0.15.2/cargo-crates/tiff-0.6.1/src/
H A Derror.rs20 UnsupportedError(TiffUnsupportedError),
147 pub enum TiffUnsupportedError {
164 impl fmt::Display for TiffUnsupportedError {
166 use self::TiffUnsupportedError::*;
261 impl From<TiffUnsupportedError> for TiffError {
262 fn from(err: TiffUnsupportedError) -> TiffError {
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tiff-0.6.1/src/
H A Derror.rs20 UnsupportedError(TiffUnsupportedError),
147 pub enum TiffUnsupportedError { enum
164 impl fmt::Display for TiffUnsupportedError { implementation
166 use self::TiffUnsupportedError::*; in fmt()
261 impl From<TiffUnsupportedError> for TiffError {
262 fn from(err: TiffUnsupportedError) -> TiffError { in from()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/
H A Derror.rs20 UnsupportedError(TiffUnsupportedError),
147 pub enum TiffUnsupportedError {
164 impl fmt::Display for TiffUnsupportedError {
166 use self::TiffUnsupportedError::*;
261 impl From<TiffUnsupportedError> for TiffError {
262 fn from(err: TiffUnsupportedError) -> TiffError {
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/tiff-0.2.2/src/
H A Derror.rs17 UnsupportedError(TiffUnsupportedError),
52 pub enum TiffUnsupportedError { enum
65 impl fmt::Display for TiffUnsupportedError { implementation
67 use self::TiffUnsupportedError::*; in fmt()
H A Dlib.rs17 pub use self::error::{TiffError, TiffFormatError, TiffUnsupportedError, TiffResult};
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.3.1/src/
H A Derror.rs17 UnsupportedError(TiffUnsupportedError),
59 pub enum TiffUnsupportedError { enum
72 impl fmt::Display for TiffUnsupportedError { implementation
74 use self::TiffUnsupportedError::*; in fmt()
H A Dlib.rs19 pub use self::error::{TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
/dports/games/dose-response/dose-response-179c326/cargo-crates/tiff-0.2.1/src/
H A Derror.rs17 UnsupportedError(TiffUnsupportedError),
52 pub enum TiffUnsupportedError { enum
65 impl fmt::Display for TiffUnsupportedError { implementation
67 use self::TiffUnsupportedError::*; in fmt()
H A Dlib.rs17 pub use self::error::{TiffError, TiffFormatError, TiffUnsupportedError, TiffResult};
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/tiff-0.3.1/src/
H A Derror.rs17 UnsupportedError(TiffUnsupportedError),
59 pub enum TiffUnsupportedError { enum
72 impl fmt::Display for TiffUnsupportedError { implementation
74 use self::TiffUnsupportedError::*; in fmt()
H A Dlib.rs19 pub use self::error::{TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs6 use crate::{ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
290 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
312 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
320 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
369 TiffUnsupportedError::InterpretationWithBits( in colortype()
378 TiffUnsupportedError::InterpretationWithBits( in colortype()
392 TiffUnsupportedError::InterpretationWithBits( in colortype()
467 .ok_or(TiffUnsupportedError::UnknownInterpretation)?; in next_image()
471 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?; in next_image()
933 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs6 use crate::{ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
290 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
312 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
320 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
369 TiffUnsupportedError::InterpretationWithBits( in colortype()
378 TiffUnsupportedError::InterpretationWithBits( in colortype()
392 TiffUnsupportedError::InterpretationWithBits( in colortype()
467 .ok_or(TiffUnsupportedError::UnknownInterpretation)?; in next_image()
471 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?; in next_image()
933 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs6 use crate::{ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
290 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
312 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
320 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
369 TiffUnsupportedError::InterpretationWithBits( in colortype()
378 TiffUnsupportedError::InterpretationWithBits( in colortype()
392 TiffUnsupportedError::InterpretationWithBits( in colortype()
467 .ok_or(TiffUnsupportedError::UnknownInterpretation)?; in next_image()
471 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?; in next_image()
933 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs6 use crate::{ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
290 TiffUnsupportedError::HorizontalPredictor(color_type),
312 TiffUnsupportedError::HorizontalPredictor(color_type),
320 TiffUnsupportedError::HorizontalPredictor(color_type),
369 TiffUnsupportedError::InterpretationWithBits(
378 TiffUnsupportedError::InterpretationWithBits(
392 TiffUnsupportedError::InterpretationWithBits(
467 .ok_or(TiffUnsupportedError::UnknownInterpretation)?;
471 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?;
933 TiffUnsupportedError::UnsupportedColorType(type_),
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs6 use crate::{ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
290 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
312 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
320 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
369 TiffUnsupportedError::InterpretationWithBits( in colortype()
378 TiffUnsupportedError::InterpretationWithBits( in colortype()
392 TiffUnsupportedError::InterpretationWithBits( in colortype()
467 .ok_or(TiffUnsupportedError::UnknownInterpretation)?; in next_image()
471 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?; in next_image()
933 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/tiff-0.2.2/src/decoder/
H A Dmod.rs6 use ::{ColorType, TiffError, TiffFormatError, TiffUnsupportedError, TiffResult};
128 …_ => return Err(TiffError::UnsupportedError(TiffUnsupportedError::HorizontalPredictor(color_type))) in rev_hpredict()
173 …_ => Err(TiffError::UnsupportedError(TiffUnsupportedError::InterpretationWithBits(self.photometric… in colortype()
216 … None => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnknownInterpretation)) in next_image()
223 … None => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnknownCompressionMethod)) in next_image()
241 …_ => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedSampleDepth(self.samp… in next_image()
407 …method => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedCompressionMetho… in expand_strip()
439 …(type_, _) => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedColorType(ty… in expand_strip()
457 … n => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedBitsPerChannel(n))), in read_image()
462 …config => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedPlanarConfig(con… in read_image()
/dports/games/dose-response/dose-response-179c326/cargo-crates/tiff-0.2.1/src/decoder/
H A Dmod.rs7 use ::{ColorType, TiffError, TiffFormatError, TiffUnsupportedError, TiffResult};
129 …_ => return Err(TiffError::UnsupportedError(TiffUnsupportedError::HorizontalPredictor(color_type))) in rev_hpredict()
174 …_ => Err(TiffError::UnsupportedError(TiffUnsupportedError::InterpretationWithBits(self.photometric… in colortype()
217 … None => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnknownInterpretation)) in next_image()
224 … None => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnknownCompressionMethod)) in next_image()
242 …_ => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedSampleDepth(self.samp… in next_image()
413 …method => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedCompressionMetho… in expand_strip()
445 …(type_, _) => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedColorType(ty… in expand_strip()
463 … n => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedBitsPerChannel(n))), in read_image()
468 …config => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedPlanarConfig(con… in read_image()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.5.0/src/decoder/
H A Dmod.rs6 use {ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
224 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
281 TiffUnsupportedError::InterpretationWithBits( in colortype()
292 TiffUnsupportedError::InterpretationWithBits( in colortype()
307 TiffUnsupportedError::InterpretationWithBits( in colortype()
364 .ok_or(TiffUnsupportedError::UnknownInterpretation)?; in next_image()
368 .ok_or(TiffUnsupportedError::UnknownCompressionMethod)?; in next_image()
377 _ => return Err(TiffUnsupportedError::UnsupportedSampleDepth(self.samples).into()), in next_image()
606 TiffUnsupportedError::UnsupportedCompressionMethod(method), in expand_strip()
680 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/tiff-0.3.1/src/decoder/
H A Dmod.rs6 use {ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
207 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
277 TiffUnsupportedError::InterpretationWithBits( in colortype()
336 TiffUnsupportedError::UnknownInterpretation, in next_image()
345 TiffUnsupportedError::UnknownCompressionMethod, in next_image()
366 TiffUnsupportedError::UnsupportedSampleDepth(self.samples), in next_image()
562 TiffUnsupportedError::UnsupportedCompressionMethod(method), in expand_strip()
605 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
732 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_strip()
760 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_image()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.3.1/src/decoder/
H A Dmod.rs6 use {ColorType, TiffError, TiffFormatError, TiffResult, TiffUnsupportedError};
207 TiffUnsupportedError::HorizontalPredictor(color_type), in rev_hpredict()
277 TiffUnsupportedError::InterpretationWithBits( in colortype()
336 TiffUnsupportedError::UnknownInterpretation, in next_image()
345 TiffUnsupportedError::UnknownCompressionMethod, in next_image()
366 TiffUnsupportedError::UnsupportedSampleDepth(self.samples), in next_image()
562 TiffUnsupportedError::UnsupportedCompressionMethod(method), in expand_strip()
605 TiffUnsupportedError::UnsupportedColorType(type_), in expand_strip()
732 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_strip()
760 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_image()

12