[Gimp-developer] gegl-buffer-load

Geert Jordaens geert.jordaens at telenet.be
Thu May 22 11:51:27 PDT 2008


I was browsing trough the buffer coding in svn and noticed following in *gegl-buffer-load.c <http://svn.gnome.org/viewvc/gegl/trunk/gegl/buffer/gegl-buffer-load.c?view=log>
*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);
...
}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20080522/2d968f37/attachment.html 


More information about the Gimp-developer mailing list