1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2026-05-10 10:46:42 +00:00

First pass at resize utility

This commit is contained in:
alpine9000
2016-03-12 10:51:08 +11:00
parent 49c4785873
commit a601a38f83
3 changed files with 147 additions and 0 deletions

View File

@@ -101,3 +101,13 @@ Notes:
# cp *.h /usr/local/include/pngquant/
# cp *.a /usr/local/lib
```
9. GraphicsMagick
```
# wget http://78.108.103.11/MIRROR/ftp/GraphicsMagick/1.3/GraphicsMagick-1.3.23.tar.gz
# tar zxfv GraphicsMagick-1.3.23.tar.gz
# cd GraphicsMagick-1.3.23
# ./configure --prefix=/usr/local
# make
# make install
```