> For the complete documentation index, see [llms.txt](https://bellingcat.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellingcat.gitbook.io/toolkit/categories/image-video/image-misc.md).

# Misc

| Name             | Description                                                                                                                                                                                  | Cost                                              | Tool Review and Guide                                                                                                                                                                                  |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| AmIReal          | Github - GAN detector detects if faces were generated by ThisPersonDoesNotExist                                                                                                              | <mark style="background-color:green;">Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://seintpl.github.io/AmIReal/"><mark style="background-color:blue;"><https://seintpl.github.io/AmIReal/></mark></a></p>                 |
| AutoStitch       | Autostitch is a free tool for seamlessly combining multiple photos into a single panoramic image, making it ideal for creating wide-angle photography without needing specialized equipment. | <mark style="background-color:green;">Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/autostitch](/toolkit/more/all-tools/autostitch.md)                                                                                               |
| Cleanup.Pictures | Web tool for quickly removing objects from an image.                                                                                                                                         | <mark style="background-color:green;">Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://cleanup.pictures/"><mark style="background-color:blue;"><https://cleanup.pictures/></mark></a></p>                                   |
| fdupes           | Github - Locating exact matches of duplicate files.                                                                                                                                          | <mark style="background-color:green;">Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://github.com/adrianlopezroche/fdupes"><mark style="background-color:blue;"><https://github.com/adrianlopezroche/fdupes></mark></a></p> |
| Forensically     | A collection of web-based image forensics tools. Can identify fake or doctored images.                                                                                                       | <mark style="background-color:green;">Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/forensically](/toolkit/more/all-tools/forensically.md)                                                                                           |
| Hugin            | Hugin is a free and open-source panorama photo stitching and HDR (High Dynamic Range imaging) merging software that helps users create seamless panoramic images from multiple photographs.  | <mark style="background-color:green;">Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/hugin](/toolkit/more/all-tools/hugin.md)                                                                                                         |
| InVID            | A toolkit that supports the verification of videos and images.                                                                                                                               | <mark style="background-color:green;">Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/invid](/toolkit/more/all-tools/invid.md)                                                                                                         |
| IPVM Calculator  | Tool for simulating camera views (for geolocations).                                                                                                                                         | <mark style="background-color:green;">Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://calculator.ipvm.com/"><mark style="background-color:blue;"><https://calculator.ipvm.com/></mark></a></p>                             |
| PureRef          | Image workspace; lets you arrange images in groups, organize them, etc.                                                                                                                      | <mark style="background-color:green;">Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://www.pureref.com/index.php"><mark style="background-color:blue;"><https://www.pureref.com/index.php></mark></a></p>                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bellingcat.gitbook.io/toolkit/categories/image-video/image-misc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
