Class: Vips::FailOn
- Inherits:
-
Symbol
- Object
- Symbol
- Vips::FailOn
- Defined in:
- lib/vips/fail_on.rb
Overview
How sensitive loaders are to errors, from never stop (very insensitive), to stop on the smallest warning (very sensitive).
Each implies the ones before it, so :error implies :truncated, for
example.
-
:nonenever stop -
:truncatedstop on image truncated, nothing else -
:errorstop on serious error or truncation -
:warningstop on anything, even warnings