Commit Graph

312 Commits

Author SHA1 Message Date
Dominic Szablewski
e4892c7aa2 Add delphi implementation; close #144 2022-08-06 00:32:41 +02:00
Dominic Szablewski
02a49e5410 Remove outdated implementations 2022-08-06 00:06:55 +02:00
Dominic Szablewski
f177c193e0 Attempt to make list of tools and implementation a bit easier to read 2022-08-06 00:05:21 +02:00
Dominic Szablewski
76583cc18d Wording 2022-08-06 00:04:49 +02:00
Dominic Szablewski
948a53e04c Link QOI plugins to releases overview page 2022-08-06 00:02:20 +02:00
Dominic Szablewski
a488d3be0f Mention Debian & Ubuntu packages; add link to Repology 2022-08-05 23:45:59 +02:00
Dominic Szablewski
bcb2fb5e48 Add note about MIME type; close #167 2022-08-05 23:44:51 +02:00
Dominic Szablewski
a4e7750d68 Add SPDX License Identifier, remove license text; close #168 2022-08-05 23:39:12 +02:00
Dominic Szablewski
a2cfc864a2
Merge pull request #237 from pfusik/qoi-ci-1.1.2
New release of qoi-ci
2022-08-03 21:50:35 +02:00
Piotr Fusik
b64209287f New release of qoi-ci 2022-08-03 20:17:24 +02:00
Dominic Szablewski
d6e88eb1be
Merge pull request #236 from AmCh-Q/patch-1
Fix small typo in qoibench.c
2022-08-02 13:28:08 +02:00
AmCh-Q
370be5c080
Fix small typo in qoibench.c 2022-08-02 06:36:17 -04:00
Dominic Szablewski
b6bf448c41
Merge pull request #235 from ryuukk/patch-1
Add gamut D library
2022-08-01 13:22:40 +02:00
ryuukk
32ac6c3c0f
Add gamut D library 2022-07-29 16:23:23 +02:00
Dominic Szablewski
3b0a7ebc5f
Merge pull request #234 from Aftersol/master
Request for Inclusion into READMD.md
2022-07-28 12:39:03 +02:00
Aftersol
583cdd311e Update README.md 2022-07-28 01:45:28 -07:00
Aftersol
376d39cc67 add my own project link to README.md 2022-07-28 01:28:28 -07:00
Dominic Szablewski
edb8d7b114
Merge pull request #226 from Ben1138/unity-qoi
Added unity-qoi to Readme
2022-06-21 08:54:17 +02:00
Ben
948a86f507 Added unity-qoi to Readme 2022-06-20 20:28:55 +02:00
Dominic Szablewski
ed5c0287e6
Merge pull request #225 from mzgreen/patch-1
Add Kotlin Multiplatform implementation to the README list
2022-06-20 16:09:32 +02:00
mzgreen
ef929be770
Add Kotlin Multiplatform implementation to the README list 2022-06-20 14:33:20 +02:00
Dominic Szablewski
11673fc39c
Merge pull request #224 from polluks2/patch-1
Fixed broken makefile
2022-06-18 15:05:09 +02:00
polluks2
9434e96f9b
Fixed broken makefile 2022-06-18 14:39:05 +02:00
Dominic Szablewski
1995afbb82
Merge pull request #223 from xiaozhuai/master
Add Jetbrains' plugin url
2022-06-14 20:04:16 +02:00
xiaozhuai, Weihang Ding
14c22321ff
Add Jetbrains' plugin url 2022-06-14 17:36:49 +08:00
Dominic Szablewski
ff148ed284
Merge pull request #222 from dgaw/patch-1
Add AmigaOS support to README
2022-06-13 01:04:20 +02:00
Damian Gaweda
fc4bec9099
Add AmigaOS support to README
Add a link to a datatype plugin that adds QOI support to AmigaOS.
2022-06-12 20:18:57 +02:00
Dominic Szablewski
1f4e585898
Merge pull request #221 from Fabien-Chouteau/patch-1
Add link to Ada/SPARK implementation
2022-06-12 09:31:15 +02:00
Fabien Chouteau
c1c46c8a76
Add link to Ada/SPARK implementation 2022-06-12 08:35:13 +02:00
Dominic Szablewski
b4fab6fbc3
Merge pull request #220 from LuisAlfredo92/patch-1
Adding links to required libreries
2022-06-11 22:10:28 +02:00
Luis Alfredo Figueroa Bracamontes
553eae423a
Adding qoi.h dependency
Adding the text to indicate that "qoi.h" is required to use this file
2022-06-11 13:26:59 -05:00
Luis Alfredo Figueroa Bracamontes
bce1a069a8
Adding links to required libreries
Adding the URLs to the repo of the required libraries to make even easier to use this program
2022-06-11 12:58:41 -05:00
Dominic Szablewski
6005c73e0a Add PureBasic implementation to readme 2022-06-07 09:37:35 +02:00
Dominic Szablewski
57628d9d4d
Merge pull request #214 from pfusik/xnviewmp
Mention XnView MP
2022-05-24 18:46:00 +02:00
Piotr Fusik
6ba3c1b42e Mention XnView MP 2022-05-24 08:52:18 +02:00
Dominic Szablewski
fa70cfc6d2
Merge pull request #213 from 418Coffee/patch-1
Add V implementation
2022-05-22 00:23:40 +02:00
418Coffee
d1875b5ac8
Add V Implementation 2022-05-21 21:16:20 +02:00
Dominic Szablewski
911ca7b65f
Merge pull request #209 from varuld/simple_makefile
Simple makefile
2022-05-17 15:53:03 +02:00
Christian Danø
5204343519 Replaced remaining := with ?= to allow CLI parameters 2022-05-12 14:53:17 +02:00
Christian Danø
06d032339b CC:= -> CC?= and removal of dependency cleaning 2022-05-12 14:08:51 +02:00
Christian Danø
9374bd61ae feat; working makefile 2022-05-12 10:07:44 +02:00
Christian Danø
b9d1e9c3eb feat; init makefile iteration 2022-05-12 09:52:51 +02:00
Dominic Szablewski
75e7f308a4
Merge pull request #208 from 0xd34df00d/patch-1
Haskell implementation synced with the spec
2022-05-09 17:40:41 +02:00
0xd34df00d
a4f498b23c
Haskell implementation synced with the spec 2022-05-07 16:22:03 -04:00
Dominic Szablewski
805953b1c7
Merge pull request #207 from 10maurycy10/patch-1
Add yet another implementation.
2022-05-04 13:19:37 +02:00
10maurycy10
2e58276f20
Add yet another implementaion 2022-05-03 14:26:19 -07:00
Dominic Szablewski
6d7eadd28c
Merge pull request #205 from JaffaKetchup/added-dart-implementation
Add 'dqoi' to the implementations list on README
2022-04-25 13:50:04 +02:00
Luka S
70894be9aa
Specified framework support
Flutter is the application framework that uses Dart. 'dqoi' provides full support for Flutter apps with custom image painters.
2022-04-25 11:54:00 +01:00
Luka S
8308c4c107
Add 'dqoi' to the implementations list on README
'dqoi' is my implementation of QOI for Dart and Flutter, based off the C code included here, and @LowLevelJavaScript's implementation.
2022-04-22 20:29:47 +01:00
Dominic Szablewski
339e11e2fd Add info about versioning and contributing 2022-04-21 21:25:59 +02:00