You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading a png image i try to resize that by following code var thumbnail = bitmap.resize({ width: 128, height: 128, algorithm: "nearestNeighbor", });
Here a got result (left image) image is resizing but somethink happened with image
!!!Right image is source image!!!
how to resolve that ?
The text was updated successfully, but these errors were encountered:
After reading a png image i try to resize that by following code var thumbnail = bitmap.resize({ width: 128, height: 128, algorithm: "nearestNeighbor", });
Here a got result (left image) image is resizing but somethink happened with image
After reading a png image i try to resize that by following code
var thumbnail = bitmap.resize({ width: 128, height: 128, algorithm: "nearestNeighbor", });
Here a got result (left image) image is resizing but somethink happened with image
!!!Right image is source image!!!
how to resolve that ?
The text was updated successfully, but these errors were encountered: