tinify / tinify-nodejs

Node.js client for the Tinify API.
https://tinypng.com/developers
MIT License
421 stars 74 forks source link

Resize function not working fine #35

Closed lechidung closed 7 months ago

lechidung commented 2 years ago

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);
ddmicu commented 2 years ago

Could you please send the original image to support@tinypng.com so we can have a look?