From 83ffb924b52c96438f2e5ac2dace70d4f5be0361 Mon Sep 17 00:00:00 2001 From: uyjulian Date: Sun, 1 May 2022 08:35:56 -0500 Subject: [PATCH] Improve documentation --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86ec867..bc536ad 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,28 @@ This plugin allows reading of AVIF images in Susie plugin-compatible image viewe ## Downloads The following binaries are available: -* [Win32 (Intel 32-bit)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.7z) +* [Win32 (Intel 32-bit GCC)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.intel32.gcc.7z) +* [Win32 (Intel 64-bit GCC)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.intel64.gcc.7z) +* [Win32 (Intel 32-bit Clang)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.intel32.clang.7z) +* [Win32 (Intel 64-bit Clang)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.intel64.clang.7z) +* [Win32 (ARM 32-bit Clang)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.arm32.clang.7z) +* [Win32 (ARM 64-bit Clang)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.arm64.clang.7z) ## Building -After cloning submodules, a simple `make` will generate `ifavif.spi`. +After cloning submodules and preparing the environment, a simple invocation of `make` will generate `ifavif.spi`. ## How to use Susie plugins are compatible with many programs, including these: -- [A to B converter](http://www.asahi-net.or.jp/~KH4S-SMZ/spi/abc/index.html) -- [Linar](http://hp.vector.co.jp/authors/VA015839/) -- [Susie](http://www.digitalpad.co.jp/~takechin/betasue.html#susie32) -- [picture effecter](http://www.asahi-net.or.jp/~DS8H-WTNB/software/index.html) -- [stereophotomaker](http://stereo.jpn.org/eng/stphmkr/) -- [vix](http://www.forest.impress.co.jp/library/software/vix/) +- [A to B converter](http://www.asahi-net.or.jp/~KH4S-SMZ/spi/abc/index.html) +- [DYNA](https://hp.vector.co.jp/authors/VA004117/dyna.html) +- [Linar](http://hp.vector.co.jp/authors/VA015839/) +- [Susie](http://www.digitalpad.co.jp/~takechin/betasue.html#susie32) +- [picture effecter](http://www.asahi-net.or.jp/~DS8H-WTNB/software/index.html) +- [stereophotomaker](http://stereo.jpn.org/eng/stphmkr/) +- [vix](http://www.forest.impress.co.jp/library/software/vix/) ## License