Kevin Chapelier
a3d43a850a
Add vanilla js implementation
2021-12-27 16:36:37 +01:00
Dominic Szablewski
00e3421744
Merge pull request #134 from jmaselbas/trailing_spaces
...
Style: Remove trailing whitespaces
2021-12-26 21:12:47 +01:00
Dominic Szablewski
8a27827c71
Merge pull request #133 from jmaselbas/fix_warn
...
Fix missing prototypes warning
2021-12-26 21:12:22 +01:00
Dominic Szablewski
aa1e345cd9
Merge pull request #136 from jsoref/spelling
...
Spelling
2021-12-26 21:10:05 +01:00
Dominic Szablewski
9d7977febf
Merge pull request #137 from Tom94/add-tev-tool
...
Add link to tev image viewer to README
2021-12-26 21:08:26 +01:00
Thomas Müller-Höhne
03d6e36d5d
Add link to tev image viewer to README
2021-12-26 17:41:44 +01:00
Josh Soref
b3f738a204
spelling: mismatch
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
Josh Soref
446d5e7008
spelling: measure
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
Josh Soref
2fff023912
spelling: ignore
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
Josh Soref
c3002a4d70
spelling: head
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
Jules Maselbas
da1070a234
Fix missing prototypes warning
...
Functions qoi_write_32 and qoi_read_32 should either have a prototype
or be declared static. Do the latter, as theses functions are defined
in a header and should only exists in the same compilation unit as the
file including qoi.h and defining QOI_IMPLEMENTATION, ie not exported.
By adding the static keyword in the function declaration the following
command doesn't raise a missing-prototypes warning, anymore:
cc -Wmissing-prototypes -DQOI_IMPLEMENTATION -c -o qoi.o -xc qoi.h
2021-12-25 16:50:25 +01:00
Jules Maselbas
b060b961e8
Style: Remove trailing whitespaces
2021-12-25 16:44:08 +01:00
Dominic Szablewski
c04a975e00
Merge pull request #131 from dbuenzli/ocaml-qoic
...
Mention qoic, an OCaml implementation.
2021-12-24 01:19:13 +01:00
Daniel Bünzli
61306d7ecd
Mention qoic, an OCaml implementation.
2021-12-24 00:27:47 +01:00
Dominic Szablewski
69b6085d87
Mention xfmoulet/qoi in spec confirming; close #130
2021-12-24 00:12:53 +01:00
Dominic Szablewski
fd0d0a33ce
Merge pull request #129 from vkoskiv/master
...
Mention support in the c-ray rendering engine
2021-12-23 22:56:31 +01:00
Valtteri Koskivuori
f9954f5b4b
Mention support in the c-ray rendering engine
2021-12-23 23:20:16 +02:00
Dominic Szablewski
01af438e9a
Merge pull request #128 from pfusik/qoi-ci-1.1.0
...
Mention Imagine plugin
2021-12-23 22:08:06 +01:00
Piotr Fusik
193862433a
Mention Imagine plugin.
2021-12-23 21:24:14 +01:00
Dominic Szablewski
c2c01cf5f6
Merge pull request #127 from elihwyma/patch-1
...
Update Swift-QOI bindings
2021-12-23 19:19:56 +01:00
Amy While
bdcaaa1fb9
Update Swift-QOI bindings
2021-12-23 16:53:32 +00:00
Dominic Szablewski
9f38cffd96
Mention DosWorld/pasqoi; close #92
2021-12-23 12:00:35 +01:00
Dominic Szablewski
f0d532c2f1
Mention takeyourhatoff/qoi; close #126
2021-12-23 11:58:21 +01:00
Dominic Szablewski
19e118d78e
Mention QOI thumbnail provider; #123
2021-12-23 11:52:24 +01:00
Dominic Szablewski
56c2272dbe
Clarify pixel ordering; close #120
2021-12-23 11:45:19 +01:00
Dominic Szablewski
be12bf0b50
Merge pull request #124 from MasterQ32/zig_done
...
Zig implementation is now spec complete.
2021-12-23 11:43:15 +01:00
Dominic Szablewski
c69cc218e5
Merge branch 'master' into zig_done
2021-12-23 11:43:01 +01:00
Dominic Szablewski
b53930ad2a
Merge pull request #116 from rbino/qoix-1.0-spec
...
Move Qoix to the implementations section
2021-12-23 11:40:58 +01:00
Dominic Szablewski
26365fe23c
Merge branch 'master' into qoix-1.0-spec
2021-12-23 11:40:01 +01:00
Dominic Szablewski
a8d44375ff
Merge pull request #119 from Oldes/master
...
Mention support in Rebol3; close #58
2021-12-23 11:38:42 +01:00
Dominic Szablewski
a53f656538
Merge pull request #121 from NUlliiON/master
...
Move QoiSharp to the implementations section
2021-12-23 11:38:15 +01:00
Dominic Szablewski
51cd6a56f8
Merge branch 'master' into master
2021-12-23 11:37:54 +01:00
Dominic Szablewski
82aa277606
Merge pull request #125 from zakarumych/rapid-qoi
...
rapid-qoi is now spec complete
2021-12-23 11:37:15 +01:00
Zakarum
45bc32524a
rapid-qoi is now spec complete
2021-12-23 00:21:46 +03:00
Felix "xq" Queißner
9c720cc682
Zig implementation is now spec complete.
2021-12-22 20:27:53 +01:00
Eugene Antonov
b58a0a28c0
Move QoiSharp to the implementations section
2021-12-22 10:08:40 -06:00
Oldes
54e77bf164
Mention support in Rebol3; close #58
2021-12-22 11:12:47 +01:00
Riccardo Binetti
17dffb408c
Move Qoix to the implementations section
...
Qoix is now aligned with v1.0 spec, see
https://github.com/rbino/qoix/pull/2/files
2021-12-22 02:34:48 +01:00
Dominic Szablewski
44fe081388
Merge pull request #113 from GithubPrankster/raylib-mention
...
Add Raylib as QOI supporting software
2021-12-21 22:49:35 +01:00
GithubPrankster
0d2e27d3ea
Added Raylib under QOI Support in Other Software
.
2021-12-21 17:57:07 -03:00
Dominic Szablewski
4d20da3282
Add QOI Logo
2021-12-21 19:22:43 +01:00
Dominic Szablewski
d006202752
Mention support in SerenityOS; close #109
2021-12-21 19:21:21 +01:00
Dominic Szablewski
52051a310f
Documentation: clarify alpha handling for certain chunk types; close #105
2021-12-21 18:05:30 +01:00
Dominic Szablewski
63f43a9fc1
qoi-java is now spec conforming; close #110
2021-12-21 17:51:08 +01:00
Dominic Szablewski
c194b955d8
Split implementations list based on spec conformance; #104
2021-12-21 17:13:11 +01:00
Dominic Szablewski
63095126f8
Merge pull request #102 from superzazu/patch-1
...
Add C bindings (SDL2) link
2021-12-21 13:06:22 +01:00
Dominic Szablewski
97e1c1f0e1
Merge pull request #106 from tiagofilipesilva/patch-1
...
Replace printf() with puts()
2021-12-21 13:02:59 +01:00
Tiago Filipe Silva
e0e21e92fb
Replace printf() with puts()
...
The format strings are absent in these stdout prints.
They can safely be replaced with calls to _puts()_ and shave also the newlines.
2021-12-21 09:41:33 +00:00
superzazu
3cffa33c45
Add C bindings (SDL2) link
2021-12-20 22:35:13 +01:00
Dominic Szablewski
9c77051f83
Merge pull request #99 from iOrange/master
...
+ added mention of the very first Paint.NET file type plugin
2021-12-20 20:26:51 +01:00