Wrapper around jpeg-recompress for Linux/Mac/Windows.
Includes a bundled release 2.1.1 of the JPEG-Archive binaries as provided by Daniel G. Taylor.
You may need to set permissions in order to run the built-in binaries.
Run the test-suite to see if the built-in defaults make sense for your system:
vendor/bin/codeception run
$service = new JPEGService();
$service->compress("input.jpg", "output.jpg");
Use the optional constructor arguments to specify a custom binary path (in case none of the built-in binaries work for you) as well as customizing the command-line arguments.