Skip to content

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

License

Notifications You must be signed in to change notification settings

hoehermann/hpicview

Repository files navigation

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

Building

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published