dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
ImageFileException
dimage
exceptions
Thrown on image file reading/writing errors.
class
ImageFileException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
dimage
exceptions
classes
ChecksumMismatchException
ImageBoundsException
ImageFileCompressionException
ImageFileException
ImageFormatException
PaletteBoundsException
Thrown on image file reading/writing errors.