Commit Graph

272 Commits

Author SHA1 Message Date
0db7d65c83 Merge pull request #169 from aquaratixc/patch-1
Update README.md
2022-01-20 20:11:47 +01:00
98d5f5187e Update README.md 2022-01-20 20:13:19 +03:00
e367cb19df Merge pull request #164 from aldanor/feature/add-qoi-rust
Add `qoi` Rust crate reference (aldanor/qoi-rust)
2022-01-06 11:50:43 +01:00
98e8a0237c Add qoi Rust crate reference (aldanor/qoi-rust) 2022-01-06 04:06:21 +03:00
fd6f6463ef Fix documentation for consecutive QOI_OP_INDEX chunks; close #112 2022-01-05 16:57:38 +01:00
07116e8b89 Clarify colorspace & channels header usage; #152 2022-01-05 16:55:27 +01:00
6804a745e4 Fix example in QOI_OP_LUMA documentation; close #161 2022-01-05 16:51:38 +01:00
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
0219479867 Add link to QOI Bitmap I/O Plugin for 3ds Max 2022-01-04 11:34:34 +08:00
ef826267cc Merge pull request #147 from LucasMW/master
Add link to qoiConverter X
2022-01-03 13:52:22 +01:00
2870b54937 Changed Link
Changed to the most stable link
2022-01-03 12:48:27 +00:00
943d2b637b Merge pull request #157 from contriteobserver/gccwarnings
fixed gcc warnings in qoibench.c
2022-01-03 11:51:29 +01:00
a567e5d18e Merge pull request #139 from HappySeaFox/master
Added link to SAIL in README
2022-01-03 11:40:49 +01:00
1a38a0162f Merge pull request #141 from arian/patch-1
Add link to another Go implementation
2022-01-03 11:40:05 +01:00
1f19724a14 Merge branch 'master' into patch-1 2022-01-03 11:39:58 +01:00
82e6cc8ffc Merge pull request #140 from kchapelier/master
Add vanilla JavaScript implementation
2022-01-03 11:39:29 +01:00
501cebce7c Merge branch 'master' into master 2022-01-03 11:39:21 +01:00
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