C# Class SixLabors.ImageSharp.Formats.Tiff.TiffThrowHelper

Cold path optimizations for throwing tiff format based exceptions.
ファイルを表示 Open project: SixLabors/ImageSharp Class Usage Examples

Private Methods

Method Description
InvalidColorType ( string colorType ) : Exception
NotSupportedCompressor ( string compressionType ) : Exception
NotSupportedDecompressor ( string compressionType ) : Exception
ThrowArgumentException ( string message ) : void
ThrowImageFormatException ( string errorMessage ) : Exception
ThrowInvalidHeader ( ) : Exception
ThrowNotSupported ( string message ) : void