# Photoshop Methods

The `<photo>` section of the usage must be replaced with a user mention or a link to an image

If a photo is not provided, Hoppi will use the author's avatar (your avatar).

| Method      | Usage                  | Details                                                |
| ----------- | ---------------------- | ------------------------------------------------------ |
| deepfry     | `;deepfry <photo>`     | Increases the contrast in the image                    |
| bomb        | `;bomb <photo>`        | Inverts the image's colors                             |
| pixel       | `;pixel <photo> <n>`   | Pixelates the image, this method also accepts a number |
| snap        | `;snap <photo>`        | Thanos snaps an image                                  |
| blur        | `;blur <photo>`        | Blurs the image                                        |
| darken      | `;darken <photo>`      | Darkens the image                                      |
| brighten    | `;brighten <photo>`    | Brightens the image                                    |
| removecolor | `;removecolor <photo>` | Makes the image look old-fashioned                     |
| scale       | `;scale <photo> <n>`   | Scales the photo, this method also accepts a number    |


---

# 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://hoppi-discord.gitbook.io/hoppi-docs/photoshop/photo-editing/photoshop-methods.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.
