All Projects → sylikc → jpegview

sylikc / jpegview

Licence: other
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.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
Smarty
1635 projects

Projects that are alternatives of or similar to jpegview

Prado
Your images, your art gallery
Stars: ✭ 16 (-93.6%)
Mutual labels:  image-viewer
PixlView
Mac tool to view raw pixel data in a variety of formats
Stars: ✭ 20 (-92%)
Mutual labels:  image-viewer
image-zoom-view
Imageview zoom library for android
Stars: ✭ 52 (-79.2%)
Mutual labels:  image-viewer
Android-Simple-Image-Gallery
A simple implementation of an image gallery app in android
Stars: ✭ 98 (-60.8%)
Mutual labels:  image-viewer
react-imageViewer
React component for image displaying in full screen
Stars: ✭ 61 (-75.6%)
Mutual labels:  image-viewer
Vudit
A file viewer for Android
Stars: ✭ 40 (-84%)
Mutual labels:  image-viewer
ImageWebServer
A simple image uploader website for use with screenshot applications such as ShareX.
Stars: ✭ 20 (-92%)
Mutual labels:  image-viewer
zsh-image-extension
Image viewing capabilities for zsh
Stars: ✭ 14 (-94.4%)
Mutual labels:  image-viewer
Okuma-Reader
Online book/manga/image set/webtoon reader and library with some key features like Japanese page order, double-page view, touch gestures, multiple languages, and pre-caching of next pages.
Stars: ✭ 31 (-87.6%)
Mutual labels:  image-viewer
ImagePicker
Android library to choose image from gallery or camera with option to compress result image
Stars: ✭ 73 (-70.8%)
Mutual labels:  image-viewer
AndroidBigImage
Automatically generate a new Android application to display, zoom and scroll on a big image!
Stars: ✭ 49 (-80.4%)
Mutual labels:  image-viewer
html-mangareader
A lightweight offline CBZ/CBR and image viewer with full continuous scrolling
Stars: ✭ 84 (-66.4%)
Mutual labels:  image-viewer
saccade
A sophisticated scientific image viewer for Linux with OpenGL support and synchronized viewports
Stars: ✭ 38 (-84.8%)
Mutual labels:  image-viewer
EasyAlbum
📷 A lightweight, pure-Swift library for pick up photo from your album.
Stars: ✭ 31 (-87.6%)
Mutual labels:  image-viewer
gallery-server
Beautiful and powerful yet simple local image viewer on your PC or mobile.
Stars: ✭ 16 (-93.6%)
Mutual labels:  image-viewer
react-simple-image-viewer
Simple image viewer component for React
Stars: ✭ 44 (-82.4%)
Mutual labels:  image-viewer
vimiv-qt
An image viewer with vim-like keybindings
Stars: ✭ 130 (-48%)
Mutual labels:  image-viewer
image-viewer
A simple image viewer with some editing functionality.
Stars: ✭ 31 (-87.6%)
Mutual labels:  image-viewer
vue-photoswipe
PhotoSwipe demo built with vue
Stars: ✭ 55 (-78%)
Mutual labels:  image-viewer
Pigment.O
Krita - Plugin - Color Picker and Mixer
Stars: ✭ 75 (-70%)
Mutual labels:  image-viewer

JPEGView - Image Viewer and Editor

This is the semi-official re-release of JPEGView.

Description

JPEGView is a lean, 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.

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 mode to play folder of JPEGs as movie

(summary from the original SourceForge project page)

Installation

Official Releases

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

  • Archive Zip/7z - Portable
  • Windows Installer MSI - For Installs
  • Source code - Build 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 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

Windows XP SP2 or later is needed to run the 32 bit version.

64 bit Windows 7 or later is needed to run the 64 bit version.

What's New

Brief History

This GitHub repo continues the legacy (is a "fork") of the excellent project JPEGView by David Kleiner. Unfortunately as of 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].