Skip to content

Releases: TomArrow/ColorMatch3D

v0.43

25 Jan 05:17
Compare
Choose a tag to compare
v0.43 Pre-release
Pre-release
  • Batch processing including progress reports for each item that is being processed!

v0.42

23 Jan 09:26
Compare
Choose a tag to compare
v0.42 Pre-release
Pre-release
  • Added post match smoothing, which finally makes the resulting LUTs rather generalizable
  • Added very very basic and rudimentary luminance protection for the post match smoothing
  • Added LCHab space, the cylindrical version of Lab, which will help preserve saturation when matching collages of scenes instead of one particular scene. Seems to do slightly worse than the other color spaces with single scene images. Use at your own discretion.
  • Made LUT saving significantly faster by switching to StringBuilder instead of adding strings together
  • A few other smaller non-dramatic changes under the hood

v0.4

22 Dec 09:06
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Added more GUI options, especially for lowpass equalization
  • Some new options for lowpass equalization including a histogram match with a few configurable options like smoothing

v0.35

19 Dec 08:24
Compare
Choose a tag to compare
v0.35 Pre-release
Pre-release
  • Added lowpass equalize function for images that have different brightness distributions due to reasons like hotspots or different power windows during grading. Not a perfect solution yet for sure, might need some clever idea to really set it apart, but it's a start.

v0.3

19 Dec 02:53
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Added CIELab as a colorspace to do interpolation and averaging in.

v0.2

16 Dec 01:24
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Added a simple interpolation algorithm. It's listed as two separate ones, but it's really just one with slight differences. Single Linear and Dual Linear. Single Linear will give acceptable results with the Vector mode. Dual Linear is pretty useless so far, I suppose the idea behind it wasn't that great.

v0.1

19 Nov 04:35
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release. Kinda works, but doesn't really do any meaningful interpolation, so the scope of the generated .cube file will be very limited.