| [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
[Home] [Video For Linux] [Photo] [Yosemite News] [Yosemite Photos] [Yosemite Book Store] [gtk] [GIMP for Windows] [KDE] [Scanner] [Memory] [GEGL] [Gimp's Home] [Gimp on Windows] [Steve's Art] [Webcams]
|
![]() |