#Run Image Optimization Programmatically

9 messages · Page 1 of 1 (latest)

rancid raven
#

Hey! So I have a bunch of user uploaded images I want to optimize at the point of upload, not "on demand" when they are displayed using the next/image component in my app. Because it's a list of images and otherwise when the user opens the page my server will have to optimize ~100 images at once. What are my options here?

rustic swiftBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

rancid raven
#

(I'm self-hosting btw. and have sharp installed.)

vernal karma
#

Resize the image at time of upload

#

Or whatever compression you do

#

There’s libs to do this

#

So before the image is uploaded to the server but after the user has selected the images using the file chooser

rancid raven
#

That would be a nice additional thing to do, but I do want to do the exact same thing next itself is doing on requesting the image, just ... earlier 😄