dream1986 / jpegview

Fork of JPEGView by David Kleiner - fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - allowing adjusting typical parameters as sharpness, color balance, rotation, perspective, contrast and local under-/overexposure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPEGView - Image Viewer and Editor

This is the official re-release of JPEGView.

Description

JPEGView is a lean, fast and highly configurable image viewer/editor with a minimal GUI.

Formats Supported

JPEGView has built-in support the following formats:

  • Popular: JPEG, GIF
  • Lossless: BMP, PNG, TIFF
  • Web: WEBP, JXL
  • Legacy: TGA, WDP, HDP, JXR
  • Camera RAW formats:
    • Adobe (DNG), Canon (CRW, CR2), Nikon (NEF, NRW), Sony (ARW, SR2)
    • Olympus (ORF), Panasonic (RW2), Fujifilm (RAF)
    • Sigma (X3F), Pentax (PEF), Minolta (MRW), Kodak (KDC, DCR)

Many additional formats are supported by Windows Imaging Component (WIC)

Basic Image Editor

Basic on-the-fly image processing is provided - allowing adjusting typical parameters:

  • sharpness
  • color balance
  • rotation
  • perspective
  • contrast
  • local under-/over-exposure

Other Features:

  • Small and fast, uses SSE2 and up to 4 CPU cores
  • High quality resampling filter, preserving sharpness of images
  • Basic image processing tools can be applied realtime during viewing
  • Movie/Slideshow mode - to play folder of JPEGs as movie

Installation

Official Releases

Official releases will be made to sylikc's GitHub Releases page. Each release includes:

  • Archive Zip/7z - Portable
  • Windows Installer MSI - For Installs
  • Source code - Build it yourself

Portable

JPEGView does not require installation to run. Just unzip, and run either the 64-bit version, or the 32-bit version depending on which platform you're on. It can save the settings to the extracted folder and run entirely portable.

MSI Installer

For those who prefer to have JPEGView installed for All Users, a 32-bit/64-bit installer will be available to download starting with v1.0.40. I don't own a code signing certificate yet, so the MSI release is not signed.

WinGet

If you're on Windows 11, or Windows 10 (build 1709 or later), you can also download it directly from the official Microsoft WinGet tool repository. This downloads the latest MSI installer directly from GitHub for installation.

Example Usage:

C:> winget search jpegview

Name     Id              Version  Source
-----------------------------------------
JPEGView sylikc.JPEGView 1.0.39.1 winget

C:> winget install jpegview

Found JPEGView [sylikc.JPEGView] Version 1.0.39.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/sylikc/jpegview/releases/download/v1.0.39.1-wix/JPEGView64_en-us_1.0.39.1.msi
  ==============================  2.13 MB / 2.13 MB
Successfully verified installer hash
Starting package install...
Successfully installed

PortableApps

Another option is to use the official JPEGView on PortableApps package. The PortableApps launcher preserves user settings in a separate directory from the extracted application directory. This release is signed.

System Requirements

32-bit version: Windows XP SP2 or later

64-bit version: Windows 7/8/10/11 64-bit or later

What's New

Brief History

This GitHub repo continues the legacy (is a "fork") of the excellent project JPEGView by David Kleiner. Unfortunately, starting in 2020, the SourceForge project has essentially been abandoned, with the last update being 2018-02-24 (1.0.37). It's an excellent lightweight image viewer that I use almost daily!

The starting point for this repo was a direct clone from SourceForge SVN to GitHub Git. By continuing this way, it retains all previous commits and all original author comments.

I'm hoping with this project, some devs might help me keep the project alive! It's been awhile, and could use some new features or updates. Looking forward to the community making suggestions, and devs will help with some do pull requests as some of the image code is quite a learning curve for me to pick it up. -sylikc

Special Thanks

Special thanks to qbnu for adding additional codec support!

  • Animated WebP
  • Animated PNG
  • JPEG XL with animation support

About

Fork of JPEGView by David Kleiner - fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - allowing adjusting typical parameters as sharpness, color balance, rotation, perspective, contrast and local under-/overexposure.

License:Other


Languages

Language:C++ 64.7%Language:C 23.8%Language:HTML 9.5%Language:Smarty 1.9%Language:Batchfile 0.0%Language:Shell 0.0%