Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arnold-b opened this issue Nov 14, 2023 · 0 comments
Open

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

arnold-b opened this issue Nov 14, 2023 · 0 comments
Labels

Comments

@arnold-b
Copy link

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant