tinify-nodejs icon indicating copy to clipboard operation
tinify-nodejs copied to clipboard

Resize function not working fine

Open lechidung opened this issue 3 years ago • 1 comments

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);

lechidung avatar Mar 19 '22 05:03 lechidung

Could you please send the original image to [email protected] so we can have a look?

ddmicu avatar Mar 28 '22 07:03 ddmicu