Skip to content

Commit

Permalink
Added library properties, fixed incorrect include in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shraiwi committed Apr 25, 2022
1 parent 9597ae8 commit 281ffd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arduino_decoder/arduino_decoder.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Arduino.h>
#include "qoi_pgm.h"
#include "qoi_logo_pgm.h"

// the c++ implementation seems to be about 2x faster on the UNO, for some reason
#define USE_CPP
Expand Down
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Mini QOI
version=1.0.0
author=Shranav Palakurthi <[email protected]>
maintainer=Shranav Palakurthi <[email protected]>
sentence=A streaming QOI decoder, designed for embedded systems with very little RAM.
paragraph=Mini QOI (abbreviated mQOI) is a streaming QOI decoder, designed for embedded systems with very little RAM. It bypasses the 400MP limit of the reference decoder, requires no dynamic memory allocation, needs about 300 bytes of RAM while decoding an image, and supports decoding an incoming QOI stream byte-by-byte!
category=Data Processing
url=https://github.com/shraiwi/mini-qoi
architectures=*

0 comments on commit 281ffd0

Please sign in to comment.