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

https://github.com/xland/imageviewer

An image viewer powered by Skia.
https://github.com/xland/imageviewer

codec fast image skia small

Last synced: 6 months ago
JSON representation

An image viewer powered by Skia.

Awesome Lists containing this project

README

          

# ImageViewer

An image viewer powered by Skia.

![](./doc/app.png)

# Download

[Release](https://github.com/xland/ImageViewer/releases/)

# Features

- Support most of the images formats : png, jpeg, gif ...
- Image scale (mouse wheel)
- Image rotate
- Drag to move image
- Previous image and next image in a directory
- Image watermark
- Image from http/https url
- Image save to disk
- Multi language support
- Very fast
- Low memory and CPU/GPU useage
- Only one executeble file less than 6M

# In Progress

- [ ] CMake Support ( Only VisualStudio Just Now )
- [ ] Mac OS Support ( Only Windows Just Now )