feat: Preserve original format of images, change interpolation kernel

Closes #349
This commit is contained in:
Maksim Eltyshev
2022-12-24 00:47:59 +01:00
parent 73abed65b5
commit 05b57142f9
17 changed files with 212 additions and 103 deletions

View File

@@ -88,7 +88,7 @@ module.exports = {
project = await sails.helpers.projects.updateOne(
project,
{
backgroundImageDirname: fileData.dirname,
backgroundImage: fileData,
},
this.req,
);