libimagequant icon indicating copy to clipboard operation
libimagequant copied to clipboard

Palette quantization library that powers pngquant and other PNG optimizers

Results 11 libimagequant issues
Sort by recently updated
recently updated
newest added

> Libimagequant is dual-licensed: > - For Free/Libre Open Source Software it's available under GPL v3 or later with additional [copyright notices] (https://raw.github.com/ImageOptim/libimagequant/master/COPYRIGHT) for historical reasons. > - For use...

Hi. Yes, I created #75 about ppc64le, it was fixed in libimagequant 4.0, and now I'm back again. I've found a failure with libimagequant 4.0 that occurs on s390x, but...

Hi there, I noticed this project has transitioned to using cargo instead of autoconf, and as a part of that transition it no longer produces the pkg-config file (*.pc), nor...

error: failed to run custom build command for `imagequant-sys v2.12.5` process didn't exit successfully: `/Users/huangwutao/work/wx/rust/compress/target/release/build/imagequant-sys-819a3a811686dc69/build-script-build` (exit code: 1) --- stdout OPT_LEVEL = Some("s") TARGET = Some("wasm32-unknown-unknown") HOST = Some("x86_64-apple-darwin") CC_wasm32-unknown-unknown...

I'm trying to process a quite large PNG (7680 × 4320, ~100Mb) but the library seems to not be able to handle it, panicking with `thread 'main' panicked at 'attempt...

Can you write a V4 generated Java document? As a Java developer, I'm a bit confused,If possible, I would greatly appreciate it because the library I built after installing R...

use opencv cv::imread to read a png,it's a 4 channel cv::mat with alpha channel. but when I use libimagequant to compress that png file and write to disk, opencv read...

I have generated the imagequant sys.lib static library file under target\release. When I import the static library file into the project, it compiles successfully, but it prompts that the function...

My use case is that I want to map images into the DMC Colour Chart, which has a palette of around 447 colours in it. Most programs are designed to...

Following this [comment](https://github.com/ImageOptim/libimagequant/issues/125#issuecomment-3533642581), I was wondering if the version used in the pkgconfig file `imagequant.pc` should be the one of the crate `imagequant` and not the one from the crate...