From 358432c52a9387aa5fafdfee4bd6853049a20082 Mon Sep 17 00:00:00 2001 From: Nicu Date: Sun, 18 Jun 2023 16:54:30 +0000 Subject: [PATCH] Updated optipng command to remove metadata Added "-strip all" to also remove all metadata from --- TEXTURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEXTURES.md b/TEXTURES.md index 1cf10641f..fa3799635 100644 --- a/TEXTURES.md +++ b/TEXTURES.md @@ -50,7 +50,7 @@ For those running a GNU/linux distribution, you most likely have the 'optipng' c First, Open up the terminal in the directory where your exported texture is located (or navigate to the directory with the 'cd your/directory/path/to/textures'), then run this command ``` -optipng -o7 -zm1-9 -nc -clobber *.png +optipng -o7 -zm1-9 -nc -clobber -strip all *.png ``` This will further optimize all the textures in the directory.