Learn R Programming

qoi (version 0.1.0)

Read and Write QOI Images

Description

The new QOI file format offers a very simple but efficient image compression algorithm. This package provides an easy and simple way to read, write and display bitmap images stored in the QOI (Quite Ok Image) format. It can read and write both files and in-memory raw vectors.

Copy Link

Version

Install

install.packages('qoi')

Monthly Downloads

200

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Johannes Friedrich

Last Published

April 17th, 2024

Functions in qoi (0.1.0)

writeQOI

Write an QOI image from an RGB(A) raster array or matrix
Rlogo_RGBA

RGBA values for the Rlogo (https://www.r-project.org/logo/)
readQOI

Read an QOI image into a RGB(A) raster array