# Dependencies

## Libraries

### Accord Imaging Library

*Most filtering and image editing functions are built on the* [*A*ccord Framework](http://accord-framework.net/)*.*&#x20;

> <http://accord-framework.net/>
>
> The Accord.NET Framework is a .NET machine learning framework combined with audio and image processing libraries completely written in C#.

### Dynamic Image

*Layering operations are built with* [*Dynamic Image*](http://dynamicimage.apphb.com/)*.*&#x20;

> <http://dynamicimage.apphb.com/>
>
> An open source image manipulation library for ASP.NET

### Fast Noise Lite

*Procedural and Noise functions are built with* [*Fast Noise Lite*](https://github.com/Auburn/FastNoiseLite) *by* [*Jordan Peck*](https://github.com/Auburn)*.*&#x20;

> <https://github.com/Auburn/FastNoiseLite>
>
> FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms.

### Potrace

*Bitmap vector tracing uses* [*Potrace* ](http://potrace.sourceforge.net/)*by* [*Peter Selinger*](https://www.mathstat.dal.ca/~selinger/)*.*&#x20;

> <http://potrace.sourceforge.net/>
>
> Potrac&#x65;*(TM)* is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.


---

# 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://interopxyz.gitbook.io/bitmap-plus/dependencies.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.
