gdparttopng
GD command line tools and example code
RUN apt-get update && \
apt-get install -y libgd-tools
RUN apt-get update && \
apt-get install -y libgd-tools
RUN apk add gd
RUN pacman -S --noconfirm gd
RUN apt-get update && \
apt-get install -y libgd-tools
RUN yum install -y gd-progs
RUN dnf install -y gd-progs
RUN apt-get update && \
apt-get install -y libgd-tools