akd-io / akd-io-website

Personal website of Anders Damgaard
https://akd.io
1 stars 0 forks source link

Automate image compression #17

Closed akd-io closed 4 years ago

akd-io commented 5 years ago

I could write a script to compress images

I could also compress image during build

akd-io commented 5 years ago

There exists an example of using imagemin-webpack-plugin by Google, although not specific to Next.

akd-io commented 5 years ago

On second look, next-optimized-images seems way more feature-rich than simply allowing for image compression and provides solutions to image resizing and Medium-like image placeholders using lqip as well.

akd-io commented 5 years ago

image