pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
281 stars 78 forks source link

Compress PNG images using oxipng on max setting #126

Open rabinadk1 opened 4 months ago

rabinadk1 commented 4 months ago

Compressed using the following command: oxipng -o max --strip safe --alpha *.png

This compresses images with maximum optimization available (6). It also removes only metadata that will never affect the rendering of the image.