• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

jpegoptim for image optimization

by admin

Introduction

Last time looked at the jpegtran command for optimizing images. Today, We will talk about jpegoptim. jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and “lossy” optimization based on setting a maximum quality factor.

Installation of jpegoptim

For Debian users:

# apt-get install jpegoptim

Usage of jpegoptim

1. To perform optimization, just run the command:

# jpegoptim file.jpg

2. It is better to use an additional parameter to cut out all metadata that is not needed on the site:

# jpegoptim file.jpg --strip-all

3. To optimize all JPG images in a folder at once:

# jpegoptim * .jpg --strip-all

Filed Under: Linux

Some more articles you might also be interested in …

  1. Bind to port 22 on 0.0.0.0 failed: address already in use – error while starting sshd service CentOS/RHEL
  2. How To Configure sssd To Work With Multiple Active Directory Domains in Different Forests (CentOS/RHEL)
  3. How To Configure SNMP Daemons: snmpd and snmptrapd on CentOS/RHEL 5,6 and 7
  4. How to extend an LVM swap partition in Linux
  5. “comm” Command in Linux with Examples
  6. “shutdown” Command Examples in Linux
  7. CentOS / RHEL : How to remove a mirror with mdadm
  8. How to Create yum Repository in CentOS/RHEL
  9. Linux “shutdown”, “poweroff”, “halt”, “reboot” Commands
  10. How to change a system’s machine-ID in Oracle Enterprise Linux 7

You May Also Like

Primary Sidebar

Recent Posts

  • JavaFX ComboBox: Set a value to the combo box
  • Nginx load balancing
  • nginx 504 gateway time-out
  • Images preview with ngx_http_image_filter_module

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright