2006-12-09 21:33:38 +00:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
2002-02-26 16:30:14 +00:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
2002-02-26 16:30:14 +00:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-17 22:28:01 +00:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2002-02-26 16:30:14 +00:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2009-01-17 22:28:01 +00:00
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2002-02-26 16:30:14 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
2008-10-09 20:24:04 +00:00
|
|
|
#include <gegl.h>
|
2002-02-26 16:30:14 +00:00
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
|
|
|
#include "libgimpwidgets/gimpwidgets.h"
|
|
|
|
|
2004-04-20 13:25:55 +00:00
|
|
|
#include "actions-types.h"
|
2002-02-26 16:30:14 +00:00
|
|
|
|
|
|
|
#include "core/gimp.h"
|
|
|
|
#include "core/gimpdrawable-equalize.h"
|
2004-10-29 22:18:49 +00:00
|
|
|
#include "core/gimpdrawable-levels.h"
|
2012-03-14 10:26:33 +01:00
|
|
|
#include "core/gimpdrawable-operation.h"
|
2002-02-26 16:30:14 +00:00
|
|
|
#include "core/gimpimage.h"
|
2003-05-20 15:26:38 +00:00
|
|
|
#include "core/gimpimage-undo.h"
|
|
|
|
#include "core/gimpitem-linked.h"
|
2004-09-15 13:24:45 +00:00
|
|
|
#include "core/gimpitemundo.h"
|
2004-10-18 11:29:58 +00:00
|
|
|
#include "core/gimplayermask.h"
|
2007-12-29 23:04:37 +00:00
|
|
|
#include "core/gimpprogress.h"
|
2002-02-26 16:30:14 +00:00
|
|
|
|
2004-09-13 15:15:23 +00:00
|
|
|
#include "dialogs/offset-dialog.h"
|
2002-02-26 16:30:14 +00:00
|
|
|
|
2004-05-03 14:03:51 +00:00
|
|
|
#include "actions.h"
|
2004-04-29 12:52:29 +00:00
|
|
|
#include "drawable-commands.h"
|
|
|
|
|
2003-03-25 16:38:19 +00:00
|
|
|
#include "gimp-intl.h"
|
2002-02-26 16:30:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* public functions */
|
|
|
|
|
|
|
|
void
|
2004-10-29 17:46:41 +00:00
|
|
|
drawable_equalize_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
2002-02-26 16:30:14 +00:00
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-05-23 10:04:41 +00:00
|
|
|
GimpDrawable *drawable;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2002-02-26 16:30:14 +00:00
|
|
|
|
2004-10-29 17:46:41 +00:00
|
|
|
gimp_drawable_equalize (drawable, TRUE);
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2002-02-26 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2004-11-01 14:06:32 +00:00
|
|
|
drawable_invert_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
2002-02-26 16:30:14 +00:00
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-05-23 10:04:41 +00:00
|
|
|
GimpDrawable *drawable;
|
2007-12-29 23:04:37 +00:00
|
|
|
GimpDisplay *display;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2007-12-29 23:04:37 +00:00
|
|
|
return_if_no_display (display, data);
|
2002-02-26 16:30:14 +00:00
|
|
|
|
2013-06-24 00:45:04 +02:00
|
|
|
/* FIXME invert masks? */
|
2012-03-14 10:26:33 +01:00
|
|
|
gimp_drawable_apply_operation_by_name (drawable, GIMP_PROGRESS (display),
|
2013-06-24 00:45:04 +02:00
|
|
|
_("Invert"), "gegl:invert-gamma",
|
2012-03-25 23:10:30 +02:00
|
|
|
NULL);
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2002-02-26 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2012-04-02 02:44:57 +02:00
|
|
|
void
|
|
|
|
drawable_value_invert_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpImage *image;
|
|
|
|
GimpDrawable *drawable;
|
|
|
|
GimpDisplay *display;
|
|
|
|
return_if_no_drawable (image, drawable, data);
|
|
|
|
return_if_no_display (display, data);
|
|
|
|
|
|
|
|
gimp_drawable_apply_operation_by_name (drawable, GIMP_PROGRESS (display),
|
|
|
|
_("Invert"), "gegl:value-invert",
|
|
|
|
NULL);
|
|
|
|
gimp_image_flush (image);
|
|
|
|
}
|
|
|
|
|
2004-11-01 16:05:19 +00:00
|
|
|
void
|
|
|
|
drawable_levels_stretch_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-11-01 16:05:19 +00:00
|
|
|
GimpDrawable *drawable;
|
2008-05-05 19:13:55 +00:00
|
|
|
GimpDisplay *display;
|
2006-10-09 18:49:15 +00:00
|
|
|
GtkWidget *widget;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2008-05-05 19:13:55 +00:00
|
|
|
return_if_no_display (display, data);
|
2006-10-09 18:49:15 +00:00
|
|
|
return_if_no_widget (widget, data);
|
2004-11-01 16:05:19 +00:00
|
|
|
|
|
|
|
if (! gimp_drawable_is_rgb (drawable))
|
|
|
|
{
|
2008-11-04 12:33:09 +00:00
|
|
|
gimp_message_literal (image->gimp,
|
2013-09-15 04:59:20 +12:00
|
|
|
G_OBJECT (widget), GIMP_MESSAGE_WARNING,
|
|
|
|
_("White Balance operates only on RGB color layers."));
|
2004-11-01 16:05:19 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2008-05-05 19:13:55 +00:00
|
|
|
gimp_drawable_levels_stretch (drawable, GIMP_PROGRESS (display));
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2004-11-01 16:05:19 +00:00
|
|
|
}
|
|
|
|
|
2015-02-08 19:56:45 +01:00
|
|
|
void
|
|
|
|
drawable_dilate_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpImage *image;
|
|
|
|
GimpDrawable *drawable;
|
|
|
|
GimpDisplay *display;
|
|
|
|
GeglNode *node;
|
|
|
|
return_if_no_drawable (image, drawable, data);
|
|
|
|
return_if_no_display (display, data);
|
|
|
|
|
|
|
|
node = gegl_node_new_child (NULL,
|
|
|
|
"operation", "gegl:value-propagate",
|
|
|
|
"mode", 0, /* GEGL_VALUE_PROPAGATE_MODE_WHITE */
|
|
|
|
"lower-threshold", 0.0,
|
|
|
|
"upper-threshold", 1.0,
|
|
|
|
"rate", 1.0,
|
|
|
|
"top", TRUE,
|
|
|
|
"left", TRUE,
|
|
|
|
"right", TRUE,
|
|
|
|
"bottom", TRUE,
|
|
|
|
"value", TRUE,
|
|
|
|
"alpha", FALSE,
|
|
|
|
NULL);
|
|
|
|
|
|
|
|
gimp_drawable_apply_operation (drawable, GIMP_PROGRESS (display),
|
|
|
|
_("Dilate"), node);
|
|
|
|
g_object_unref (node);
|
|
|
|
|
|
|
|
gimp_image_flush (image);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
drawable_erode_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpImage *image;
|
|
|
|
GimpDrawable *drawable;
|
|
|
|
GimpDisplay *display;
|
|
|
|
GeglNode *node;
|
|
|
|
return_if_no_drawable (image, drawable, data);
|
|
|
|
return_if_no_display (display, data);
|
|
|
|
|
|
|
|
node = gegl_node_new_child (NULL,
|
|
|
|
"operation", "gegl:value-propagate",
|
|
|
|
"mode", 1, /* GEGL_VALUE_PROPAGATE_MODE_BLACK */
|
|
|
|
"lower-threshold", 0.0,
|
|
|
|
"upper-threshold", 1.0,
|
|
|
|
"rate", 1.0,
|
|
|
|
"top", TRUE,
|
|
|
|
"left", TRUE,
|
|
|
|
"right", TRUE,
|
|
|
|
"bottom", TRUE,
|
|
|
|
"value", TRUE,
|
|
|
|
"alpha", FALSE,
|
|
|
|
NULL);
|
|
|
|
|
|
|
|
gimp_drawable_apply_operation (drawable, GIMP_PROGRESS (display),
|
|
|
|
_("Erode"), node);
|
|
|
|
g_object_unref (node);
|
|
|
|
|
|
|
|
gimp_image_flush (image);
|
|
|
|
}
|
|
|
|
|
2004-09-15 13:24:45 +00:00
|
|
|
void
|
2004-11-01 14:06:32 +00:00
|
|
|
drawable_offset_cmd_callback (GtkAction *action,
|
2004-10-29 17:46:41 +00:00
|
|
|
gpointer data)
|
2004-09-15 13:24:45 +00:00
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-09-15 13:24:45 +00:00
|
|
|
GimpDrawable *drawable;
|
2004-11-01 14:06:32 +00:00
|
|
|
GtkWidget *widget;
|
|
|
|
GtkWidget *dialog;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2004-11-01 14:06:32 +00:00
|
|
|
return_if_no_widget (widget, data);
|
2004-09-15 13:24:45 +00:00
|
|
|
|
2006-09-01 11:26:54 +00:00
|
|
|
dialog = offset_dialog_new (drawable, action_data_get_context (data),
|
|
|
|
widget);
|
2004-11-01 14:06:32 +00:00
|
|
|
gtk_widget_show (dialog);
|
2004-09-15 13:24:45 +00:00
|
|
|
}
|
|
|
|
|
2004-11-01 16:05:19 +00:00
|
|
|
|
2004-09-15 13:24:45 +00:00
|
|
|
void
|
|
|
|
drawable_linked_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-09-15 13:24:45 +00:00
|
|
|
GimpDrawable *drawable;
|
|
|
|
gboolean linked;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2004-09-15 13:24:45 +00:00
|
|
|
|
|
|
|
linked = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
|
|
|
|
|
2004-10-18 11:29:58 +00:00
|
|
|
if (GIMP_IS_LAYER_MASK (drawable))
|
|
|
|
drawable =
|
|
|
|
GIMP_DRAWABLE (gimp_layer_mask_get_layer (GIMP_LAYER_MASK (drawable)));
|
|
|
|
|
2004-09-15 13:24:45 +00:00
|
|
|
if (linked != gimp_item_get_linked (GIMP_ITEM (drawable)))
|
|
|
|
{
|
|
|
|
GimpUndo *undo;
|
|
|
|
gboolean push_undo = TRUE;
|
|
|
|
|
2006-03-28 17:08:36 +00:00
|
|
|
undo = gimp_image_undo_can_compress (image, GIMP_TYPE_ITEM_UNDO,
|
2004-09-15 13:24:45 +00:00
|
|
|
GIMP_UNDO_ITEM_LINKED);
|
|
|
|
|
|
|
|
if (undo && GIMP_ITEM_UNDO (undo)->item == GIMP_ITEM (drawable))
|
|
|
|
push_undo = FALSE;
|
|
|
|
|
|
|
|
gimp_item_set_linked (GIMP_ITEM (drawable), linked, push_undo);
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2004-09-15 13:24:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2003-05-19 16:28:35 +00:00
|
|
|
void
|
2004-11-01 14:06:32 +00:00
|
|
|
drawable_visible_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
2003-05-19 16:28:35 +00:00
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-05-23 10:04:41 +00:00
|
|
|
GimpDrawable *drawable;
|
2004-11-01 14:06:32 +00:00
|
|
|
gboolean visible;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2003-05-20 15:26:38 +00:00
|
|
|
|
2004-11-01 14:06:32 +00:00
|
|
|
visible = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
|
|
|
|
|
|
|
|
if (GIMP_IS_LAYER_MASK (drawable))
|
|
|
|
drawable =
|
|
|
|
GIMP_DRAWABLE (gimp_layer_mask_get_layer (GIMP_LAYER_MASK (drawable)));
|
|
|
|
|
|
|
|
if (visible != gimp_item_get_visible (GIMP_ITEM (drawable)))
|
|
|
|
{
|
|
|
|
GimpUndo *undo;
|
|
|
|
gboolean push_undo = TRUE;
|
|
|
|
|
2006-03-28 17:08:36 +00:00
|
|
|
undo = gimp_image_undo_can_compress (image, GIMP_TYPE_ITEM_UNDO,
|
2004-11-01 14:06:32 +00:00
|
|
|
GIMP_UNDO_ITEM_VISIBILITY);
|
|
|
|
|
|
|
|
if (undo && GIMP_ITEM_UNDO (undo)->item == GIMP_ITEM (drawable))
|
|
|
|
push_undo = FALSE;
|
|
|
|
|
|
|
|
gimp_item_set_visible (GIMP_ITEM (drawable), visible, push_undo);
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2004-11-01 14:06:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-08-20 21:19:43 +02:00
|
|
|
void
|
|
|
|
drawable_lock_content_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpImage *image;
|
|
|
|
GimpDrawable *drawable;
|
|
|
|
gboolean locked;
|
|
|
|
return_if_no_drawable (image, drawable, data);
|
|
|
|
|
|
|
|
locked = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
|
|
|
|
|
|
|
|
if (GIMP_IS_LAYER_MASK (drawable))
|
|
|
|
drawable =
|
|
|
|
GIMP_DRAWABLE (gimp_layer_mask_get_layer (GIMP_LAYER_MASK (drawable)));
|
|
|
|
|
|
|
|
if (locked != gimp_item_get_lock_content (GIMP_ITEM (drawable)))
|
|
|
|
{
|
|
|
|
#if 0
|
|
|
|
GimpUndo *undo;
|
|
|
|
#endif
|
|
|
|
gboolean push_undo = TRUE;
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
undo = gimp_image_undo_can_compress (image, GIMP_TYPE_ITEM_UNDO,
|
|
|
|
GIMP_UNDO_ITEM_VISIBILITY);
|
|
|
|
|
|
|
|
if (undo && GIMP_ITEM_UNDO (undo)->item == GIMP_ITEM (drawable))
|
|
|
|
push_undo = FALSE;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
gimp_item_set_lock_content (GIMP_ITEM (drawable), locked, push_undo);
|
|
|
|
gimp_image_flush (image);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-09 11:17:25 +01:00
|
|
|
void
|
|
|
|
drawable_lock_position_cmd_callback (GtkAction *action,
|
|
|
|
gpointer data)
|
|
|
|
{
|
|
|
|
GimpImage *image;
|
|
|
|
GimpDrawable *drawable;
|
|
|
|
gboolean locked;
|
|
|
|
return_if_no_drawable (image, drawable, data);
|
|
|
|
|
|
|
|
locked = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
|
|
|
|
|
|
|
|
if (GIMP_IS_LAYER_MASK (drawable))
|
|
|
|
drawable =
|
|
|
|
GIMP_DRAWABLE (gimp_layer_mask_get_layer (GIMP_LAYER_MASK (drawable)));
|
|
|
|
|
|
|
|
if (locked != gimp_item_get_lock_position (GIMP_ITEM (drawable)))
|
|
|
|
{
|
|
|
|
GimpUndo *undo;
|
|
|
|
gboolean push_undo = TRUE;
|
|
|
|
|
|
|
|
undo = gimp_image_undo_can_compress (image, GIMP_TYPE_ITEM_UNDO,
|
|
|
|
GIMP_UNDO_ITEM_LOCK_POSITION);
|
|
|
|
|
|
|
|
if (undo && GIMP_ITEM_UNDO (undo)->item == GIMP_ITEM (drawable))
|
|
|
|
push_undo = FALSE;
|
|
|
|
|
|
|
|
gimp_item_set_lock_position (GIMP_ITEM (drawable), locked, push_undo);
|
|
|
|
gimp_image_flush (image);
|
|
|
|
}
|
|
|
|
}
|
2004-11-01 16:05:19 +00:00
|
|
|
|
2004-11-01 14:06:32 +00:00
|
|
|
void
|
|
|
|
drawable_flip_cmd_callback (GtkAction *action,
|
|
|
|
gint value,
|
|
|
|
gpointer data)
|
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-11-01 14:06:32 +00:00
|
|
|
GimpDrawable *drawable;
|
|
|
|
GimpItem *item;
|
|
|
|
GimpContext *context;
|
|
|
|
gint off_x, off_y;
|
|
|
|
gdouble axis = 0.0;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2004-11-01 14:06:32 +00:00
|
|
|
return_if_no_context (context, data);
|
|
|
|
|
|
|
|
item = GIMP_ITEM (drawable);
|
|
|
|
|
2008-11-02 23:03:29 +00:00
|
|
|
gimp_item_get_offset (item, &off_x, &off_y);
|
2004-11-01 14:06:32 +00:00
|
|
|
|
|
|
|
switch ((GimpOrientationType) value)
|
|
|
|
{
|
|
|
|
case GIMP_ORIENTATION_HORIZONTAL:
|
2008-11-03 00:09:01 +00:00
|
|
|
axis = ((gdouble) off_x + (gdouble) gimp_item_get_width (item) / 2.0);
|
2004-11-01 14:06:32 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case GIMP_ORIENTATION_VERTICAL:
|
2008-11-03 00:09:01 +00:00
|
|
|
axis = ((gdouble) off_y + (gdouble) gimp_item_get_height (item) / 2.0);
|
2004-11-01 14:06:32 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (gimp_item_get_linked (item))
|
|
|
|
{
|
2007-11-28 08:16:05 +00:00
|
|
|
gimp_item_linked_flip (item, context,
|
|
|
|
(GimpOrientationType) value, axis, FALSE);
|
2015-06-25 12:25:41 +02:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
gimp_item_flip (item, context,
|
|
|
|
(GimpOrientationType) value, axis, FALSE);
|
2004-11-01 14:06:32 +00:00
|
|
|
}
|
|
|
|
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2003-05-19 16:28:35 +00:00
|
|
|
}
|
|
|
|
|
2003-05-20 10:36:29 +00:00
|
|
|
void
|
2004-04-29 12:52:29 +00:00
|
|
|
drawable_rotate_cmd_callback (GtkAction *action,
|
|
|
|
gint value,
|
|
|
|
gpointer data)
|
2003-05-20 10:36:29 +00:00
|
|
|
{
|
2006-03-28 17:08:36 +00:00
|
|
|
GimpImage *image;
|
2004-05-23 10:04:41 +00:00
|
|
|
GimpDrawable *drawable;
|
2004-04-14 23:37:34 +00:00
|
|
|
GimpContext *context;
|
2004-05-23 10:04:41 +00:00
|
|
|
GimpItem *item;
|
2003-05-20 10:36:29 +00:00
|
|
|
gint off_x, off_y;
|
|
|
|
gdouble center_x, center_y;
|
2004-10-12 19:59:37 +00:00
|
|
|
gboolean clip_result = FALSE;
|
2006-03-28 17:08:36 +00:00
|
|
|
return_if_no_drawable (image, drawable, data);
|
2004-05-23 10:04:41 +00:00
|
|
|
return_if_no_context (context, data);
|
2003-05-20 10:36:29 +00:00
|
|
|
|
2004-05-23 10:04:41 +00:00
|
|
|
item = GIMP_ITEM (drawable);
|
2003-05-20 10:36:29 +00:00
|
|
|
|
2008-11-02 23:03:29 +00:00
|
|
|
gimp_item_get_offset (item, &off_x, &off_y);
|
2003-05-20 10:36:29 +00:00
|
|
|
|
2008-11-03 00:09:01 +00:00
|
|
|
center_x = ((gdouble) off_x + (gdouble) gimp_item_get_width (item) / 2.0);
|
|
|
|
center_y = ((gdouble) off_y + (gdouble) gimp_item_get_height (item) / 2.0);
|
2003-05-20 10:36:29 +00:00
|
|
|
|
2004-10-12 19:59:37 +00:00
|
|
|
if (GIMP_IS_CHANNEL (item))
|
|
|
|
clip_result = TRUE;
|
2003-05-20 15:26:38 +00:00
|
|
|
|
|
|
|
if (gimp_item_get_linked (item))
|
|
|
|
{
|
2004-04-29 12:52:29 +00:00
|
|
|
gimp_item_linked_rotate (item, context, (GimpRotationType) value,
|
2003-05-20 15:26:38 +00:00
|
|
|
center_x, center_y, FALSE);
|
2015-06-25 12:25:41 +02:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
gimp_item_rotate (item, context, (GimpRotationType) value,
|
|
|
|
center_x, center_y, clip_result);
|
2003-05-20 15:26:38 +00:00
|
|
|
}
|
|
|
|
|
2006-03-28 17:08:36 +00:00
|
|
|
gimp_image_flush (image);
|
2003-05-20 10:36:29 +00:00
|
|
|
}
|