-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCactus intro.txt
36 lines (33 loc) · 2.35 KB
/
Cactus intro.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.
Patch notes:
- Config file is now in JSON format, this allows to edit settings in the file directly and helps making setting changes backward compatible in the future.
- Added a setting for selecting how an image is zoomed when first open and the settings to "save zoom for each image" is selected, you can now have it either fill the window or zoom to 1:1.
- Added a feature where you can choose the format of the color you copy using the color picker, including Hex, RGB and HSVm with different parenthesis styles. Introduced by @Orcenhaze.
- Fixed commandline loading issues in by @Orcenhaze in.
- Fixed the issue of the status bar being 1 pixel too small on the edges which allowed to see the image in the back at the bottom too.
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.