imgmin icon indicating copy to clipboard operation
imgmin copied to clipboard

Lossy image optimization

Results 27 imgmin issues
Sort by recently updated
recently updated
newest added

Hello, Wanted to try the project, but this won't compile.

Hello, I was not able to compile on my system (Fedora 17), as it was failing on the call to apxs, with an error stating: apxs:Error: Unknown option: f. After...

Similar to this issue from early 2015 https://github.com/rflynn/imgmin/issues/51 on Ubuntu 16.04, following the build instructions precisely (apt installs ImageMagick v6.8.9) building imgmin fails. Also worth noting I had to manually...

I can't find my really old version of imgmin to compare but I just ran an image through it and it set the after quality to 65 as the "perfect"...

If you specify QUALITY_OUT_MAX less than QUALITY_OUT_MIN+2, imgmin will bug out with an error message such as the following: ``` Before quality:94 colors:93196 size:247.6kB type:TrueColor format:JPEG imgmin: wand/magick-wand.c:181: DestroyMagickWand: Assertion...

It would be helpful to install imgmin as `apt-get install -y imgmin`

Hi, I'm encountering a "make" problem on ubuntu server 13.04 (GNU/Linux 3.8.0-33-generic x86_64). Everything seems to be fine until the make command. I was able to install imgmin successfully on...

Line 337 of imgmin.c contains: ``` c (void) MagickSetImageProperty(mw, "jpeg:sampling-factor", "2x2"); ``` I find that the quality is noticeably and significantly better if I comment/remove that line (although the size...

I've added in `configure.ac` ``` make ECK_PROGS(MAGICK_CONFIG, MagickWand-config Magick-config, "/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config") ``` then ``` make make all-recursive make[1]: Entering directory '/root/debian-server-tools/monitoring/cpu-speed/x/imgmin' Making all in src make[2]: Entering directory '/root/debian-server-tools/monitoring/cpu-speed/x/imgmin/src' gcc -std=gnu99...