Skip to content

Commit 0b0247c

Browse files
committed
Auto Update
1 parent 8752490 commit 0b0247c

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# FastImage — SIMD‑Accelerated, Off‑Heap Image Processing for Java
22

3+
4+
[![Status](https://img.shields.io/badge/status-v0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastImage/releases/tag/v0.1.0)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![Java](https://img.shields.io/badge/Java-17+-blue.svg)](https://www.java.com)
7+
[![Platform](https://img.shields.io/badge/Platform-Windows%2010+-lightgrey.svg)]()
8+
[![JitPack](https://img.shields.io/badge/JitPack-ready-green.svg)](https://jitpack.io/#andrestubbe)
9+
10+
---
11+
312
**Ultra-fast native image processing using AVX2/SSE4.1 kernels and zero-GC memory management.**
413

514
FastImage ist eine ultra‑schnelle, native‑beschleunigte Image‑Processing‑Engine für Java, gebaut für das
@@ -25,12 +34,6 @@ public class Demo {
2534
}
2635
```
2736

28-
[![Status](https://img.shields.io/badge/status-v0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastImage/releases/tag/v0.1.0)
29-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
30-
[![Java](https://img.shields.io/badge/Java-17+-blue.svg)](https://www.java.com)
31-
[![Platform](https://img.shields.io/badge/Platform-Windows%2010+-lightgrey.svg)]()
32-
[![JitPack](https://img.shields.io/badge/JitPack-ready-green.svg)](https://jitpack.io/#andrestubbe)
33-
3437
---
3538

3639
## Table of Contents

0 commit comments

Comments
 (0)