This is a photo/GIF viewer with support for many cool resizing and color effects.
- View images (PNG, JPG, WEBP, TIFF) and animated GIFs
- Support for local files, links, and images on the clipboard
- Brightness/Contrast adjustment
- Hue/Saturation/Lightness adjustment
- Tint adjustment
- Blur and Sharpen effects
- Pixelate effect
- Binarize effect
- Crop, resize, rotate, and flip transformations
- GIF speed, reverse, and transparency adjustments
- Undo and redo history states
- Open next and previous files (from the file system)
- Save images and GIFs with the applied effects
- Process multiple images in bulk
- R: Rotate
- Space: Pan over cropping area
- Escape: Reset rotation
- Double Click: Reset rotation, zoom, and pan
- Ctrl Z: Undo
- Ctrl Shift Z: Redo
- Ctrl +: Zoom in
- Ctrl -: Zoom out
- Ctrl C: Copy
- Ctrl V: Paste
- Ctrl S: Save image(s)
- Ctrl O: Open image(s)
- Drag and drop: Open image(s)
Download the latest installer from the releases tab. Updates can be installed automatically.
Known issues: Sorry, it seems like I can only build the macOS version correctly so if you are on Windows or Linux try compiling the source code yourself. Run both of these commands:
npm install
(installs dependencies)
npm run build
(builds the project)
Open an issue on my GitHub repository.