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
Hi,
I was wondering if you could add the ability to input a file instead of the source path for compressing the images.
I'm working on a nestjs project using multer to upload and save images. I have to save the image files then compress them and save the compressed files in directory and then delete the uncompressed files, but if compressing images with their files was possible I could compress the images before storing them in directory.
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if you could add the ability to input a file instead of the source path for compressing the images.
I'm working on a nestjs project using multer to upload and save images. I have to save the image files then compress them and save the compressed files in directory and then delete the uncompressed files, but if compressing images with their files was possible I could compress the images before storing them in directory.
The text was updated successfully, but these errors were encountered: