LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [JPEG]
ONLINE
// Z.SHINCHVEN

Online Image Optimizers

Compressing or cropping images is a common task for web developers. There are many free online tools to do so. Here are some of them: iloveimg: Compression, cropping, converting, and resizing images.…

// Z.SHINCHVEN

Compress Image with FFmpeg

FFmpeg is a powerful tool to process video and audio files. It can also be used to compress images. Compress JPEG FFmpeg uses mjpeg as the default codec for JPEG. ffmpeg -i input.jpg -q:v 1 -vf scal…