allow conversion between animated and still

This commit is contained in:
rubikscraft
2022-08-27 17:25:39 +02:00
parent 0a81b3c25d
commit 3762a3b146
17 changed files with 1310 additions and 110 deletions

View File

@@ -41,7 +41,7 @@ export class ImageProcessorService {
image: Buffer,
filetype: FileType,
): AsyncFailable<ImageResult> {
// Apng and gif are stored as is for now
// Webps and gifs are stored as is for now
return {
image: image,
filetype: filetype.identifier,