Skip to content

Releases: Beinsezii/bsz-gimp-plugins

Update included Pixelbuster to 0.2.0

19 Jul 07:37
Compare
Choose a tag to compare
2022-07-19

PIXELBUSTER update example

Pixelbuster release

02 Jul 01:51
Compare
Choose a tag to compare

Pixel Math 2 has been reworked into Pixelbuster using a newer version of the lib held in a separate repository. Tons of new language features.

GIMP 2.99.6 hotfix

08 May 21:57
Compare
Choose a tag to compare

Will no longer work on previous GIMP versions

Significant Pixel Math 2 improvements

25 Jan 06:47
Compare
Choose a tag to compare
  • Significantly boosted performance again, particularly in code that uses vars.
  • Added a ton of features again, this time many many fun operators & a 'rand' constant

Much more PM2 functionality & Improvements

24 Jan 03:45
Compare
Choose a tag to compare

XYZA format
Decent speedup & half memory usage (future plans were changed)
Moar ops

Mild speedup in Filmic Chroma, major speedup in Pixel Math 2

12 Jan 07:37
Compare
Choose a tag to compare
Marginal Filmic Chroma speedup with new techniques

yeah I didn't realize you could just cast an array of bytes into an
array of multi-byte primitives my bad. Code smaller and like 30% faster.

Pixel Math 2

01 Jan 06:56
Compare
Choose a tag to compare

it's fast

Many fixes & improvements. Pixel Math now portable.

30 Dec 02:53
Compare
Choose a tag to compare

Huge Filmic Chroma speedup using FFI

29 Dec 05:36
Compare
Choose a tag to compare

Filmic Chroma now uses native ctypes FFI for a >5x speedup on Windows which previously was pure python, and a >20% speedup on Linux which previously used the distro's numpy. Theoretically possible to apply to MacOS as well but am not sure how to cross-compile or if you even can.

This also means NumPy is axed, and Pixel Math will revert to pure python in a future release.

Certified for GIMP 2.99.2 on Linux and Windows.

31 Oct 19:13
Compare
Choose a tag to compare

Pixel Math still requires Numpy. I consider that plugin more of an experiment than something actually worthwhile, so I'm not worried.