mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test: add QOI codec unit tests and E2E GUI format support tests
- QOI codec: 16 tests covering encode/decode round-trips, error handling, fixture validation - E2E: 28 tests for format upload/resize, convert new outputs, dropdown verification, HEIC-to-JPG flow, and exotic format upload acceptance
This commit is contained in:
@@ -85,7 +85,6 @@ export async function decodeToSharpCompat(
|
||||
case "pgm":
|
||||
case "pbm":
|
||||
return decodeNetpbm(buffer, format);
|
||||
return decodeQoi(buffer);
|
||||
default:
|
||||
return buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user