Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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