Skip to content

Commit 80d9ed3

Browse files
committed
docs: Standardize badge set across ecosystem
1 parent 99ea210 commit 80d9ed3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
**Ultra-fast native image processing using AVX2/SSE4.1 kernels and zero-GC memory management.**
44

5-
[![Build](https://img.shields.io/github/actions/workflow/status/andrestubbe/FastImage/maven.yml?branch=main)](https://github.com/andrestubbe/FastImage/actions)
6-
[![Java](https://img.shields.io/badge/Java-17+-blue.svg)](https://www.java.com)
7-
[![Platform](https://img.shields.io/badge/Platform-Windows%20x64-lightgrey.svg)]()
8-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9-
[![JitPack](https://jitpack.io/v/andrestubbe/FastImage.svg)](https://jitpack.io/#andrestubbe/FastImage)
10-
115
FastImage ist eine ultra‑schnelle, native‑beschleunigte Image‑Processing‑Engine für Java, gebaut für das FastJava‑Ecosystem. Es kombiniert AVX/SSE SIMD, off‑heap Storage, zero‑copy Pipelines und eine fluent API, um typische BufferedImage‑Operationen **10–50× schneller** auszuführen — ohne GC‑Pressure, ohne Pixel‑Loops, ohne JVM‑Overhead.
126

137
```java
@@ -28,6 +22,12 @@ public class Demo {
2822
}
2923
```
3024

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

3333
## Table of Contents

0 commit comments

Comments
 (0)