From 0e6da2706fbc370bc19683d8c0ddfe77bdb59873 Mon Sep 17 00:00:00 2001 From: Marcin Zawalski Date: Tue, 21 Jul 2026 16:47:51 +0200 Subject: [PATCH 1/2] docs: add CI/release/license/python/ruff badges and star history chart to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c798ba2f..3a61a5b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@
NegPy Logo

NegPy

+ + [![CI](https://github.com/marcinz606/NegPy/actions/workflows/ci.yml/badge.svg)](https://github.com/marcinz606/NegPy/actions/workflows/ci.yml) + [![Release](https://img.shields.io/github/v/release/marcinz606/NegPy)](https://github.com/marcinz606/NegPy/releases) + [![Downloads](https://img.shields.io/github/downloads/marcinz606/NegPy/total)](https://github.com/marcinz606/NegPy/releases) + [![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) + [![Python](https://img.shields.io/badge/python-3.13%2B-blue)](pyproject.toml) + [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
**NegPy** is a tool for processing film negatives. I built it because I wanted something made specifically for film scans that goes beyond a simple inversion tool. It simulates how film and photographic paper work but also throws in some lab-scanner conveniences. @@ -162,6 +169,10 @@ Setting `backend = "cpu"` disables GPU acceleration entirely — useful if the G --- +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=marcinz606/NegPy&type=Date)](https://star-history.com/#marcinz606/NegPy&Date) + ## Roadmap Things I want to add later: [ROADMAP.md](docs/ROADMAP.md) From 1c6787f9ecc0573cba6627fc83aacf95e38629c6 Mon Sep 17 00:00:00 2001 From: Marcin Zawalski Date: Tue, 21 Jul 2026 16:50:19 +0200 Subject: [PATCH 2/2] docs: drop star history chart, add platform and contributors badges --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a61a5b5..7beefeff 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.13%2B-blue)](pyproject.toml) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) + [![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-lightgrey)](#getting-started) + [![Contributors](https://img.shields.io/github/contributors/marcinz606/NegPy)](https://github.com/marcinz606/NegPy/graphs/contributors) **NegPy** is a tool for processing film negatives. I built it because I wanted something made specifically for film scans that goes beyond a simple inversion tool. It simulates how film and photographic paper work but also throws in some lab-scanner conveniences. @@ -169,10 +171,6 @@ Setting `backend = "cpu"` disables GPU acceleration entirely — useful if the G --- -## Star History - -[![Star History Chart](https://api.star-history.com/svg?repos=marcinz606/NegPy&type=Date)](https://star-history.com/#marcinz606/NegPy&Date) - ## Roadmap Things I want to add later: [ROADMAP.md](docs/ROADMAP.md)