Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
3,449
Downloads of v 1.1.8:
532
Last Update:
18 Dec 2019
Package Maintainer(s):
Software Author(s):
- kanryu
Tags:
viewer image picture qt opengl fragment-shader comic portable- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

QuickViewer
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,449
Downloads of v 1.1.8:
532
Maintainer(s):
Software Author(s):
- kanryu
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install QuickViewer, run the following command from the command line or from PowerShell:
To upgrade QuickViewer, run the following command from the command line or from PowerShell:
To uninstall QuickViewer, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download quickviewer --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade quickviewer -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade quickviewer -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure quickviewer installed
win_chocolatey:
name: quickviewer
state: present
version: 1.1.8
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'quickviewer' do
action :install
version '1.1.8'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: quickviewer,
Version: 1.1.8,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller quickviewer
{
Name = 'quickviewer'
Ensure = 'Present'
Version = '1.1.8'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'quickviewer':
provider => 'chocolatey',
ensure => '1.1.8',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install quickviewer version="1.1.8" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 27 Aug 2020.
QuickViewer is a graphic image viewer for comfortable browsing of many images.
This software performs reading of image data in advance. And drawing the imported image data on the screen with OpenGL. You can browse images with much smoother response than ever before.
QuickViewer is a free software lisenced under GPLv3.
Summary
- To show images very fast (using OpenGL)
- Portable (without installers, registries, external libraries)
- Spread viewing (two images once, for digital books/comics)
- To read archives directly (zip/7z/rar/cbr/cbz)
- To show images (bmp/png/jpeg/dds/webp/ico/tga/tiff/gif)
- Auto rotation (using JPEG EXIF)
- To show Raw digital camera images, such as Canon (crw, cr2), Nicon (nef), Sony (arw), Ricoh (dng)
- Can make/view/search catalog from thousands of your digital books
- Can search books from auto generated tags
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = 'quickviewer'
url = 'https://github.com/kanryu/quickviewer/releases/download/v1.1.8/QuickViewer-portable-1.1.8-x86.zip'
url64 = 'https://github.com/kanryu/quickviewer/releases/download/v1.1.8/QuickViewer-portable-1.1.8-x64.zip'
checksum = '6c0024f131585c07e2d20b45b150eb113dfd2874e6b1ad2917ad0a6cbbf97f3c'
checksum64 = '9120d45470a5b3eadcd8c6dbeed391b642b5815563773a1bae724d44f24bfc3d'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
softwareName = 'QuickViewer'
}
Install-ChocolateyZipPackage @packageArgs
Log in or click on link to see number of positives.
- concrt140.dll (f3093cb216bf) - ## / 71
- msvcp140.dll (9c1dc36d3193) - ## / 69
- vccorlib140.dll (f3bcc4a3ae6c) - ## / 71
- vcruntime140.dll (6823b98c3e92) - ## / 71
- d3dcompiler_47.dll (ed54b7a00145) - ## / 69
- d3dcompiler_47.dll (3a010ee71860) - ## / 71
- opengl32sw.dll (25ae7577e066) - ## / 69
- concrt140.dll (511aba3d00b9) - ## / 70
- msvcp140.dll (517cd3aac217) - ## / 70
- vccorlib140.dll (8a442077df17) - ## / 70
- vcruntime140.dll (d89c7b863fc1) - ## / 72
- opengl32sw.dll (963641a718f9) - ## / 70
- qapng2.dll (c734c687bb72) - ## / 61
- qdds.dll (211799633ee7) - ## / 67
- qjp2.dll (b6e3df384655) - ## / 67
- qjpegxr.dll (ef161e3d98aa) - ## / 66
- qapng2.dll (919c92d18047) - ## / 67
- qdds.dll (033879df2d74) - ## / 66
- qjp2.dll (2c1a0a1a7dd2) - ## / 67
- qjpegxr.dll (ca64f3c6394b) - ## / 65
- qrawspeed0.dll (d0b05142e729) - ## / 68
- qrawspeed0.dll (563de27112a1) - ## / 67
- 7z.dll (34ad9bb80fe8) - ## / 70
- 7z.dll (db2897eeea65) - ## / 69
- Qt5Gui.dll (8bb85ba48236) - ## / 69
- Qt5Svg.dll (87a33d2d0488) - ## / 72
- Qt5Widgets.dll (e5595a26265e) - ## / 71
- qsvgicon.dll (e1ad2f654f22) - ## / 69
- qgif.dll (dd5cb804234d) - ## / 71
- qicns.dll (8b8675e6a352) - ## / 70
- qico.dll (2240d973a254) - ## / 71
- qjpeg.dll (baef508a84bc) - ## / 70
- qsvg.dll (0e8ccddfa5e5) - ## / 70
- qtga.dll (02b66a0327cd) - ## / 72
- qtiff.dll (094ffa15c598) - ## / 70
- qwbmp.dll (738920a3562b) - ## / 70
- qwebp.dll (ddf2ce77491e) - ## / 70
- qdirect2d.dll (a93b313d312a) - ## / 66
- qwindows.dll (519a8eaacb5f) - ## / 72
- libEGL.dll (38353e409504) - ## / 68
- libGLESV2.dll (e406bece92c6) - ## / 69
- qdirect2d.dll (e1af36dec215) - ## / 70
- qgif.dll (573dd901ebab) - ## / 71
- qicns.dll (089ca88f722b) - ## / 69
- qico.dll (a28d2c7af625) - ## / 68
- qjpeg.dll (02daf08f5bed) - ## / 66
- qsqlite.dll (931cf3700c26) - ## / 69
- qsqlodbc.dll (af3607e08fb3) - ## / 69
- qsqlpsql.dll (a3f3a2295b2f) - ## / 69
- qsvg.dll (67eb49248c56) - ## / 69
- qsvgicon.dll (3012a6e460fd) - ## / 69
- Qt5Core.dll (7f0b6cb2e3ec) - ## / 70
- Qt5Gui.dll (5da1ac4708b8) - ## / 70
- Qt5Sql.dll (f7015fd164b5) - ## / 68
- Qt5Svg.dll (42bd252732b5) - ## / 70
- Qt5Widgets.dll (3b4d7a5cfc7c) - ## / 67
- qtga.dll (41adbefed38c) - ## / 70
- qtiff.dll (ad2767e8d627) - ## / 70
- qwbmp.dll (33aae8399a83) - ## / 69
- qwebp.dll (ce2933b811e6) - ## / 67
- qwindows.dll (5d6c7a8d00f9) - ## / 70
- qwindowsvistastyle.dll (6b92d2b80d0d) - ## / 69
- AssociateFilesWithQuickViewer.exe (0ef7035c7406) - ## / 71
- libEGL.dll (ba233fb5d732) - ## / 71
- libGLESV2.dll (7ead2c0976e8) - ## / 71
- qsqlite.dll (d43f5a543219) - ## / 69
- qsqlmysql.dll (f6cee47cf878) - ## / 69
- qsqlodbc.dll (01c21550defa) - ## / 69
- qsqlpsql.dll (f5325a5e645a) - ## / 69
- Qt5Core.dll (5c9e84fdff48) - ## / 69
- Qt5Sql.dll (7cc233ccdc91) - ## / 69
- quickviewer.1.1.8.nupkg (9fb76c8c320d) - ## / 62
- QuickViewer-portable-1.1.8-x64.zip (9120d45470a5) - ## / 63
- QuickViewer-portable-1.1.8-x86.zip (6c0024f13158) - ## / 48
- AssociateFilesWithQuickViewer.exe (f5fbbc2b4cb6) - ## / 71
- QuickViewer.exe (5a6538e7328f) - ## / 72
- QuickViewer.exe (8e37fad2b6ff) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
QuickViewer 1.1.8 | 532 | Wednesday, December 18, 2019 | Approved |
QuickViewer 1.1.7 | 140 | Monday, September 23, 2019 | Approved |
QuickViewer 1.1.6 | 125 | Monday, August 12, 2019 | Approved |
QuickViewer 1.1.3 | 192 | Monday, March 11, 2019 | Approved |
QuickViewer 1.1.2 | 153 | Tuesday, December 18, 2018 | Approved |
QuickViewer 1.1.0 | 268 | Saturday, March 31, 2018 | Approved |
QuickViewer 1.0.9 | 269 | Monday, January 15, 2018 | Approved |
QuickViewer 1.0.6 | 252 | Saturday, December 9, 2017 | Approved |
QuickViewer 1.0.5 | 251 | Thursday, November 9, 2017 | Approved |
QuickViewer 1.0.0 | 271 | Monday, October 2, 2017 | Approved |
QuickViewer 0.8.7 | 267 | Sunday, July 30, 2017 | Approved |
QuickViewer 0.8.5 | 236 | Friday, July 28, 2017 | Approved |
QuickViewer 0.8.3 | 243 | Tuesday, July 25, 2017 | Approved |
QuickViewer 0.7.6 | 250 | Sunday, July 2, 2017 | Approved |
kanryu
This package has no dependencies.
Ground Rules:
- This discussion is only about QuickViewer and the QuickViewer package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or QuickViewer, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.