nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.83k stars 1.26k forks source link

To Save a image makes it mutch bigger as before. #894

Open arnold-b opened 7 months ago

arnold-b commented 7 months ago

i load i picture from local and saved it again. Without any change. Before it was 3024 x 4032 jpeg 24 bit 72DPI = 4.64MB after 3024 x 4032 jpeg 24 bit 96DPI = 9.44MB

i used var options = { format:'jpeg', quality:1, multiplier:1};

const data = imageEditor.toDataURL(options);

without this it would be even bigger and png with 32 bit.

I like this editor but its not efficient,

How to get close to the original file size. Thanks ![Uploading 20230008-1b.jpg…]()