mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 06:36:17 +01:00
Split file-based input errors into missing vs invalid #1542
This commit is contained in:
@@ -106,7 +106,8 @@ namespace sharp {
|
||||
FITS,
|
||||
VIPS,
|
||||
RAW,
|
||||
UNKNOWN
|
||||
UNKNOWN,
|
||||
MISSING
|
||||
};
|
||||
|
||||
// How many tasks are in the queue?
|
||||
|
||||
Reference in New Issue
Block a user