Skip to content

Tags: mez0ru/jpegview

Tags

v1.2.45

Toggle v1.2.45's commit message
sylikc release. ICC Profiles support for WebP, JPEG XL, HEIF/HEIC, AV…

…IF. Bugfixes: most important is the fix of the freeze when AVX2 and HighQualityResampling is on, and client rect width > 3200. See CHANGELOG.txt for more details.

v1.2.45-msi

Toggle v1.2.45-msi's commit message
sylikc release. Rebuilt MSI from this commit for v1.2.45 release tag.…

… To prevent confusion, since v1.2.45 was released only a few hours ago, did not make a new point release.

v1.1.44

Toggle v1.1.44's commit message
sylikc release. Animated AVIF Sequence support. QOI Image format supp…

…ort. Crop to image AR, new INI options, remove % limits on zoom, lots of bugfixes. See CHANGELOG.txt for all details!

last-cpp14-code

Toggle last-cpp14-code's commit message
This is the last commit which used only C++14 code. The next commit u…

…ses std::gcd which is only available in C++17.

There is a workaround, and it's documented at the top of CropCtl.cpp... write your own GCD functionality... if you need to compile this on an older version of Visual Studio.

legacy-strings-txt

Toggle legacy-strings-txt's commit message
This is the last commit with the unmodified legacy strings_XX.txt. Af…

…ter this commit, they will be modified and format will be maintained by script to be sorted and match with the reference strings.txt. Obviously, it'll still need users to help translate manually, but it will be checked by script.

v1.1.43

Toggle v1.1.43's commit message
sylikc release. HEIF/AVIF support. KeyMap.txt will not overwrite on u…

…pgrades, WebP now directly integrated into JPEGView without needing an external DLL.

webp-separate-project

Toggle webp-separate-project's commit message
This is the last commit where the WebP format support was a separate …

…project file which generated a separate DLL which was then loaded by JPEGView.

v1.1.42

Toggle v1.1.42's commit message
sylikc release. JPEG XL support, with animation. Hide window title, m…

…ove with ALT+CLICK, Always on top, copy file path, INI: ShowFullPathInTitle, DefaultSelectionMode, IDM_CHANGESIZE. Thanks to all contributors on GitHub! See CHANGELOG.txt for more info.

v1.1.41.1

Toggle v1.1.41.1's commit message
sylikc release. Fixed a regression failing to open RAW files detected…

… as TIFF based on magic bytes introduced in v1.1.41 . See CHANGELOG.txt for more info.

v1.1.41

Toggle v1.1.41's commit message
sylikc release. Animated WebP support, Animated PNG support, updated …

…libturbojpeg and libwebp libraries to latest, and misc changes contributed by others on GitHub. See CHANGELOG.txt for more info.