{"id":16366700,"url":"https://github.com/centminmod/centminmod-pngquant3","last_synced_at":"2026-02-17T08:30:18.439Z","repository":{"id":206430960,"uuid":"716617594","full_name":"centminmod/centminmod-pngquant3","owner":"centminmod","description":"pngquant 3.0+ install for Centmin Mod LEMP stack on EL7, EL8, EL9 OSes","archived":false,"fork":false,"pushed_at":"2023-11-10T10:52:35.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T01:41:44.784Z","etag":null,"topics":["png","pngquant"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/centminmod.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-09T14:11:08.000Z","updated_at":"2023-11-10T12:25:52.000Z","dependencies_parsed_at":"2023-11-09T15:41:54.776Z","dependency_job_id":"2f6474cd-224e-4346-a80d-df043226c41d","html_url":"https://github.com/centminmod/centminmod-pngquant3","commit_stats":null,"previous_names":["centminmod/centminmod-pngquant3"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-pngquant3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-pngquant3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-pngquant3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-pngquant3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centminmod","download_url":"https://codeload.github.com/centminmod/centminmod-pngquant3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239828340,"owners_count":19703844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["png","pngquant"],"created_at":"2024-10-11T02:47:17.923Z","updated_at":"2026-02-17T08:30:18.401Z","avatar_url":"https://github.com/centminmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n./install-pngquant3.sh \n\nUsage:\n\n./install-pngquant3.sh install\n```\n\n# static built binary\n\n```\n./install-pngquant3.sh install\nInstall pngqaunt 3\n\nexport PATH=/opt/pngquant/bin:$PATH\n\nwhich pngquant\n/opt/pngquant/bin/pngquant\n\nldd $(which pngquant)\n        statically linked\n\n/opt/pngquant/bin/pngquant --version\n3.0.3\n\npngquant --version\n3.0.3\n\npngquant 3 install complete\nbinary installed at /opt/pngquant/bin/pngquant\n```\n\n# non-static built binary\n\n```\n./install-pngquant3.sh install\nInstall pngqaunt 3\n\nexport PATH=/opt/pngquant/bin:$PATH\n\nwhich pngquant\n/opt/pngquant/bin/pngquant\n\nldd $(which pngquant)\n        linux-vdso.so.1 (0x00007ffcfd5ba000)\n        liblcms2.so.2 =\u003e /lib64/liblcms2.so.2 (0x00007f7c9b6e9000)\n        libpng16.so.16 =\u003e /lib64/libpng16.so.16 (0x00007f7c9b6b2000)\n        libgcc_s.so.1 =\u003e /lib64/libgcc_s.so.1 (0x00007f7c9b697000)\n        libm.so.6 =\u003e /lib64/libm.so.6 (0x00007f7c9b5bc000)\n        libc.so.6 =\u003e /lib64/libc.so.6 (0x00007f7c9b200000)\n        libz.so.1 =\u003e /lib64/libz.so.1 (0x00007f7c9b5a2000)\n        /lib64/ld-linux-x86-64.so.2 (0x00007f7c9b7f9000)\n\n/opt/pngquant/bin/pngquant --version\n3.0.3\n\npngquant --version\n3.0.3\n\npngquant 3 install complete\n```\n\n```\npngquant --help\npngquant, 3.0.3 (Rust), by Kornel Lesinski, Greg Roelofs.\n\nusage:  pngquant [options] [ncolors] -- pngfile [pngfile ...]\n        pngquant [options] [ncolors] - \u003estdout \u003cstdin\n\noptions:\n  --force           overwrite existing output files (synonym: -f)\n  --skip-if-larger  only save converted files if they're smaller than original\n  --output file     destination file path to use instead of --ext (synonym: -o)\n  --ext new.png     set custom suffix/extension for output filenames\n  --quality min-max don't save below min, use fewer colors below max (0-100)\n  --speed N         speed/quality trade-off. 1=slow, 4=default, 11=fast \u0026 rough\n  --nofs            disable Floyd-Steinberg dithering\n  --posterize N     output lower-precision color (e.g. for ARGB4444 output)\n  --strip           remove optional metadata (default on Mac)\n  --verbose         print status messages (synonym: -v)\n\nQuantizes one or more 32-bit RGBA PNGs to 8-bit (or smaller) RGBA-palette.\nThe output filename is the same as the input name except that\nit ends in \"-fs8.png\", \"-or8.png\" or your custom extension (unless the\ninput is stdin, in which case the quantized image will go to stdout).\nIf you pass the special output path \"-\" and a single input file, that file\nwill be processed and the quantized image will go to stdout.\nThe default behavior if the output file exists is to skip the conversion;\nuse --force to overwrite. See man page for full list of options.\n```\n\n# RPM Packages\n\nCustom built RPM packages are built using static pngquant v3 binaries.\n\n```\n-rw-r--r-- 1 root root 524K Nov 10 10:33 pngquant3-3.0.3-1.el7.x86_64.rpm\n-rw-r--r-- 1 root root 524K Nov 10 10:33 pngquant3-3.0.3-1.el8.x86_64.rpm\n-rw-r--r-- 1 root root 524K Nov 10 10:33 pngquant3-3.0.3-1.el9.x86_64.rpm\n```\n```\nyum -q info pngquant3\nInstalled Packages\nName         : pngquant3\nVersion      : 3.0.3\nRelease      : 1.el9\nArchitecture : x86_64\nSize         : 1.3 M\nSource       : pngquant3-3.0.3-1.el9.src.rpm\nRepository   : @System\nFrom repo    : @commandline\nSummary      : pngquant 3 - High-quality PNG image compressor for el9\nURL          : https://pngquant.org\nLicense      : unknown\nDescription  : pngquant 3 - High-quality PNG image compressor\n```\n```\nrpm -ql pngquant3\n\n/etc/profile.d/pngquant.sh\n/opt/pngquant/bin/pngquant\n```\n```\ncat /etc/profile.d/pngquant.sh\n\nexport PATH=/opt/pngquant/bin:$PATH\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-pngquant3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentminmod%2Fcentminmod-pngquant3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-pngquant3/lists"}