From ada1e13f9f361eb913984cd860c12d530f979ead Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sat, 3 Apr 2021 17:17:22 +0200 Subject: [PATCH] Add pngquant/img2tim dep --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 396a68a..197a066 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ typedef struct { Just `git clone` this repo in the addons folder of blender 2.79 : +You'll need to have [pngquant](https://pngquant.org/) and [img2tim](https://github.com/Lameguy64/img2tim) utilities installed and in your path for PNG to TIM conversion. + +Windows executables are provided for convenience. + On Linux, that's : `~/.config/blender/2.79/scripts/addons` @@ -150,3 +154,5 @@ PSX code based on [example](http://psx.arthus.net/code/primdraw.7z) by [Lameguy6 pngquant : [https://github.com/kornelski/pngquant](https://github.com/kornelski/pngquant) img2tim : [https://github.com/Lameguy64/img2tim](https://github.com/Lameguy64/img2tim) + +Freeimage : [https://freeimage.sourceforge.io/](https://freeimage.sourceforge.io/)