Commit Graph

8 Commits

Author SHA1 Message Date
Dominic Szablewski a4e7750d68 Add SPDX License Identifier, remove license text; close #168 2022-08-05 23:39:12 +02:00
Luis Alfredo Figueroa Bracamontes 553eae423a
Adding qoi.h dependency
Adding the text to indicate that "qoi.h" is required to use this file
2022-06-11 13:26:59 -05:00
Luis Alfredo Figueroa Bracamontes bce1a069a8
Adding links to required libreries
Adding the URLs to the repo of the required libraries to make even easier to use this program
2022-06-11 12:58:41 -05: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
Dominic Szablewski 0112e3d555 Whitespace, cosmetics 2021-12-14 20:54:37 +01:00
anon 525f32cefe Convert all non-RGB and non-RGBA input to RGBA. 2021-12-13 16:34:39 +00:00
Dominic Szablewski ff542c2ae6 Change the API to supply/return channel count and colorspace info 2021-11-27 18:36:17 +01:00
Dominic Szablewski 19dc63cf17 Initial 2021-11-24 11:07:17 +01:00