mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-07 20:45:39 +01:00
allow conversion between animated and still
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user