• Stars
    star
    529
  • Rank 83,186 (Top 2 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast

日本語 / English

QuickViewer

An image/comic viewer for Windows, Mac, and Linux. It can show images very fast!

github tag github downloads github last commit opencollective backers opencollective contributors opencollective balance opencollective yearly Join the chat at https://gitter.im/kanryu/quickviewer

Project Website (in English/Japanese)

Summary

  • Fast viewing (using OpenGL)
  • Cross-platform (Windows, macOS, Linux)
  • Portable (no installer needed, does not write to registries, does not need external libraries)
  • Double-page spread view (displaying of two images at once: handy for digital books/comics)
  • Direct reading of archives (zip/7z/rar/cbz/cb7/cbr/cab/tar.gz/tar.bz2/tar.xz, and more)
  • View many different types of images (bmp/png/jpeg/ico/dds/tga/tiff/gif)
    • Supports modern formats (JPEG 2000 / JPEG XR / WebP)
    • Supports Animated PNG (APNG) and GIF
    • Auto-rotation (using JPEG Exif)
  • View RAW images from digital cameras:
    • Canon (crw/cr2)
    • Nikon (nef)
    • Sony (arw)
    • Ricoh (dng)
    • more
  • Create/view/search through the catalogs from thousands of your digital books
  • Multilingual support (English/Spanish/French/Greek/Japanese/Arabic/Russian/Simplified Chinese)

Download

Binary Distributions

  • Windows .zip (x86/x64)
  • Mac .dmg (x64) (until v1.1.1)
  • Linux .AppImage (x64) (until v1.1.1)

Contributing

Contributions go far beyond pull requests and commits to the code. We would love to give you an opportunity to put your stamp on QuickViewer. We also are thrilled to receive a great variety of other contributions, including:

  • Documentation updates, enhancements, designs, or bugfixes
  • Spelling or grammar corrections
  • Addition of another language translations, especially of your native language — this is very easy
  • README.md corrections or redesign
  • Adding unit or functional tests
  • Testing GitHub issues — especially determining whether an issue still persists and is reproducible
  • Blogging, chatting, tweeting

We contracted with OpenCollective to allow this project to accept donations. Your one-time or ongoing financial contributions will help us improve QuickViewer's capabilities and make it easier to use on each device.

https://opencollective.com/quickviewer

Screenshots

Single page view

1 page viewing

Double-page spread view

Spread viewing

Stripped view

If you want, you can remove all attached bars, and display images alone. Hidden bars are displayed automatically upon hovering over the top or bottom of the program window.

Stripped viewing

How to use

  • Execute QuickViewer and then drag and drop an image, folder, or archive onto the window.
  • Create a shortcut to QuickViewer and then drag and drop an image, folder, or archive onto it.

Features

  • Next Page (press 'Right Arrow Key', 'Mouse wheel down', 'Mouse forward button', or click left edge of the window)
  • Previous Page (press 'Left Arrow Key', 'Mouse wheel up', 'Mouse back button', or click right edge of the window)
  • Fullscreen (press 'F11 Key', click Mouse wheel, or 'Esc Key' (to windowed only))
  • Auto load the view (restore last book when application is executed)
  • Fitting (fit images to the size of the window)
  • Double-page spread view (show two images simultaneously)
    • Bound to the right side (e.g. Japanese Style)
  • Pages' pre-loading (since v0.2.0)
  • Exif Information (since v0.3.0)
  • Open location of the current image with Windows Explorer
  • Put the current image into your mailer
  • Shader Program Filters (since v0.5.1):
    • Nearest Neighbor
    • Bilinear
    • Bicubic by GPU (obsolete since v0.9.3)
    • Lanczos (obsolete since v0.9.3)
    • Bicubic by CPU
    • Lanczos3 by CPU (since 1.0.9)
    • Lanczos4 by CPU (since 1.0.9)
  • Catalog (since v0.6.0)
    • Database for your digital books, can manage thousands of volumes: quick view and search
  • File Associations (since v0.8.3)
  • Retouching (change Brightness, Contrast, Gamma value) (since 1.0.8).

Screen operations

You can perform screen operations with the main menu, toolbar, mouse button, wheel, keyboard, and so on.

Operation  Device Input Remarks
Next Page Keyboard Right Key(→)
Keyboard Space Key
          Mouse Wheel Downward scrolling
          Mouse Forward Button 
          Touch Panel Swipe left At the bottom of the screen
Prev Page Keyboard Left Key(←)
Keyboard BackSpace Key
          Mouse Wheel Upward scrolling
          Mouse Back Button
          Touch Panel Swipe right At the bottom of the screen
First Page Keyboard Home Key
Last Page Keyboard End Key
Next Volume Keyboard Page Down Key Open neighboring folder/archive
Prev Volume Keyboard Page Up Key Open neighboring folder/archive
Fullscreen Keyboard F11 Key
          Mouse Wheel Clicked A Middle Button
          Keyboard ESC Key Fullscreen mode only
          Touch Panel Swipe up with two fingers
Exit App Keyboard ESC Key Except in Fullscreen mode
Scale Up Keyboard Ten keys(+) Do nothing with Fitting
Scale Down Keyboard Ten keys(-) Do nothing with Fitting
Fitting Keyboard F12 Key
Keyboard Ten keys(-)
          Mouse Right Button + Wheel Clicked
          Mouse Ctrl + Wheel Clicked
Image to trash box Keyboard Delete Key Move the Image of current page to trash box
Rename Image Keyboard F2 Key
Copy Image Keyboard Ctrl+C Key Copy Image of current page
Zoom in  Mouse Wheel Right Button + Upward scrolling
Mouse Wheel Ctrl + Upward scrolling
Zoom out  Mouse Wheel Right Button + Downward scrolling
Mouse Wheel Ctrl + Downward scrolling

System Requirement

  • Operating System
    • Windows Vista, 7 or newer
    • Windows Sever 2008 or newer
    • Linux Distributions (Ubuntu, Kubuntu, Fedora, etc.)
  • CPU
    • minimum Dual Core (the more the better; with internal or external GPU)
    • strongly recommended an x64 architecture
  • RAM
    • more than 1GB of free memory.

Looking for contributors!

  • Portuguese/Hindu/Bengali/Malay speakers
  • Mac/Linux software developers.

Report issues

Public Project Issues: https://github.com/kanryu/quickviewer/issues

Please report issues along with configuration details of your QuickViewer's working installation at [email protected].

Your feedback is always welcome at KATO Kanryu <[email protected]>.

Project Source Code Repository

https://github.com/kanryu/quickviewer

To build from the source code, visit: HowToBuild.md.

License

This program is distributed in hopes to be useful and to be used, but WITHOUT ANY WARRANTY—without even implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU General Public License for more details.

https://github.com/kanryu/quickviewer/blob/master/LICENSE

More Repositories

1

pipeffmpeg

A frontend for ffmpeg using only pipes, not under GPL, but under BSD license.
Python
56
star
2

pmx

pmx - a pure JavaScript Parser for PMX Format(MMD)
JavaScript
41
star
3

lodepng-turbo

lodepng-turbo is a fast PNG image codec that uses SIMD instructions (MMX, SSE2, AVX2, NEON) to accelerate baseline PNG decompression on x86, x86-64, ARM systems.
C++
18
star
4

sbpl

SBPL(SATO Barcode Printer Language) module for remote printing
Python
13
star
5

qactionmanager

A portable component for providing keyboard and mouse input customization functions to applications
C++
8
star
6

mado

Mado is a window/framebuffer client for Windows/Mac/Linux with glfw compatibility
Go
7
star
7

qfullscreenframe

A portable component that allows you to display other widgets overlaid on the outer frame without changing the placement of Widgets in the Fullscreen state
C++
5
star
8

luminor

A simple and fast library that changes the brightness, contrast, and gamma value of on-memory images in real time generated with Halide
C++
4
star
9

typescript-boilerplate

a TypeScript Build System by Grunt with resolving *.d.ts definitions
JavaScript
3
star
10

pyvfw

PyVFW WILL BE another implementation for 'Video for Windows' or DirectShow(DMO) with supported the codecs
Python
2
star
11

qlanguageselector

A portable component that makes it possible to add and switch language resources of your application by users.
QML
2
star
12

qnamedpipe

A portable component that provide local interprocess communication server/client using named pipe
C++
2
star
13

DataGrid

A sample implementation of a large table view that behaves like an Excel spreadsheet implemented in Vue3.
Vue
1
star
14

puremongo

A pure JavaScript clone for MongoDB
JavaScript
1
star
15

simd_lode_png

A fast png loader implementation
C++
1
star
16

vue-cli3-tutorial

A tutorial for Vue 3 using vue-cli v4.5
Vue
1
star
17

quick-csv

Portable PHP library that allows you to import and export CSV very fast by executing special queries to RDBs.
PHP
1
star
18

paypay_uo

paypay_uo (PayPay Unofficial) is a client library for PayPay's Open Payment API (OPA) faithfully ported from paypayopa-sdk-php
Dart
1
star
19

AngularJS-Hub-TypeScript

basical samples for AngularJS transplanted in TypeScript
TypeScript
1
star