Releases: TomArrow/ColorMatch3D
Releases · TomArrow/ColorMatch3D
v0.43
v0.42
- 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
v0.35
- 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
v0.2
- 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.