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
Describe the bug
For some reason, after resizing an image using a specific aspect ratio, it getting a bit pixeled, it may happen because of the resizing algo.
To Reproduce
Steps to reproduce the behavior:
Get an image from local machine
Use Resizer function to resize it using the following parameters: compressFormat: png, quality: 100, rotation: 0, outputType: file
Image is getting resized as expected but a little pixeled.
Expected behavior
Shouldn't reduce the quality of the image after resizing it.
Screenshots
Image before uploading it:
After:
The text was updated successfully, but these errors were encountered:
Describe the bug
For some reason, after resizing an image using a specific aspect ratio, it getting a bit pixeled, it may happen because of the resizing algo.
To Reproduce
Steps to reproduce the behavior:
compressFormat: png, quality: 100, rotation: 0, outputType: file
Expected behavior
Shouldn't reduce the quality of the image after resizing it.
Screenshots
Image before uploading it:
After:
The text was updated successfully, but these errors were encountered: