tinify-nodejs
tinify-nodejs copied to clipboard
Resize function not working fine
I resized image from size 1600x1043 px via resize function of tinify but after resize the size size is 1600x1043 it's not resize image!
My source code:
const resized = tinify.fromFile(fileSource);
resized.resize({
method: 'scale',
width: 600
});
resized.toFile(fileSourceResize);
Could you please send the original image to [email protected] so we can have a look?