pngfix

manipulate PNG image format files

Debian Debian
RUN apt-get update && \ apt-get install -y libpng-tools
Ubuntu
RUN apt-get update && \ apt-get install -y libpng16-tools
Alpine
RUN apk add libpng
Arch Arch Linux
RUN pacman -S --noconfirm libpng
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libpng-tools
CentOS
RUN yum install -y libpng
Fedora
RUN dnf install -y libpng-devel-2
Raspbian
RUN apt-get update && \ apt-get install -y libpng-tools
click the source code to copy install pngfix on any operating system with command-not-found.com