GitHub - jaroslavszkandera/luminous · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
jaroslavszkandera
luminous
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>228 Commits<br>228 Commits
crates
crates
examples
examples
plugins
plugins
src
src
ui
ui
.gitignore
.gitignore
Cargo.lock
Cargo.lock
Cargo.toml
Cargo.toml
LICENSE
LICENSE
README.md
README.md
build.rs
build.rs
View all files
Repository files navigation
Luminous
A performant cross-platform image viewer and editor built with Rust and Slint, with an extensible plugin system.
Quick Start
Run from source:
cargo run --release -- ./path/to/your/images
For quicker iteration during development:
cargo run --profile quick-release -- ./path/to/your/images
Additional image formats can be enabled with --features flag:
">cargo build --release --features format>
Formats decoded via the image crate. Enabled by default: jpeg, png, webp, gif, tiff, pnm, avif.
Plugins
Plugins are detected from two locations:
Development (cargo run): /../../../plugins/
Installed (platform data dir): ~//luminous/plugins/<br>See ProjectDirs::data_dir for platform-specific paths.
Example Plugins
Plugin<br>Description
CLIP<br>Semantic image search
HDF5<br>Hierarchical Data Format v5 support
HEIC<br>HEIC format decoding
ARC<br>Sony Alpha Raw decoding
SAM2<br>Interactive segmentation
SAM3<br>Multimodal interactive segmentation
WDS<br>WebDataset encoding support
test_plugin<br>Example plugin in C++
See each plugin's README.md for details.
Configuration
View all CLI options:
cargo run --release -- --help
The app automatically looks for a TOML config file at:
Linux: ~/.config/luminous/luminous.toml
Windows: C:\Users\Username\AppData\Roaming\luminous\luminous.toml
macOS: ~/Library/Application Support/luminous/luminous.toml
An example config with defaults is at examples/luminous.toml.
Controls
Also available in the settings panel (F1).
Key / Mouse<br>Action
Esc / Left Double Click<br>Toggle grid / full view
Middle / Left Drag<br>Pan image
Quit
Toggle fullscreen
Left Arrow / h<br>Previous image
Right Arrow / l<br>Next image
Ctrl + Scroll / - / + (grid)<br>Change column count
Ctrl + Scroll / - / + (image)<br>Zoom in / out
Scroll<br>Navigate images
PgUp / PgDn<br>Scroll grid up / down
Home / End<br>Grid top / bottom
Right Click<br>Context menu
Reset zoom
Search
Toggle side panel
Copy to clipboard
Delete<br>Delete
F1<br>Settings / help
License
MIT - see LICENSE for details.
About
No description, website, or topics provided.
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
No releases published
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Rust<br>69.6%
Slint<br>20.8%
Python<br>7.7%
WGSL<br>1.6%
Other<br>0.3%
You can’t perform that action at this time.