# Sharpen

Sharpening is a powerful tool to emphasize texture and details, especially on smaller images, e.g. thumbnails. Cloudimage can apply an **unsharp mask** filter which will make your image look sharper. You can specify the filter radius (X) in pixels.

<mark style="color:green;">**sharp=X**</mark>

## Examples

| Preview                          | Syntax                                                                                                                                                                                                                                                                                     |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ![](/files/I5OzP0BYNoM75zyCsfHV) | <p>Only resize:<br><a href="https://doc.cloudimg.io/https://samples.scaleflex.com/darkside.jpg?w=300">/samples.scaleflex.com/darkside.jpg?<mark style="color:orange;"><strong>w=300</strong></mark></a></p>                                                                                |
| ![](/files/6uXPS0Ew86OfR49iKuDm) | <p>Resize and sharpen:<br><a href="https://doc.cloudimg.io/https://samples.scaleflex.com/darkside.jpg?w=300&#x26;sharp=3">/samples.scaleflex.com/darkside.jpg?<mark style="color:orange;"><strong>w=300</strong></mark>&<mark style="color:green;"><strong>sharp=3</strong></mark></a></p> |


---

# 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://docs.cloudimage.io/transformations/image-filters/sharpen.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.
