summaryrefslogtreecommitdiff
path: root/graphics/simp
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09graphics/simp: update to 3.2.0pin3-240/+259
- Fixed scaling bug on certain images. - Add NetBSD package. - Make trash-rs dep optional - Added enter/escape keybinds to for Ok/Cancel.
2022-09-20simp: add tool dependency on gitwiz1-1/+4
Needed during build.
2022-09-17graphics/simp: import pkgpin5-0/+1525
Simp 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.