Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassimulator committed May 7, 2024
1 parent dfd2e01 commit d0781dd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
29 changes: 29 additions & 0 deletions Cactus intro.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Cactus Image Viewer is a single file lightweight versitile image viewer for Windows, written in C/C++.

This installer allows you to set Cactus as the dafault viewer and adds it to right click context menus.

Features:
- Standalone executable.
- Crisp font rendering with subpixel antialiasing.
- Scans folder of opened image and allows flipping through supported images within folder, and rotating the view without changing the source files.
- Supports loading image files in the sorted order of the folder, can be optionally disabled to default to alphabetic.
- Support for unicode file names.
- Multithreaded file loading.
- Fullscreen mode with F11.
- Image pan and zoom with fitting modes; to width or height.
- RGB Histograms.
- Adjustable hue, saturation, gamma, and brightness values.
- Image cropping
- Gaussian blur filters
- Ability to save images with current adjustments
- Support for reading and displaying EXIF metadata off of JPEG images and rotation info.
- Pixel color inspector and a quick copy of HEX value to clipboard.
- Animated GIF and WebP support with play/pause and seek controls.
- Quick toggle between nearest-neighbor and linear filtering for pixelart images.
- Pixel grid.
- 3 UI themes.
- Customizable background color with support for checkerboard with custom colors.
- Drag and drop support for opening image files and folders.
- Switches to turn individual RGB channels off and switch between premultiplied alpha and straight RGB.
- Keyboard controls to pan, zoom, and flip through files and GIF controls.
- Customizable settings to save each image's zoom and pan locations within a session, or to reset image zoom and pan upon file change.
7 changes: 7 additions & 0 deletions Cactus outro.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thank you for installing Cactus Image Viewer!

Check out my other projects at https://wassimulator.com
You can check out the source code here: https://github.com/Wassimulator/CactusViewer
YOu can follow me on Twitter here: https://twitter.com/Wassimulator

Looking forward to hearing your thoughts and I hope you enjoy it!
Binary file added Output/CactusViewer_Setup.exe
Binary file not shown.
7 changes: 4 additions & 3 deletions inno_setp_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ OutputBaseFilename=CactusViewer_Setup
Compression=lzma
SolidCompression=yes
PrivilegesRequiredOverridesAllowed=dialog
InfoBeforeFile=C:\Users\User\Documents\Cactus intro.txt
InfoAfterFile=C:\Users\User\Documents\Cactus outro.txt
InfoBeforeFile=Cactus intro.txt
InfoAfterFile=Cactus outro.txt
AppPublisherURL=https://wassimulator.com
WizardStyle=modern
DisableProgramGroupPage=no
DisableDirPage=no
OutputDir=bin

[Files]
Source: "D:\Code_Work\CactusViewer\bin\CactusViewer.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\CactusViewer.exe"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Name: "{group}\CactusViewer"; Filename: "{app}\CactusViewer.exe"
Expand Down

0 comments on commit d0781dd

Please sign in to comment.