Path to this page:
./
graphics/simp,
Fast and simple GPU-accelerated image manipulation program
Branch: CURRENT,
Version: 3.9.0nb1,
Package name: simp-3.9.0nb1,
Maintainer: pinSimp is a fast and simple GPU-accelerated image manipulation program.
Goals:
- Support of as many image formats as possible.
- 60 Hz. Avoid blocking for more than 16ms.
- Flicker free redrawing.
- Smooth resizing.
- Always use GPU-acceleration where possible.
- Desktop OS support.
- Basic image manipulation.
Non Goals:
- Powerful image manipulation (I am not making the next photoshop)
- Web/Mobile platform support.
Master sites:
Filesize: 149.056 KB
Version history: (Expand)
- (2024-11-17) Updated to version: simp-3.9.0nb1
- (2024-11-09) Updated to version: simp-3.9.0
- (2024-10-20) Updated to version: simp-3.8.0nb1
- (2024-10-13) Updated to version: simp-3.8.0
- (2024-06-20) Updated to version: simp-3.6.1
- (2024-06-11) Updated to version: simp-3.5.3nb3
CVS history: (Expand)
2024-11-20 08:46:48 by pin | Files touched by this commit (1) |
Log message:
graphics/simp: fix build on non-mktool set-ups
Thanks to jperkin@ for spotting the issue.
|
2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message:
*: recursive bump for default-on option of at-spi2-core
|
2024-11-09 20:46:54 by pin | Files touched by this commit (3) | |
Log message:
graphics/simp: update to 3.9.0
Make it possible to set x11/wayland class/app id
Add zen-mode
Add no-cache flag
Add gif player controls
Rotate images according to exif data
Fix crashes when images are exactly the size of gpu texture tiles.
|
2024-10-13 22:22:53 by pin | Files touched by this commit (4) | |
Log message:
graohics/simp: update to 3.8.0
v3.8.0
- Add JPEG XL saving.
- Update wgpu, egui and winit.
v3.7.1
- Downgrade wgpu.
v3.7.0
- Add manpage generation
- Add option to remove auto centering
- Add cli option to launch in fullscreen
- Fix direction of folder navigation shortcut
- Fix best/largest fit picking setting wrong zoom in fullscreen
- Remove menu bar when in fullscreen
- Enable gtk file picker on non BSD builds
|
2024-09-09 21:44:38 by pin | Files touched by this commit (1) |
Log message:
graphics/simp: newer versions require Rust >= 1.80.1
|
2024-06-20 11:03:21 by pin | Files touched by this commit (5) | |
Log message:
graphics/simp: update to 3.6.1
Post release commits:
- Fix core dumps on close
- Expose features for picking file picker backend
v3.6.1
- Add man file to crates.io
v3.6.0
- Fix dragging of crop area
- Add hdr image support
- Add heif image support (linux only)
- Add qoi image support
- Add jxl image support (linux only)
- Make it possible to change color format of image
- Add manpage generation
- Use pure rust webp decoder for static images
|
2024-06-19 10:18:57 by pin | Files touched by this commit (1) |
Log message:
graphics/simp: add note about required Rust version
|
2024-06-11 10:36:49 by pin | Files touched by this commit (4) |
Log message:
graphics/simp: fix Gtk file dialogs
RFD crate changed the default features from Gtk to xdg-desktop-portal. This
breaks functionality on NetBSD. Restore the Gtk feature for now.
This is a temporary fix as RFD is planning on dropping the Gtk option soon.
|