chore: standardize tool count to 30+ across all docs and UI

This commit is contained in:
Siddharth Kumar Sah
2026-03-28 16:32:28 +08:00
parent aea0974600
commit 33cd575506
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<h1 align="center">Stirling Image</h1>
<p align="center">Stirling-PDF but for images. 36+ tools and local AI in a single Docker container.</p>
<p align="center">Stirling-PDF but for images. 30+ tools and local AI in a single Docker container.</p>
<p align="center">
<a href="https://github.com/siddharthksah/Stirling-Image/pkgs/container/stirling-image"><img src="https://img.shields.io/badge/Docker-ghcr.io-blue?logo=docker" alt="Docker"></a>
@@ -17,7 +17,7 @@
## Key Features
- **36+ image tools** - Resize, crop, compress, convert, watermark, color adjust, and more
- **30+ image tools** - Resize, crop, compress, convert, watermark, color adjust, and more
- **Local AI** - Remove backgrounds, upscale images, erase objects, blur faces, extract text (OCR). All running on your hardware with pre-downloaded models, no internet required
- **Pipelines** - Chain tools into reusable workflows. Batch process up to 200 images at once
- **REST API** - Every tool available via API. Interactive docs included at `/api/docs`
+1 -1
View File
@@ -3,7 +3,7 @@ info:
title: Stirling Image API
version: 0.9.0
description: |
REST API for Stirling Image, a self-hosted image processing platform with 33+ tools.
REST API for Stirling Image, a self-hosted image processing platform with 30+ tools.
## Authentication
+1 -1
View File
@@ -39,7 +39,7 @@ function generateLlmsTxt(spec: OpenAPISpec): string {
lines.push(`# ${spec.info.title}`);
lines.push("");
lines.push(
"> Self-hosted image processing API with 33+ tools. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more.",
"> Self-hosted image processing API with 30+ tools. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more.",
);
lines.push("");
lines.push("## Docs");
+1 -1
View File
@@ -14,7 +14,7 @@ hero:
link: /api/rest
features:
- title: 33+ tools
- title: 30+ tools
details: Resize, crop, compress, convert, watermark, OCR, background removal, upscaling, face blurring, and more.
- title: Runs locally
details: Single Docker container. Your images stay on your server, nothing gets sent to external services.
+1 -1
View File
@@ -1,6 +1,6 @@
# Stirling Image — Complete Documentation
Self-hosted, open-source image processing platform with 33+ tools. Runs in a single Docker container. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more — without sending images to external services.
Self-hosted, open-source image processing platform with 30+ tools. Runs in a single Docker container. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more — without sending images to external services.
- GitHub: https://github.com/siddharthksah/Stirling-Image
- Docs: https://siddharthksah.github.io/Stirling-Image/
+1 -1
View File
@@ -1,6 +1,6 @@
# Stirling Image
> Self-hosted, open-source image processing platform with 33+ tools. Runs in a single Docker container.
> Self-hosted, open-source image processing platform with 30+ tools. Runs in a single Docker container.
## Docs
@@ -1705,7 +1705,7 @@ function AboutSection() {
</div>
</div>
<p className="text-sm text-muted-foreground">
A self-hosted, privacy-first image processing suite with 33+ tools. Resize, compress,
A self-hosted, privacy-first image processing suite with 30+ tools. Resize, compress,
convert, watermark, and automate your image workflows without sending data to the cloud.
</p>
<div className="flex items-center gap-4 text-sm">
+1 -1
View File
@@ -123,7 +123,7 @@ export const en = {
regenerateKey: "Regenerate",
copyKey: "Copy Key",
aboutDescription:
"Stirling Image is a self-hosted, privacy-first image processing suite with 33+ tools.",
"Stirling Image is a self-hosted, privacy-first image processing suite with 30+ tools.",
aboutLinks: "Links",
github: "GitHub",
documentation: "Documentation",