Clop 2.6.0 - Release Notes

Side-by-side comparison

You can now compare images, videos and PDFs side by side to see the difference between the original and the optimised version.

Optimised file location

There is now a way to set where the optimised files will be placed:

Flexible template paths for the --output CLI

When using commands like clop optimise --output <some path>, the output path now uses the new templating engine.

To understand this better, here are some examples when resizing the PNG files on Desktop using something like:

# the command is being run from ~/Documents/
~/Documents ❯ clop crop --size 1600x900 --output <template> ~/Desktop/screenshots/*.png

... where <template> can be:

Features

Improvements

Fixes