rsbuild-plugin-image-compress icon indicating copy to clipboard operation
rsbuild-plugin-image-compress copied to clipboard

Some png file in my project using pngQuantize will throw `quantize failed QUALITY_TOO_LOW`

Open clijiac opened this issue 8 months ago • 1 comments

Some png file in my project using pngQuantize will throw quantize failed QUALITY_TOO_LOW, cause build failed.

can we have a fallback option that when some compress failed we can use original image or use another compress method instead(in my case, change to pngLossless worked) to make build continue?

clijiac avatar Mar 24 '25 16:03 clijiac