projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9cc3a
)
base: fix misregistred Y float to RGBA float conversion
author
Øyvind Kolås
<pippin@gimp.org>
Wed, 29 Aug 2018 23:41:49 +0000
(
01:41
+0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 29 Aug 2018 23:41:49 +0000
(
01:41
+0200)
babl/base/model-gray.c
patch
|
blob
|
history
diff --git
a/babl/base/model-gray.c
b/babl/base/model-gray.c
index 8ceed9687fabb0feccc907c3eb93917084b2ffbe..ecbd48c89837ce638cb7ee61e71b72c07b1de350 100644
(file)
--- a/
babl/base/model-gray.c
+++ b/
babl/base/model-gray.c
@@
-1549,7
+1549,7
@@
static void init_single_precision (void)
babl_conversion_new (
- babl_format ("Y
A
float"),
+ babl_format ("Y float"),
babl_format ("RGBA float"),
"linear", gray_to_rgba_float,
NULL