Image Processing for Website
Image processing became essential part of web development nowadays. It is my way of image processing in Arch Linux with following steps:
- Resizing big image before optimizing using ImageMagic or FFmpeg
- Optimizing image using:
- Convert image to
webpformat usingcwebpof libwebp
Install Required Software in Arch Linux
pacman -S jpegoptim pngquant libwebp libwebp-utilsResize Image
Using ImageMagic

