# fimgs - image filters tool

## Install

```bash
go install github.com/rprtr258/fimgs/cmd/fimgs@latest
```

## Usage

```php
NAME:
   fimgs - Applies filter to image

USAGE:
   Applies filter to image and saves new image

COMMANDS:
   blur             Blur filter
   cluster          Cluster colors
   edgedetect1      Edgedetect1 filter
   edgedetect2      Edgedetect2 filter
   edgeenhance      Edgeenhance filter
   emboss           Emboss filter
   hilbert          Hilbert curve filter
   hilbertdarken    Hilbert darken curve filter
   horizontallines  Horizontallines filter
   median           Median filter
   quadtree         Quad tree filter
   shader           Shader filter
   sharpen          Sharpen filter
   verticallines    Verticallines filter
   weakblur         Weakblur filter
   zcurve           Z curve filter

GLOBAL OPTIONS:
   --image value, -i value  input image filename
   --help, -h               show help

```

## Examples

|                                  |                                  |                                  |
| -------------------------------- | -------------------------------- | -------------------------------- |
| ![](/files/PpADbUUaIICrri1kGtYM) | ![](/files/OCVCHODahPNIW5Unznww) | ![](/files/8JcqIbiTgDL4NQWh79Hx) |
| blur.png                         | cluster.png                      | edgedetect1.png                  |
| ![](/files/Qm1AB7pPwShMBc4kPCH0) | ![](/files/1YjI16g2mLPJiwAH94M9) | ![](/files/NIV7Sd90FCy4cBjZNpYg) |
| edgedetect2.png                  | edgeenhance.png                  | emboss.png                       |
| ![](/files/ecroWgVNFt42dSUlLkaZ) | ![](/files/nYoTOigTnB7pDcpiqQAx) | ![](/files/ixmxybcw9gWevB2qTaEo) |
| hilbert.png                      | hilbertdarken.png                | horizontallines.png              |
| ![](/files/7xvNMXZPIbIw1POvYgXi) | ![](/files/2scBwcvIL7WJaFjC1d6B) | ![](/files/kUQ0VnkXN3Px9NNDwfd0) |
| median.png                       | orig.png                         | quadtree.png                     |
| ![](/files/MA5dH47vpbscv5QbYrpr) | ![](/files/2BYNfa3GAdibKhhCcLux) | ![](/files/COq33rwKRDU0waazNPBe) |
| shader\_rgb.png                  | sharpen.png                      | verticallines.png                |
| ![](/files/qx6jgCYIfZLT1fo8BzqF) | ![](/files/seKCCkXoUGqpZ2SsnXCc) |                                  |
| weakblur.png                     | zcurve.png                       |                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rprtr258.gitbook.io/fimgs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
