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

https://github.com/hoehermann/hpicview

Simple picture viewer. Offers lossless rotation of JPEGs provided by libjpeg.
https://github.com/hoehermann/hpicview

jpegtran picture-viewer viewer wxwidgets

Last synced: 7 months ago
JSON representation

Simple picture viewer. Offers lossless rotation of JPEGs provided by libjpeg.

Awesome Lists containing this project

README

          

# hpicview

Hermann's picture viewer

This simple picture viewer was written in the spirit of IrfanView, gpicview and Windows 7's picture viewer.
All of them can rotate JPEG files losslessly, but only Windows 7's picture viewer offers a one-click solution.

![Screenshot of hpicview](doc/screenshot.png)

## Building

git submodule update --init
(cd submodules/libjpeg/ && patch < ../libjpeg-reset-orientation-tag.patch) # optional
mkdir build
cd build
cmake ..
cmake --build .