A simple image viewer app.
- 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
- T: Toggle transparency
- Q: Decrease brush size
- W: Increase brush size
- B: Toggle brush
- E: Toggle eraser
- 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)
Our design is available here: https://www.figma.com/design/kqGaBzYxe93zSPxDPz6wRa/Pic-Viewer
Download from releases.
On MacOS unsigned applications won't open, run this to remove the quarantine flag.
xattr -d com.apple.quarantine "/Applications/Pic Viewer.app"
