File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
514FastImage 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
You can’t perform that action at this time.
0 commit comments