jpegoptim icon indicating copy to clipboard operation
jpegoptim copied to clipboard

jpegoptim - utility to optimize/compress JPEG files

Results 17 jpegoptim issues
Sort by recently updated
recently updated
newest added

when I buiding with vs2022, missing dirent.h file Consider adding this file for windows https://github.com/tronkko/dirent/ then build and work ok.

hi, with the help of fuzzing ,I found some crash sample in this repo, here is the sample, are they new bugs? crash position jpegoptim.c:631:3 crash sample: crash1_SEGV_caused_by_READ_memory_access_at_jpegoptim.c:631:3 sample here:...

While doing `yarn install` I get the following error ``` error /node_modules/jpegoptim-bin: Command failed. Exit code: 1 Command: node lib/install.js Arguments: Directory: /node_modules/jpegoptim-bin Output: Command failed: /node_modules/jpegoptim-bin/vendor/jpegoptim --version /node_modules/jpegoptim-bin/vendor/jpegoptim: error...

jpegoptim's lossless optimisation is idempotent, which can be extremely helpful under certain circumstances. However, its lossy optimisation (in the same quality settings) is not (always) idempotent, which causes the loss...

In the past I verified that jpegoptim does not alter images by doing an ImageMagick convert rgb decode before and after, and then comparing md5 sums. Right now I'm finding...

@tjko: I've been using my own builds for a long time, see https://github.com/XhmikosR/jpegoptim-windows How about adding official Windows builds here with AppVeyor/GitHub Actions CI like I've done on my repo?

I would like to request a recursive (-R) option built into jpegoptim. I believe this would be very beneficial to the usefulness of the application. I do understand that recursive...

With the help of AFL, I found some crashes. Are they new bugs? - [Crashes1](https://github.com/yangfar/Image/blob/main/crashes.zip) ================================================================= ==3914==ERROR: AddressSanitizer: SEGV on unknown address (pc 0x7f92addb01f7 bp 0x7ffce101b640 sp 0x7ffce101a2e0 T0) ==3914==The...

## Expected behavior and actual behavior. [SEGV_jpegoptim-1.4.7.tar.gz](https://github.com/tjko/jpegoptim/files/13815368/SEGV_jpegoptim-1.4.7.tar.gz) Expect running without SEGV . ## Steps to reproduce the problem. 1. ` bin/jpegoptim out/default/crashes/id:000000,sig:11,src:000055,time:111839,execs:11762,op:havoc,rep:7 -o 1.jpg ` ``` [AFL++ 4547ba12d0d6] /data/openeuler/jpegoptim/jpegoptim-1.4.7/build/obj #...

First of all, my locale is set to "en_US.UTF-8" if that makes a difference. `man jpegoptim` displays command line switches as Unicode HYPHEN rather than HYPHEN-MINUS. When copy-pasting a command...