Image viewer and editor designed to be lightweight, fast and customizable
ImageMagick v7+ is required for editing
Built using Tauri V2
Uses PNPM and Node v22+
To pass command line arguments to dev: pnpm tauri dev -- -- <arguments>
Check Tauri version and update:
pnpm outdated @tauri-apps/cli then pnpm update @tauri-apps/cli @tauri-apps/api --latest
withGlobalTauri is set to true
The following plugins were installed:
pnpm tauri add dialog
pnpm tauri add fs
pnpm tauri add shell
pnpm tauri add store
pnpm tauri add opener
pnpm tauri add os
pnpm tauri add deep-link
pnpm tauri add cliOn Fedora, the following packages were needed:
sudo dnf install libsoup3-devel
sudo dnf install javascriptcoregtk4.1-devel
sudo dnf install webkit2gtk4.1-develTo open the console and view errors: Open DevTools using Right click then Inspect.
The semicolon after the 2 IIFEs inside the DOMContentLoaded event listener are necessary to avoid error.
-
Open and view images
-
Modify images using commands sent to ImageMagick