Simp is a fast and simple GPU-accelerated image manipulation program.
- Support of as many image formats as possible.
- 60 Hz. Avoid blocking for more than 16ms.
- Flicker free redrawing.
- Smooth resizing.
- Always use GPU-acceleration where possible.
- Desktop OS support.
- Basic image manipulation.
- Powerful image manipulation (I am not making the next photoshop)
- Web/Mobile platform support.
OS | Support |
---|---|
Linux | The aur package is the only platform with all image formats enabled. |
Windows | Windows does not have any optional formats enabled by default. |
MacOS | MacOS compiles but is not well tested. |
NetBSD | Native package available. |
Format | Decoding | Encoding |
---|---|---|
PNG | β | β |
JPEG | β Baseline and progressive | β Baseline |
GIF | β | β |
BMP | β | β |
ICO | β | β |
TIFF | β | β |
WebP | β Converted to Rgba8 | β Lossless only |
AVIF | π§ Only 8-bit (1) | β |
PNM | β | β |
DDS | β | β |
TGA | β | β |
farbfeld | β | β |
SVG | β (2) | β |
PSD | β | β |
Raw | β Support from rawloader (3) | β |
HEIF/HEIC | β (4) | β |
JPEG XL | β (5) | β |
OpenEXR | β | β |
qoi | β | β |
hdr | β | β |
- Building with AVIF support requires the C library dav1d and is therefore not enabled by default.
- SVGs are rastarized because Simp is primarily a bitmap image editor.
- Most common cameras are supported but the colors may look weird because the standard curve may not fit all images.
- HEIF/HEIC is only enabled on linux by default.
- JPEG XL is only works well on linux currently.
Action | Input |
---|---|
Open image | Ctrl + O |
Save as | Ctrl + S |
Reload image | F5 |
New window | Ctrl + N |
Undo | Ctrl + Z |
Redo | Ctrl + Y |
Copy | Ctrl + C |
Paste | Ctrl + V |
Resize | Ctrl + R |
Rotate left | Q |
Rotate right | E |
Zoom in | - or Mousewheel up |
Zoom out | + or Mousewheel down |
Best fit | Ctrl + B |
Largest fit | Ctrl + L |
Crop | Ctrl + X |
Fullscreen | F11 or F |
Delete image | Delete |
100% - 900% Zoom | Ctrl + 1 - 9 |
Previous image | A or Left arrow |
Next image | D or Right arrow |
The dav1d library is required for AVIF support and libheif is required for heif/heic support.
pacman -S dav1d libheif
pacman -S git rust cargo-about nasm clang
cargo install simp --locked
paru -S simp
A pre-compiled binary is available from the official repositories. To install it, simply run:
pkgin install simp
cargo install --git https://github.com/Kl4rry/simp --locked
The latest build is very likely buggy and unfinished. You can always also just grab the latest binary from actions build artifacts.
Just download the exe from the releases tab. No actual installation is required.
It's an acronym (S)imple (i)mage (m)anipulation (p)rogram.