Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wykerd/image-viewer-plus
A Feh like image viewer for Windows
https://github.com/wykerd/image-viewer-plus
gui image-viewer libwebp windows
Last synced: 4 months ago
JSON representation
A Feh like image viewer for Windows
- Host: GitHub
- URL: https://github.com/wykerd/image-viewer-plus
- Owner: Wykerd
- License: gpl-3.0
- Created: 2020-05-14T17:20:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T17:48:12.000Z (over 4 years ago)
- Last Synced: 2023-03-05T22:43:15.852Z (almost 2 years ago)
- Topics: gui, image-viewer, libwebp, windows
- Language: Pascal
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Viewer-Plus
A Feh like image viewer for Windows
Currently under development
# Prerequisites
Build the libwebp dynamic link library (see `lib/delphi-webp/BUILDING.md`) and move the `libwebp.dll` file to `Win32/Debug` and `Win32/Release`
# Building
Build the project (`ivp.dproj`) using the Delphi IDE. Tested in Delphi 10.3.
# Usage
## Supported image types
- Bitmap
- TIFF
- JPEG
- PNG
- GIF
- WebP## Loading images
### Using the CLI to load images:
Add the directory to the built binaries to the system path environment variable.
Run the program from the terminal using
```
ivp [...FILE PATHS / DIRECORY PATHS / HTTP(S) URLS]
```### Using the GUI to load images:
Drag images or directory into the GUI to add the images to the list.
## Controls
Left & right arrows for navigation.
Up & down arrows for zoom.
Mouse for panning.
# Libraries used
- Windows GDI+
- Win32 API
- libwebp