mirror of https://github.com/GNOME/gimp.git
parent
4c3308411d
commit
7f74800d26
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue