Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
7f74800d
Commit
7f74800d
authored
Apr 05, 1999
by
Sven Neumann
Browse files
Stupid Raph!
--Sven
parent
4c330841
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7f74800d
Mon Apr 5 23:59:37 MEST 1999 Sven Neumann <sven@gimp.org>
* app/color_balance.c: Color-balance didn't work when used
from a script because the LUTs weren't set. This is fixed now
and SOTA-Chrome works again.
Mon Apr 5 22:28:01 MEST 1999 Sven Neumann <sven@gimp.org>
* configure.in
...
...
app/base/color-balance.c
View file @
7f74800d
...
...
@@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd
.
magenta_green
[
transfer_mode
]
=
magenta_green
;
cbd
.
yellow_blue
[
transfer_mode
]
=
yellow_blue
;
color_balance_create_lookup_tables
(
&
cbd
);
/* The application should occur only within selection bounds */
drawable_mask_bounds
(
drawable
,
&
x1
,
&
y1
,
&
x2
,
&
y2
);
...
...
app/color_balance.c
View file @
7f74800d
...
...
@@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd
.
magenta_green
[
transfer_mode
]
=
magenta_green
;
cbd
.
yellow_blue
[
transfer_mode
]
=
yellow_blue
;
color_balance_create_lookup_tables
(
&
cbd
);
/* The application should occur only within selection bounds */
drawable_mask_bounds
(
drawable
,
&
x1
,
&
y1
,
&
x2
,
&
y2
);
...
...
app/tools/color_balance.c
View file @
7f74800d
...
...
@@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd
.
magenta_green
[
transfer_mode
]
=
magenta_green
;
cbd
.
yellow_blue
[
transfer_mode
]
=
yellow_blue
;
color_balance_create_lookup_tables
(
&
cbd
);
/* The application should occur only within selection bounds */
drawable_mask_bounds
(
drawable
,
&
x1
,
&
y1
,
&
x2
,
&
y2
);
...
...
app/tools/gimpcolorbalancetool.c
View file @
7f74800d
...
...
@@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd
.
magenta_green
[
transfer_mode
]
=
magenta_green
;
cbd
.
yellow_blue
[
transfer_mode
]
=
yellow_blue
;
color_balance_create_lookup_tables
(
&
cbd
);
/* The application should occur only within selection bounds */
drawable_mask_bounds
(
drawable
,
&
x1
,
&
y1
,
&
x2
,
&
y2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment