fix(all): New templates.
This commit is contained in:
parent
ed9412f74c
commit
457541bdb9
1 changed files with 0 additions and 8 deletions
|
@ -95,14 +95,6 @@ export class ImageProcessingServices {
|
|||
GBLogEx.info(min, `Image Processing SHARPEN ${file}.`);
|
||||
|
||||
const gbfile = DialogKeywords.getFileByHandle(file);
|
||||
const data = await sharp(gbfile.data)
|
||||
.blur()
|
||||
.toBuffer();
|
||||
|
||||
const newFile = {
|
||||
filename: gbfile.filename,
|
||||
data: data
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue