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.
- Host: GitHub
- URL: https://github.com/hoehermann/hpicview
- Owner: hoehermann
- License: gpl-3.0
- Created: 2018-04-13T22:58:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T22:43:02.000Z (about 3 years ago)
- Last Synced: 2024-10-12T10:11:34.557Z (12 months ago)
- Topics: jpegtran, picture-viewer, viewer, wxwidgets
- Language: C
- Homepage:
- Size: 175 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
## Building
git submodule update --init
(cd submodules/libjpeg/ && patch < ../libjpeg-reset-orientation-tag.patch) # optional
mkdir build
cd build
cmake ..
cmake --build .