TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Express-imgwiz: Format, resize images on-the-fly for expressjs

4 pointsby docuruover 5 years ago

1 comment

docuruover 5 years ago
Hey guys, I&#x27;ve been format and resize images often. Mostly to optimize websites for PageSpeed or GTMetrix recommendations.<p>I wrote this express-imgwiz to make it easy for the job, it can:<p>- Format image to .jpg, .png, .tiff, or .webp (lighter and recommeded by PageSpeed) - Resizes height, width with position option (convenient to optimize for responsive websites) - Sharpen or blur Demo url: <a href="https:&#x2F;&#x2F;wiz.saltar.co&#x2F;photos&#x2F;?url=https:&#x2F;&#x2F;i.imgur.com&#x2F;MBDUWNw.jpg&amp;sharpen=true&amp;fm=webp&amp;h=50" rel="nofollow">https:&#x2F;&#x2F;wiz.saltar.co&#x2F;photos&#x2F;?url=https:&#x2F;&#x2F;i.imgur.com&#x2F;MBDUWN...</a><p>The library provides both as middleware or handler for expressjs.<p>Feedbacks are welcome and appreciated!