An open API service indexing awesome lists of open source software.

https://github.com/zchrissirhcz/pixel

Image processing library for learning purpose
https://github.com/zchrissirhcz/pixel

c image-processing neon simd

Last synced: 10 months ago
JSON representation

Image processing library for learning purpose

Awesome Lists containing this project

README

          

# Pixel

GitHub [![linux-x64](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-x64.yml/badge.svg)](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-x64.yml) [![linux-x64-asan](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-x64-asan.yml/badge.svg)](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-x64-asan.yml) [![linux-aarch64](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-aarch64.yml/badge.svg)](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-aarch64.yml) [![linux-aarch64-asan](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-aarch64-asan.yml/badge.svg)](https://github.com/zchrissirhcz/pixel/actions/workflows/linux-aarch64-asan.yml)

Pixel is an image processing library written in C, as an infrastructure for ARM NEON optimization related image processing development.