./graphics/simp, Fast and simple GPU-accelerated image manipulation program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.1nb4, Package name: simp-3.4.1nb4, Maintainer: pin

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.


Master sites:

Filesize: 130.058 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-10-11 13:39:56 by pin | Files touched by this commit (4)
Log message:
graphics/simp: enable move to trash
   2023-09-03 09:08:19 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/simp: update to 3.4.1

 - add encoding quality options to preferences.
   2023-08-12 19:03:23 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/simp: update to 3.4.0

 - Add loading of images form stdin.
 - Add cli parsing with clap.
 - Add preferences.
 - Add zoom speed setting.
 - Add svg minimum rastersize setting.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-23 22:14:25 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/simp: update to 3.3.1

3.3.1
 - set min svg size to 1000x1000
 - refactor load to use let else

3.3.0
 - update egui and svg rendering
 - add filter to file picker resolves #20
 - cargo update