> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Conjure Helps You Easily Transform Your Images on Linux
- URL: https://itsfoss.com/news/conjure/
- Published: 2023-03-07T04:26:18.000Z
- Updated: 2023-03-07T04:26:18.000Z
- Description: Conjure is a new GUI tool with many handy functions to tweak your images quickly.
- Author: Ankush Das
- Tags: First Look, News, #Import 2025-11-08 21:15

There are various image manipulation programs to tweak your pictures on Linux.

You can always use full-fledged GUI apps like [GIMP](https://itsfoss.com/gimp-2-10-release/) or [Pinta](https://www.pinta-project.com/?ref=itsfoss.com) for image editing. However, if you want something quickly without looking through the documentation or YouTube videos, Conjure can help.

Conjure is a front-end to [ImageMagick](https://itsfoss.com/install-imagemagick-ubuntu/), just like the "[Converter](https://itsfoss.com/converter-tool/)" tool we covered earlier.

However, this project is still in its early phases of development. You can try it out to experiment with the functions; before you do, let me highlight what you can do with it.

## Conjure: Overview ⭐

![conjure screenshot](https://itsfoss.com/content/images/2023/03/conjure.png)

Conjure provides an incredibly simple user interface that makes it easy to use. You can resize, crop, flip, rotate, adjust the brightness, and apply filters and effects.

Some of the options that Conjure offers include:

- Seam Carving
- Blur
- Despeckle
- Edge
- Emboss
- Kuwahara
- Edge
- Shade
- Sharpen
- Sketch

In addition, you can enhance, posterize, add a tint, solarize, use Kmeans, and a couple of other commands.

![conjure app commands](https://itsfoss.com/content/images/2023/03/conjure-commands.jpg)

So, it is safe to say that you get **several image manipulation functions just a click away** with Conjure.

All you have to do is select an image and then select a command from the drop-down list, as shown above.

![](https://itsfoss.com/content/images/2023/03/conjure-emboss.png)

You can then adjust the effect or the function active for the image. The app gives you a preview of what it looks like. 

![conjure app with charcoal effect on image](https://itsfoss.com/content/images/2023/03/conjure-charcoal.png)

Once final, you can click "**Apply**" to generate a copy of the manipulated image and hit "**Save**" to store it on your system.

![conjure app save image option](https://itsfoss.com/content/images/2023/03/conjure-save.jpg)

I haven't tried all the options, but it works well enough for a pretty new app.

You can explore more about it on its [GitHub page](https://github.com/nate-xyz/conjure?ref=itsfoss.com) or install it through [Flathub](https://flathub.org/apps/details/io.github.nate%5Fxyz.Conjure?ref=itsfoss.com). Refer to our [Flatpak guide](https://itsfoss.com/flatpak-guide/) to set it up, or type in the following command to get it installed once setup:

```
flatpak install flathub io.github.nate_xyz.Conjure
```

[Conjure (GitHub)](https://github.com/nate-xyz/conjure?ref=itsfoss.com)

*💬 What do you think of Conjure? Share your thoughts!*