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.
- Host: GitHub
- URL: https://github.com/xland/imageviewer
- Owner: xland
- License: mit
- Created: 2023-03-09T08:30:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T03:24:49.000Z (over 2 years ago)
- Last Synced: 2025-03-24T07:16:30.685Z (7 months ago)
- Topics: codec, fast, image, skia, small
- Language: C++
- Homepage:
- Size: 314 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageViewer
An image viewer powered by Skia.

# 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 )