Skip to content

Releases: kajott/GIPS

Version 1.2

04 Aug 20:01
Compare
Choose a tag to compare

Main changes and features:

  • GIPS has a logo (and icon) now!
  • new patterns:
    • Gradient with Logo (default)
    • Voronoi
  • new example shaders:
    • WarpSharp: sharpening by deformation (doesn't tend to amplify noise as much as other methds)
    • Scale+Rotate+Mirror: as the name says, plus a kaleidoscope effect
    • CRT Screen: old CRT TV-style deformation and RGB shadow mask application
    • Deinterlace: simple single-frame deinterlacer, with optional YUV 4:2:0 correction
    • Apply Bayer CFA: apply a Bayer Color Filter Array pattern as used by most image sensors
    • Debayer (PPG): interpolate from Bayer to full RGB, using the simple and fast, but reasonable quality PPG algorithm

Version 1.1

16 May 19:06
Compare
Choose a tag to compare

Main changes and features:

  • can now save and load whole pipelines (i.e. list of filters and their settings)
  • shaders are now pulled from multiple system default and user configuration directories in addition to the installation directory
  • switched base framework from SDL2 to GLFW (less bloat)
  • generating Windows installer as well as Debian and RPM packages now
    • Linux packages are built on/for Ubuntu 20.04; I hope they will work on other distributions too, but I can't make any promises

Version 1.0

13 Apr 19:58
Compare
Choose a tag to compare

The first version that can reasonably be described as fully functional.