burhanrashid52 / PhotoEditor

A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
MIT License
4.07k stars 981 forks source link

[Bug] saving an image (even without applying filter or brush or anything) will change image dimensions #521

Closed tatsuya25 closed 1 year ago

tatsuya25 commented 1 year ago

Describe the bug Saving an image (even without applying a filter or brush or anything) will change the image dimensions.

Expected behavior The saved image dimensions should be the same as the original image.

burhanrashid52 commented 1 year ago

Seems like duplicate of #10

tatsuya25 commented 1 year ago

Sorry i didn't see it. For anyone wondering i did make a workaround by scaling the image using original image width and height.

burhanrashid52 commented 1 year ago

Sorry i didn't see it. For anyone wondering i did make a workaround by scaling the image using original image width and height.

Nice!!... I would be really helpful if you can share the solution in the #10 issue.