Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Image processing library for learning purpose
- Host: GitHub
- URL: https://github.com/zchrissirhcz/pixel
- Owner: zchrissirhcz
- License: mit
- Created: 2020-11-08T03:40:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:20:02.000Z (about 2 months ago)
- Last Synced: 2024-12-09T03:24:35.922Z (about 2 months ago)
- Topics: c, image-processing, neon, simd
- Language: C
- Homepage:
- Size: 18.9 MB
- Stars: 53
- Watchers: 10
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixel
[![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.