Commit Graph

266 Commits

Author SHA1 Message Date
Dominic Szablewski
6804a745e4 Fix example in QOI_OP_LUMA documentation; close #161 2022-01-05 16:51:38 +01:00
Dominic Szablewski
a27f8ed459
Merge pull request #159 from kaetemi/master
Add link to QOI Bitmap I/O Plugin for 3ds Max
2022-01-04 12:52:08 +01:00
Jan Boon
0219479867
Add link to QOI Bitmap I/O Plugin for 3ds Max 2022-01-04 11:34:34 +08:00
Dominic Szablewski
ef826267cc
Merge pull request #147 from LucasMW/master
Add link to qoiConverter X
2022-01-03 13:52:22 +01:00
Lucas Menezes
2870b54937
Changed Link
Changed to the most stable link
2022-01-03 12:48:27 +00:00
Dominic Szablewski
943d2b637b
Merge pull request #157 from contriteobserver/gccwarnings
fixed gcc warnings in qoibench.c
2022-01-03 11:51:29 +01:00
Dominic Szablewski
a567e5d18e
Merge pull request #139 from HappySeaFox/master
Added link to SAIL in README
2022-01-03 11:40:49 +01:00
Dominic Szablewski
1a38a0162f
Merge pull request #141 from arian/patch-1
Add link to another Go implementation
2022-01-03 11:40:05 +01:00
Dominic Szablewski
1f19724a14
Merge branch 'master' into patch-1 2022-01-03 11:39:58 +01:00
Dominic Szablewski
82e6cc8ffc
Merge pull request #140 from kchapelier/master
Add vanilla JavaScript implementation
2022-01-03 11:39:29 +01:00
Dominic Szablewski
501cebce7c
Merge branch 'master' into master 2022-01-03 11:39:21 +01:00
Dominic Szablewski
f27dbdb94f
Merge pull request #148 from KristofferC/patch-1
add a link to the Julia bindings
2022-01-03 11:38:08 +01:00
Dominic Szablewski
729c577ca3
Merge branch 'master' into patch-1 2022-01-03 11:38:01 +01:00
Dominic Szablewski
7e5ecc8091
Merge pull request #151 from ShadowMitia/patch-1
Add C++ implementation to the README list
2022-01-03 11:32:05 +01:00
Dominic Szablewski
a46f5537c8
Merge branch 'master' into patch-1 2022-01-03 11:31:42 +01:00
Dominic Szablewski
6a1595aca2
Merge pull request #149 from MKCG/php_library
Add PHP implementation
2022-01-03 11:31:05 +01:00
contriteobserver
a4ea2819c4 fixed gcc warnings in qoibench.c
addresses issue #155
2022-01-02 01:26:42 -08:00
Dimitri Belopopsky
cf918138cf
Add C++ implementation to the README list 2022-01-01 14:18:54 +01:00
Kévin Masseix
48375ec75a Add PHP implementation 2021-12-31 14:34:55 +01:00
Kristoffer Carlsson
9ad3e1d7b4
add a link to the Julia bindings 2021-12-31 12:35:45 +01:00
Lucas Menezes
05bf89291b
Added qoiConverter X 2021-12-30 13:57:58 +00:00
Arian Stolwijk
a810fc0762
Add link to another Go implementation 2021-12-28 13:00:39 +01:00
Kevin Chapelier
a3d43a850a
Add vanilla js implementation 2021-12-27 16:36:37 +01:00
Dmitry Baryshev
96bfc2dbeb Added link to SAIL in README 2021-12-27 14:44:40 +03: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