#Library that change the files sizes

1 messages · Page 1 of 1 (latest)

supple cradle
#

Hi, any recommendation of a library that manipulates the size of the files that are uploaded by Laravel storage?

bleak sphinx
supple cradle
#

Images* sry

bleak sphinx
#

Images are still files. You can’t just arbitrarily change the sizes of files.

supple cradle
#

And how can I save space in a system that uploads many images?

#

I assume that if you can change the format of some files for web you could

bleak sphinx
#

You can’t just magically get rid of file bytes and expect those files to still be usable or readable.

#

A file’s size is because that’s how many bytes it needs for its contents. Not because someone’s just decided to inject random padding into the file to make it bigger and take up more room on your hard drive for the sake of it.