Closed sta-ger closed 5 years ago
Hi! I'm trying to resize a transparent PNG image like this one:
I'm doing:
var img = images(filePath); img.resize(newWidth, newHeight); img.save(filePath);
As a result I have an ugly image with ragged borders.
Am I doing something wrong or is it a bug in node-images?
Is this problem solved? I'm still got trouble with it when resize image.
Hi! I'm trying to resize a transparent PNG image like this one:
I'm doing:
var img = images(filePath); img.resize(newWidth, newHeight); img.save(filePath);
As a result I have an ugly image with ragged borders.
Am I doing something wrong or is it a bug in node-images?