> ## Documentation Index
> Fetch the complete documentation index at: https://bettertickets.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> The full command reference for better tickets image effects: explode, implode, globe and spin, what each option does.

Free for everyone, no permissions required beyond being able to run commands in the server. See [Overview](/docs/img/overview) for how the source image is picked and when the result is a still image vs a gif.

Every subcommand below shares the same three options.

<ParamField path="image" type="attachment">
  An image to use directly.
</ParamField>

<ParamField path="member" type="user">
  Use this member's avatar.
</ParamField>

Reply to a message with an image to use it as the source instead of either option above, only available through the `!`-prefixed shortcut.

### `/img explode` (Shortcut: `explode`)

Bulges the image outward from its center, fisheye-style. A still image in makes a still image out; a gif in makes a gif out with the effect applied to every frame.

### `/img implode` (Shortcut: `implode`)

The opposite of explode, sucks the image inward into a vanishing point. Same still-in/still-out, gif-in/gif-out behavior as explode.

### `/img globe` (Shortcut: `globe`)

Wraps the image around a spinning globe. Always animated. If the source is a gif, its own animation keeps playing while the globe spins.

### `/img spin` (Shortcut: `spin`)

Spins the image in place. Always animated. If the source is a gif, the rotation stays synced to the source's own loop length instead of a fixed duration.


## Related topics

- [Commands](/docs/tickets/commands.md)
