This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Ton Roosendaal 054c6159de Bugfix #33159
Histogram in Blender was nearly useless - it just didnt work, showed
confusing blank results.

Two reasons for it:
- It was including Alpha in the weighted total value
  (RGB images have alpha 255 for all pixels)
- It was counting the a total weight value max(R, G, B, A), instead of
  using max(R) and max(G) etc.

Now it all draws much nicer - similar to Da Gimp! :)
2012-11-13 12:55:09 +00:00
..
2012-11-09 09:33:28 +00:00
2012-11-13 12:55:09 +00:00
2012-11-12 18:07:33 +00:00
2012-11-12 07:33:01 +00:00
2012-11-12 07:33:01 +00:00
2012-11-06 19:58:48 +00:00
2012-11-12 07:33:01 +00:00
2012-11-12 07:33:01 +00:00
2012-06-30 22:44:36 +00:00