xStrom / Slark

Slark is for viewing multiple animated or static images at the same time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slark

Slark is a tool for viewing static and animated images.

cargo run /path/to/image.gif

You can load multiple images into Slark and then drag them around the canvas.

cargo run /path/to/image.gif /and/another.webp third.jpg

Use PGUP / PGDN to control their Z-ordering. Mouse wheel to zoom. DEL to remove an image.

HOME to automatically arrange the images in a way that all of them fit to fill the surface.

Ctrl+S / Ctrl+O to save / open a project file which remembers all the opened images and their location, z-order, and zoom level.

Supported image formats are GIF, WebP, JPEG, and PNG.

Project status

Slark is in early development. There are plenty of bugs and development time is limited.

License

© Copyright 2019-2022 Kaur Kuut

Slark is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Slark is for viewing multiple animated or static images at the same time.

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%