Commit Graph

272 Commits

Author SHA1 Message Date
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
Dominic Szablewski
2cfe3f58fa
Merge pull request #176 from wx257osn2/patch-1
Add qoixx in implementations list
2022-02-21 11:49:32 +01:00
I
be96074eb0
Add qoixx 2022-02-21 08:56:59 +09:00
Дмитрий Сальников
6cfd82d35e
Add link to QOI Addon for Godot Engine 2022-02-09 02:35:06 +03:00
Dominic Szablewski
7094132132 Mention rTexPacker 2022-02-06 12:12:20 +01:00
Dominic Szablewski
6c0831f91f
Merge pull request #172 from orx/master
Added orx link (other software) to README.md
2022-01-31 18:35:55 +01:00
iarwain
e6195209d8
Update README.md
Added Orx link to README.md
2022-01-31 10:56:59 -05:00
Dominic Szablewski
e8a3f40993
Merge pull request #171 from mhoward540/patch-1
Update README.md to reference Nim version
2022-01-30 12:18:58 +01:00
Matt Howard
efd968caba
Update README.md to reference Nim version 2022-01-29 20:18:05 +01:00
Dominic Szablewski
ee79afbe8b Mention rTexViewer 2022-01-28 01:24:10 +01:00