Commit Graph

301 Commits

Author SHA1 Message Date
Dominic Szablewski
19b3b4087b
Merge pull request #272 from pfusik/qoi-fu
qoi-ci renamed to qoi-fu
2023-08-10 00:32:16 +02:00
Piotr Fusik
4adab9d4e0 qoi-ci renamed to qoi-fu 2023-08-09 14:28:11 +02:00
Dominic Szablewski
9ab99731f8
Merge pull request #271 from victoryforce/QOI-support-in-darktable
Mention QOI support in darktable
2023-07-18 15:05:25 +02:00
Victor Forsiuk
1527109c28 Mention QOI support in darktable 2023-07-17 21:33:38 +03:00
Dominic Szablewski
f65b365318
Merge pull request #269 from N-R-K/less_hardcode_bench
Less hardcoded benchmarking code
2023-06-16 15:35:38 +02:00
NRK
706ed3eb68 Less hardcoded benchmarking code
this allows people to more easily plugin their implementation for
benchmarking purposes.
2023-06-16 17:31:57 +06:00
Dominic Szablewski
c6219a5696
Merge pull request #266 from bpanthi977/master
Add link to Common Lisp implementation
2023-06-15 18:05:29 +02:00
Dominic Szablewski
ef61984291
Merge pull request #268 from N-R-K/stdio_errcheck
More strict stdio error checking
2023-06-15 18:03:53 +02:00
NRK
36190eb07d Error check qoi_read() more strictly
fseek is not guaranteed to succeed and can fail, e.g when trying to
seek a pipe. the first fseek() is not error checked since if it failed,
ftell would return 0.

also check for fread errors too before calling qoi_decode().
2023-06-15 16:06:03 +06:00
NRK
00dfdc8b5c Error check qoi_write() more strictly
simply checking the return value of fwrite() wouldn't be enough since
stdio is typically buffered. and so force a flush and check for errors
via ferror().
2023-06-15 14:36:19 +06:00
Dominic Szablewski
dfc056e813
Merge pull request #267 from Aftersol/master
Update README.md
2023-05-18 10:23:22 +02:00
Aftersol
76e3789073
Update README.md
small change to my link
2023-05-17 13:32:51 -07:00
Bibek Panthi
1ae0c19492 Add link to Common Lisp implementation 2023-04-30 19:14:36 +05:45
Dominic Szablewski
f6dffaf1e8
Merge pull request #263 from sylikc/other-jpegview
add JPEGView to end of Other Software list
2023-03-11 18:44:55 +01:00
Kevin M
040f8a15e5 add JPEGView to end of Other Software list 2023-03-02 00:49:34 -08:00
Dominic Szablewski
3dfa66d8fd
Merge pull request #262 from LTMX/patch-1
Mention LTMX/Unity.QOI in Tools section
2023-02-24 15:35:45 +01:00
LTMX
013c745284
Mention LTMX/Unity.QOI in Tools section 2023-02-24 14:20:00 +01:00
Dominic Szablewski
0d8d07971b
Merge pull request #260 from pfusik/qoi-ci-ts
Mention qoi-ci transpiling to TypeScript
2023-02-09 11:15:34 +01:00
Piotr Fusik
6d5a7ab2fd Mention qoi-ci transpiling to TypeScript 2023-02-09 08:01:07 +01:00
Dominic Szablewski
514c259711 Mention ffmpeg support; close #259 2023-02-06 13:35:58 +01:00
Dominic Szablewski
c0a27f808f Mention ZTQOI 2023-01-22 20:03:08 +01:00
Dominic Szablewski
dc4b97471a Mention tacentview 2023-01-22 20:03:01 +01:00
Dominic Szablewski
071f0ce957
Merge pull request #257 from grego/master
Add a link to a Hare implementation to README
2023-01-20 14:44:31 +01:00
Maroš Grego
d70233b2c6 Add a link to a Hare implementation to README 2023-01-19 21:44:26 +01:00
Dominic Szablewski
c3dcfe780b
Add LICENSE file; close #250 2022-12-13 21:08:09 +01:00
Dominic Szablewski
660839cb2c
Merge pull request #247 from lbatalha/master
Add CFLAGS as per GNU Coding Standards
2022-11-16 19:51:04 +01:00
Luis Batalha
5c787e4173
add CFLAGS as per gnu standards 2022-11-16 15:52:39 +00:00
Dominic Szablewski
b8d77df1e8
Merge pull request #245 from rubikscraft/patch-1
Add a singe byte streaming C99 QOI library and NodeJS bindings
2022-09-25 18:32:08 +02:00
rubikscraft
3a0560cb77
Add a streaming C qoi library and nodejs bindings 2022-09-24 16:13:23 +02:00
Dominic Szablewski
cf90aa165c
Merge pull request #244 from LuisAlfredo92/patch-1
Adding Super QOi converter to Tools
2022-09-23 00:16:58 +02:00
Luis Alfredo Figueroa Bracamontes
07c6d6f7d7
Adding Super QOi converter to Tools
Adding Super QOI converter to Tools section, with links to console and GUI version
2022-09-20 22:22:36 -05:00
Dominic Szablewski
b40d1edbae
Merge pull request #243 from hzeller/20220920-add-timg-to-tools
Add timg to tool list; provides qoi image viewing in terminal.
2022-09-20 10:16:15 +02:00
Henner Zeller
63acdd2796 Add timg to tool list; provides qoi image viewing in terminal.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
2022-09-20 00:02:59 -07:00
Dominic Szablewski
7039fcd60c
Merge pull request #241 from pfusik/qoi-ci-2.0.0
Windows Explorer, Finder, GNOME plugins released in qoi-ci
2022-09-12 12:39:47 +02:00
Piotr Fusik
21c840a2e7 Windows Explorer, Finder, GNOME plugins released in qoi-ci 2022-09-12 12:24:33 +02:00
Dominic Szablewski
23c790ce59 Add Racket implementation; close #217 2022-08-06 00:49:35 +02:00
Dominic Szablewski
425dfe1221 Add Java SPI implementation; close #210 2022-08-06 00:46:10 +02:00
Dominic Szablewski
43240dbc20 Add KDE & Nemo thumbnailers; close #174 2022-08-06 00:38:15 +02:00
Dominic Szablewski
aca9552827 Add MacOS QuickLook plugin; close #165 2022-08-06 00:34:50 +02:00
Dominic Szablewski
e4892c7aa2 Add delphi implementation; close #144 2022-08-06 00:32:41 +02:00
Dominic Szablewski
02a49e5410 Remove outdated implementations 2022-08-06 00:06:55 +02:00
Dominic Szablewski
f177c193e0 Attempt to make list of tools and implementation a bit easier to read 2022-08-06 00:05:21 +02:00
Dominic Szablewski
76583cc18d Wording 2022-08-06 00:04:49 +02:00
Dominic Szablewski
948a53e04c Link QOI plugins to releases overview page 2022-08-06 00:02:20 +02:00
Dominic Szablewski
a488d3be0f Mention Debian & Ubuntu packages; add link to Repology 2022-08-05 23:45:59 +02:00
Dominic Szablewski
bcb2fb5e48 Add note about MIME type; close #167 2022-08-05 23:44:51 +02:00
Dominic Szablewski
a4e7750d68 Add SPDX License Identifier, remove license text; close #168 2022-08-05 23:39:12 +02:00
Dominic Szablewski
a2cfc864a2
Merge pull request #237 from pfusik/qoi-ci-1.1.2
New release of qoi-ci
2022-08-03 21:50:35 +02:00
Piotr Fusik
b64209287f New release of qoi-ci 2022-08-03 20:17:24 +02:00
Dominic Szablewski
d6e88eb1be
Merge pull request #236 from AmCh-Q/patch-1
Fix small typo in qoibench.c
2022-08-02 13:28:08 +02:00