gegl-buffer-load

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I was browsing trough the buffer coding in svn and noticed following in gegl-buffer-load.c
Is it normal that the  width and height parameters are inversed?
GeglBuffer *
gegl_buffer_load (const gchar *path)
{
...
  ret = g_object_new (GEGL_TYPE_BUFFER,
                      "format", info->format,
                      "tile-width", info->header.tile_width,
                      "tile-height", info->header.tile_height,
                      "height", info->header.width,
                      "width", info->header.height,
                      "path", path,
                      NULL);
...
}
_______________________________________________
Gimp-developer mailing list
Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux