This series highlights best-of-breed utilities. We cover a wide range of utilities including tools that boost your productivity, help you manage your workflow, and lots more besides.
There are two main types of compression: lossless and lossy. Lossy compression is a data encoding method which reduces a file by discarding certain information. When the file is uncompressed, not all of the original information will be recovered. Lossy compression is typically used to compress video, audio and images, as well as internet telephony. The fact that information is lost during compression will often be unnoticeable to most users. Lossy compression techniques are used in all DVDs, Blu-ray discs, and most multimedia available on the internet.
Images take up massive amounts of internet bandwidth because they often have large file sizes. They are the most popular resource type on the web. According to the HTTP Archive, 60% of the data transferred to fetch a web page is images composed of JPEGs, PNGs and GIFs. 45% of the images seen on sites crawled by HTTP Archive are JPEGs.
Imagine is software to compress PNG, JPEG and WebP images. This graphical utility sports a modern interface. It’s free and open source software written in TypeScript.
Installation
We tested Imagine mostly under Arch and Ubuntu. For Arch, there’s a package in the Arch User Repository.
The project provides a snap and an AppImage, the latter is a format for distributing portable software on Linux without needing superuser permissions to install the application. All that’s required is to download the AppImage, and make the file executable.
For Ubuntu, we used the project’s snap as the developer’s AppImage failed to start complaining that the GPU process wasn’t usable.
With a fresh installation of Ubuntu 22.10 we first need to install npm (a package manager for JavaScript).
$ sudo apt install npm
Next, clone the project’s repository, install and run.
$ git clone https://github.com/meowtec/Imagine.git
$ cd Imagine
$ npm install
$ npm run dev
Imagine is a cross-platform tool with binaries provided for Windows and macOS.
In Operation
Here’s an image of Imagine in action.
The image above shows 4 JPEGs that we dragged into Imagine’s window. For each image, there’s an adjustable Quality slider and the option to output the file to JPG/PNG/WebP format. As you can see with a Quality setting of 80% files are reduced in size by around 80%.
As you adjust the slider, the window updates with the size of the image. There’s the option to overwrite the existing file, or save the file with a new name. We can also export images to a different directory.
Summary
Imagine offers a very easy way to compress images. The software offers batch optimization and it’s cross-platform too.
While we give Imagine our recommendation it’s definitely work-in-progress. Some genuinely useful functionality is missing. For example, we’d like to see the ability to set target file size for a batch of files. And the software is massively bloated taking a whopping 746MB of RAM (according to ps_mem) courtesy of using Electron, one of the most bloated frameworks on the planet.
If you are publishing images on the web, we strongly recommend that you use Imagine (or a similar tool) to compress images. Smaller images mean that they consume less bandwidth and are faster to load for visitors. While many sites use CDNs to ensure images are downloaded from a nearby site, bloated images still take longer to download, and are particularly unwelcome for anyone who pays for internet access per MB (not only mobile phone users).
Website: github.com/meowtec/Imagine
Support:
Developer: Berton Zhu
License: MIT License
Imagine is a GUI frontend to a few popular command-line utilities. It relies on pngquant, a command-line utility and a library for lossy compression of PNG images. The frontend also uses MozJPEG which improves JPEG compression efficiency achieving higher visual quality and smaller file sizes at the same time. The tool also supports WebP, a modern image format that provides lossless and lossy compression for images on the web.
Imagine is written in TypeScript. Learn TypeScript with our recommended free books and free tutorials.
Complete list of articles in this series:
Excellent Utilities | |
---|---|
AES Crypt | Encrypt files using the Advanced Encryption Standard |
Ananicy | Shell daemon created to manage processes’ IO and CPU priorities |
broot | Next gen tree explorer and customizable launcher |
Cerebro | Fast application launcher |
cheat.sh | Community driven unified cheat sheet |
CopyQ | Advanced clipboard manager |
croc | Securely transfer files and folders from the command-line |
Deskreen | Live streaming your desktop to a web browser |
duf | Disk usage utility with more polished presentation than the classic df |
eza | A turbo-charged alternative to the venerable ls command |
Extension Manager | Browse, install and manage GNOME Shell Extensions |
fd | Wonderful alternative to the venerable find |
fkill | Kill processes quick and easy |
fontpreview | Quickly search and preview fonts |
horcrux | File splitter with encryption and redundancy |
Kooha | Simple screen recorder |
KOReader | Document viewer for a wide variety of file formats |
Imagine | A simple yet effective image optimization tool |
LanguageTool | Style and grammar checker for 30+ languages |
Liquid Prompt | Adaptive prompt for Bash & Zsh |
lnav | Advanced log file viewer for the small-scale; great for troubleshooting |
lsd | Like exa, lsd is a turbo-charged alternative to ls |
Mark Text | Simple and elegant Markdown editor |
McFly | Navigate through your bash shell history |
mdless | Formatted and highlighted view of Markdown files |
navi | Interactive cheatsheet tool |
noti | Monitors a command or process and triggers a notification |
Nushell | Flexible cross-platform shell with a modern feel |
nvitop | GPU process management for NVIDIA graphics cards |
OCRmyPDF | Add OCR text layer to scanned PDFs |
Oh My Zsh | Framework to manage your Zsh configuration |
Paperwork | Designed to simplify the management of your paperwork |
pastel | Generate, analyze, convert and manipulate colors |
PDF Mix Tool | Perform common editing operations on PDF files |
peco | Simple interactive filtering tool that's remarkably useful |
ripgrep | Recursively search directories for a regex pattern |
Rnote | Sketch and take handwritten notes |
scrcpy | Display and control Android devices |
Sticky | Simulates the traditional “sticky note” style stationery on your desktop |
tldr | Simplified and community-driven man pages |
tmux | A terminal multiplexer that offers a massive boost to your workflow |
Tusk | An unofficial Evernote client with bags of potential |
Ulauncher | Sublime application launcher |
Watson | Track the time spent on projects |
Whoogle Search | Self-hosted and privacy-focused metasearch engine |
Zellij | Terminal workspace with batteries included |