Sergey Sharybin
c5c34ca65f
Fix #34782 : Video Editor - Substract after transform fails
...
Couple of precision issues here:
- Interpolation was rounding trunkcating colors, and because
of some precision issues value 254.999 became 254 leading
to troubles later.
Now color interpolaiton will do rounding to nearest int.
- Subtract was setting channels to something negative which
confused color management (especially negative alpha),
Now subtract effect will clamp channels to 0 from bottom
and also do some tricks to prevent small alpha which
could also confuse color management.
2013-03-28 08:21:29 +00:00
..
2012-07-29 00:20:28 +00:00
2013-01-19 07:41:15 +00:00
2012-05-12 15:02:10 +00:00
2013-03-18 16:34:57 +00:00
2013-03-09 05:35:49 +00:00
2012-12-23 16:09:26 +00:00
2012-10-22 13:00:02 +00:00
2013-03-14 19:40:42 +00:00
2013-03-14 19:40:42 +00:00
2013-02-17 05:16:48 +00:00
2012-10-23 13:28:22 +00:00
2013-03-16 00:12:14 +00:00
2012-05-12 15:13:06 +00:00
2012-05-12 15:13:06 +00:00
2012-10-20 20:20:02 +00:00
2012-05-12 15:13:06 +00:00
2012-10-20 08:02:18 +00:00
2012-12-15 15:59:25 +00:00
2013-03-22 05:34:10 +00:00
2012-06-16 20:20:07 +00:00
2013-03-24 01:51:54 +00:00
2012-10-21 05:46:41 +00:00
2013-03-24 01:51:54 +00:00
2012-12-29 01:54:58 +00:00
2013-03-14 21:44:16 +00:00
2013-02-22 14:12:55 +00:00
2012-12-21 05:07:26 +00:00
2013-03-11 20:27:38 +00:00
2013-02-18 02:36:36 +00:00
2013-03-26 07:29:01 +00:00
2012-12-27 05:08:16 +00:00
2013-03-20 23:14:18 +00:00
2013-03-28 08:21:29 +00:00
2013-03-09 15:39:24 +00:00
2013-02-19 04:37:28 +00:00
2013-03-09 15:39:24 +00:00
2013-02-19 13:15:34 +00:00
2012-09-15 01:52:28 +00:00
2013-03-15 22:55:10 +00:00
2013-03-26 15:52:43 +00:00
2012-11-07 09:28:59 +00:00
2012-10-23 13:50:44 +00:00
2013-03-19 10:54:52 +00:00
2013-02-21 17:15:55 +00:00
2012-11-06 04:17:46 +00:00
2012-08-06 13:31:28 +00:00
2013-03-14 19:40:42 +00:00
2013-02-14 05:02:20 +00:00
2013-03-12 07:25:53 +00:00
2013-03-16 18:52:09 +00:00
2013-02-26 21:58:06 +00:00
2012-10-21 05:46:41 +00:00
2012-09-20 04:56:24 +00:00
2013-03-22 05:34:10 +00:00
2012-10-27 10:42:28 +00:00
2013-03-14 10:07:05 +00:00