Re: [Gegl-developer] Using GEGL on GIMP
- From: Michael Natterer <mitch gimp org>
- To: Zhang Peixuan <zhangpeixuan cn gmail com>
- Cc: gegl-developer-list gnome org, gimp-developer-list gnome org
- Subject: Re: [Gegl-developer] Using GEGL on GIMP
- Date: Thu, 05 Apr 2012 13:42:38 +0200
Hi,
all these "use gegl" menu items will not be in 2.8,
i forgot to disable them in the RC.
--mitch
On Thu, 2012-04-05 at 16:40 +0800, Zhang Peixuan wrote:
Hello All,
I tested GEGL-0.2.0 on GIMP 2.8-RC1, I change some code for
GIMP-2.8.RC1:
app/gegl/gimpoperationtilesource.c
gimp_operation_tile_source_prepare (GeglOperation *operation)
{
GimpOperationTileSource *self = GIMP_OPERATION_TILE_SOURCE (operation);
+ const Babl *format;
+ format = gimp_bpp_to_babl_format (tile_manager_bpp (self->tile_manager),
+ self->linear);
if (self->tile_manager)
{
- gegl_operation_set_format (operation, "output",
- babl_format ("RaGaBaA float"));
+ gegl_operation_set_format (operation, "output", format);
}
}
I think it will make the GIMP faster when using GEGL.
And My questions is that: I found it only does one CL color conversion
(when data in), but did not do the other conversion (data out), I don't
know why, who can check it?
_______________________________________________
gegl-developer-list mailing list
gegl-developer-list gnome org
http://mail.gnome.org/mailman/listinfo/gegl-developer-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]