diff --git a/README.md b/README.md index c172aeae..80e8273a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Stirling Image

-

Stirling-PDF but for images. 36+ tools and local AI in a single Docker container.

+

Stirling-PDF but for images. 30+ tools and local AI in a single Docker container.

Docker @@ -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` diff --git a/apps/api/src/openapi.yaml b/apps/api/src/openapi.yaml index 9b3210af..24e34084 100644 --- a/apps/api/src/openapi.yaml +++ b/apps/api/src/openapi.yaml @@ -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 diff --git a/apps/api/src/routes/docs.ts b/apps/api/src/routes/docs.ts index 07b51c84..0187dde8 100644 --- a/apps/api/src/routes/docs.ts +++ b/apps/api/src/routes/docs.ts @@ -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"); diff --git a/apps/docs/index.md b/apps/docs/index.md index 22224d82..02c7b131 100644 --- a/apps/docs/index.md +++ b/apps/docs/index.md @@ -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. diff --git a/apps/docs/public/llms-full.txt b/apps/docs/public/llms-full.txt index 008b60b4..0df4f62f 100644 --- a/apps/docs/public/llms-full.txt +++ b/apps/docs/public/llms-full.txt @@ -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/ diff --git a/apps/docs/public/llms.txt b/apps/docs/public/llms.txt index c6fe4444..771c6166 100644 --- a/apps/docs/public/llms.txt +++ b/apps/docs/public/llms.txt @@ -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 diff --git a/apps/web/src/components/settings/settings-dialog.tsx b/apps/web/src/components/settings/settings-dialog.tsx index ecb5abec..fcff0c81 100644 --- a/apps/web/src/components/settings/settings-dialog.tsx +++ b/apps/web/src/components/settings/settings-dialog.tsx @@ -1705,7 +1705,7 @@ function AboutSection() {

- 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.

diff --git a/packages/shared/src/i18n/en.ts b/packages/shared/src/i18n/en.ts index 904bd8a3..5cb53b47 100644 --- a/packages/shared/src/i18n/en.ts +++ b/packages/shared/src/i18n/en.ts @@ -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",