Commit Graph

255 Commits

Author SHA1 Message Date
f27dbdb94f Merge pull request #148 from KristofferC/patch-1
add a link to the Julia bindings
2022-01-03 11:38:08 +01:00
729c577ca3 Merge branch 'master' into patch-1 2022-01-03 11:38:01 +01:00
7e5ecc8091 Merge pull request #151 from ShadowMitia/patch-1
Add C++ implementation to the README list
2022-01-03 11:32:05 +01:00
a46f5537c8 Merge branch 'master' into patch-1 2022-01-03 11:31:42 +01:00
6a1595aca2 Merge pull request #149 from MKCG/php_library
Add PHP implementation
2022-01-03 11:31:05 +01:00
a4ea2819c4 fixed gcc warnings in qoibench.c
addresses issue #155
2022-01-02 01:26:42 -08:00
cf918138cf Add C++ implementation to the README list 2022-01-01 14:18:54 +01:00
48375ec75a Add PHP implementation 2021-12-31 14:34:55 +01:00
9ad3e1d7b4 add a link to the Julia bindings 2021-12-31 12:35:45 +01:00
05bf89291b Added qoiConverter X 2021-12-30 13:57:58 +00:00
a810fc0762 Add link to another Go implementation 2021-12-28 13:00:39 +01:00
a3d43a850a Add vanilla js implementation 2021-12-27 16:36:37 +01:00
96bfc2dbeb Added link to SAIL in README 2021-12-27 14:44:40 +03:00
00e3421744 Merge pull request #134 from jmaselbas/trailing_spaces
Style: Remove trailing whitespaces
2021-12-26 21:12:47 +01:00
8a27827c71 Merge pull request #133 from jmaselbas/fix_warn
Fix missing prototypes warning
2021-12-26 21:12:22 +01:00
aa1e345cd9 Merge pull request #136 from jsoref/spelling
Spelling
2021-12-26 21:10:05 +01:00
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
03d6e36d5d Add link to tev image viewer to README 2021-12-26 17:41:44 +01:00
b3f738a204 spelling: mismatch
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
446d5e7008 spelling: measure
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
2fff023912 spelling: ignore
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
c3002a4d70 spelling: head
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-25 22:49:37 -05:00
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
b060b961e8 Style: Remove trailing whitespaces 2021-12-25 16:44:08 +01:00
c04a975e00 Merge pull request #131 from dbuenzli/ocaml-qoic
Mention qoic, an OCaml implementation.
2021-12-24 01:19:13 +01:00
61306d7ecd Mention qoic, an OCaml implementation. 2021-12-24 00:27:47 +01:00
69b6085d87 Mention xfmoulet/qoi in spec confirming; close #130 2021-12-24 00:12:53 +01:00
fd0d0a33ce Merge pull request #129 from vkoskiv/master
Mention support in the c-ray rendering engine
2021-12-23 22:56:31 +01:00
f9954f5b4b Mention support in the c-ray rendering engine 2021-12-23 23:20:16 +02:00
01af438e9a Merge pull request #128 from pfusik/qoi-ci-1.1.0
Mention Imagine plugin
2021-12-23 22:08:06 +01:00
193862433a Mention Imagine plugin. 2021-12-23 21:24:14 +01:00
c2c01cf5f6 Merge pull request #127 from elihwyma/patch-1
Update Swift-QOI bindings
2021-12-23 19:19:56 +01:00
bdcaaa1fb9 Update Swift-QOI bindings 2021-12-23 16:53:32 +00:00
9f38cffd96 Mention DosWorld/pasqoi; close #92 2021-12-23 12:00:35 +01:00
f0d532c2f1 Mention takeyourhatoff/qoi; close #126 2021-12-23 11:58:21 +01:00
19e118d78e Mention QOI thumbnail provider; #123 2021-12-23 11:52:24 +01:00
56c2272dbe Clarify pixel ordering; close #120 2021-12-23 11:45:19 +01:00
be12bf0b50 Merge pull request #124 from MasterQ32/zig_done
Zig implementation is now spec complete.
2021-12-23 11:43:15 +01:00
c69cc218e5 Merge branch 'master' into zig_done 2021-12-23 11:43:01 +01:00
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
26365fe23c Merge branch 'master' into qoix-1.0-spec 2021-12-23 11:40:01 +01:00
a8d44375ff Merge pull request #119 from Oldes/master
Mention support in Rebol3; close #58
2021-12-23 11:38:42 +01:00
a53f656538 Merge pull request #121 from NUlliiON/master
Move QoiSharp to the implementations section
2021-12-23 11:38:15 +01:00
51cd6a56f8 Merge branch 'master' into master 2021-12-23 11:37:54 +01:00
82aa277606 Merge pull request #125 from zakarumych/rapid-qoi
rapid-qoi is now spec complete
2021-12-23 11:37:15 +01:00
45bc32524a rapid-qoi is now spec complete 2021-12-23 00:21:46 +03:00
9c720cc682 Zig implementation is now spec complete. 2021-12-22 20:27:53 +01:00
b58a0a28c0 Move QoiSharp to the implementations section 2021-12-22 10:08:40 -06:00
54e77bf164 Mention support in Rebol3; close #58 2021-12-22 11:12:47 +01:00
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