Commit Graph

231 Commits

Author SHA1 Message Date
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
Dominic Szablewski 3a90672872
Merge pull request #202 from shraiwi/master
Add C streaming decoder to readme.md
2022-04-19 17:03:59 +02:00
Dominic Szablewski 477a589907
Merge pull request #201 from HappySeaFox/master
Update link to SAIL library
2022-04-19 17:03:34 +02:00
shraiwi 682273b101
Add C streaming decoder to readme.md 2022-04-16 20:38:36 -05:00
Dmitry Baryshev e3612650c0 Update link to SAIL library 2022-04-15 11:18:01 -07:00
Dominic Szablewski 028c75fd26
Merge pull request #199 from JohannesFriedrich/master
Add R-package QOI to README.md
2022-04-12 23:51:52 +02:00
J_F cc97aaed08
Add R-package QOI to README.md 2022-04-12 21:42:58 +02:00
Dominic Szablewski e42b0b3022 Load/store RGBA separately instead of using a typecast; close #197
This should fix problems on big-endian machines and with ILP64
2022-04-11 23:19:04 +02:00
Dominic Szablewski 59e0575c49 Remove obsolete, unused vars; close #56 2022-04-11 22:35:39 +02:00
Dominic Szablewski 1f8d2b752d
Merge pull request #192 from Tiefseetauchner/patch-1
Added lr-paint processing qoi capable drawing program
2022-04-11 22:13:44 +02:00
Dominic Szablewski bf50a4253a
Merge branch 'master' into patch-1 2022-04-11 22:13:38 +02:00
Dominic Szablewski d3e2aa8b20
Merge pull request #196 from mathpn/master
include py-qoi in readme
2022-04-11 22:12:37 +02:00
Dominic Szablewski 1181570cdf
Merge pull request #190 from amstan/upstream
QOI on an FPGA (Verilog)!
2022-04-11 22:09:17 +02:00
Dominic Szablewski 4e8e5b6a70
Merge branch 'master' into upstream 2022-04-11 22:09:11 +02:00
Dominic Szablewski c861c4b825
Merge pull request #198 from pfusik/qoi-ci-1.1.1
New release of qoi-ci
2022-04-11 22:08:08 +02:00
Piotr Fusik 1296ad8179 New release of qoi-ci 2022-04-11 21:46:56 +02:00
Matheus Pedroni 773915aefd
include py-qoi in readme
include a new native python implementation of encoder + decoder following QOI format specifications
2022-04-09 21:56:13 -03:00
Dominic Szablewski a5075d1b6f
Merge pull request #195 from musabkilic/musabkilic-patch-1
Add musabkilic/qoi-decoder to implementations
2022-04-09 16:43:42 +02:00
Musab Kılıç 7506300a3e
Add musabkilic/qoi-decoder to implementations 2022-04-09 17:17:36 +03:00
Tiefseetauchner fc0eef8e54
Added lr-paint processing qoi capable drawing program
I made LR-Paint in three days to proof (mainly to myself) how simple it is to implement QOI
So I wrote it in Processing
Like any madman would
It's great trust me
And this is totally serious, I want the abomination of Processing code I made to be in the QOI Readme yes yes
2022-04-07 19:10:27 +02:00
Alexandru M Stan 56be991260 QOI on an FPGA (Verilog)! 2022-04-05 02:16:00 -07:00
Dominic Szablewski 09d144f892 Mention DOjS 2022-03-28 09:28:30 +02:00
Dominic Szablewski 009b481b07
Merge pull request #180 from soywiz/patch-1
Added KorGE & KorIM support engine & library to the README
2022-03-25 09:48:00 +01:00
Carlos Ballesteros Velasco 8297ace59d
Added KorGE & KorIM support engine & library 2022-03-25 03:09:48 +01:00
Dominic Szablewski 375f3f02b4
Merge pull request #175 from DmitriySalnikov/patch-1
Add link to QOI Addon for Godot Engine
2022-03-25 01:02:17 +01:00
Dominic Szablewski 9a4a7ce5e8
Merge branch 'master' into patch-1 2022-03-25 01:02:11 +01:00
Dominic Szablewski 3d77784bd5
Merge pull request #177 from dan9er/dan9er-readme-tool-farbfeld
Add link to farbfeld-convert-qoi tool in README
2022-03-25 01:00:34 +01:00
Dominic Szablewski 777b68ab2f
Merge pull request #179 from jmaselbas/patch-2
Update readme with other software with QOI support
2022-03-25 00:59:40 +01:00
Jules Maselbas 6170f9125d
Update readme with other software with QOI support 2022-03-25 00:57:01 +01:00
Dominic Szablewski 27e433ef92
Merge pull request #178 from pfusik/irfanview
Mention IrfanView
2022-03-23 15:30:29 +01:00
Piotr Fusik 73f04c2ef9 Mention IrfanView 2022-03-23 12:18:38 +01:00
dan9er 606bf77678
Add link to farbfeld-convert-qoi tool in README 2022-03-02 04:04:04 +00:00