ngx-image-compress
ngx-image-compress copied to clipboard
Compress Image with Max Size without use upload
I need to compress an image and get compressed image with a max size. I have the image uploaded before, then I can not use uploadAndGetImageWithMaxSize()
, then I use directly the function compressFile()
but the last one doesn't have the option to put a max size like function parameter.
Is there a way to just call the file compression function but with a maximum final file size, without calling an upload function?
Thank you.
Same for me. We have a dropzone and then crop functionality before compression.
Can you please advice on how to achieve Max Size compression in that flow?
Thanks in advance!
The only complication is to define what will be the input for the this compress function. If the upload is done externally, or using the upload function from the library? Maybe we need to support both
I also have a similar need. After uploading the photo, we perform a series of different processing operations and finally we need to compress it to the maximum size. When do you think this feature will be available? Thanks in advance!
Waiting for this feature update. Any estimated timeline?
Waiting for this feature update. Any estimated timeline?
It's asked multiple times, so let say by the end of the week
Waiting for this feature update. Any estimated timeline?
It's asked multiple times, so let say by the end of the week
Looking forward to hear an update on this..
missed last time. should have been done 1 month ago. This week for sure 😎
Hey David, @dfa1234 anything new now. Im sure you have a lot of things to do, but it would be really great to see an update here.
Yes this is in progress and published by today
Code is being published, version 18.1.2
If someone in the thread feel like helping, please raise a flag is anything broke or something, I went on "yolo mode" for this one, with little test to speed up.