#Image resizing

5 messages · Page 1 of 1 (latest)

viscid hatch
#

I'm working on a very small project and thought I'd rig up a http action to generate thumbnails. It's behind a cdn and low traffic, so I'm not too concerned about workload. However, the only library that I've got to work is Jimp, which is exceptionally slow. Has anyone found an alternative? sharp and node-canvas both failed on install for me.

patent lichenBOT
#

Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.

    - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
    - Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
    - Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
    - Avoid tagging staff unless specifically instructed.

    Thank you!
sonic basin
viscid hatch
#

I had gotten as far as "use-node" but I hadn't heard of externalising packages yet

#

that worked. thank you @sonic basin !