gegl r1651 - in trunk: . bin docs gegl gegl/buffer gegl/graph gegl/operation gegl/process operations/blur operations/color operations/io operations/workshop



Author: ok
Date: 2007-09-16 15:50:31 +0100 (Sun, 16 Sep 2007)
New Revision: 1651
ViewCVS link: http://svn.gnome.org/viewcvs/gegl?rev=1651&view=rev

Modified:
   trunk/ChangeLog
   trunk/bin/export.c
   trunk/bin/gegl-view.c
   trunk/docs/ChangeLog
   trunk/docs/Makefile.am
   trunk/gegl/buffer/gegl-buffer-private.h
   trunk/gegl/buffer/gegl-buffer.c
   trunk/gegl/buffer/gegl-buffer.h
   trunk/gegl/buffer/gegl-cache.c
   trunk/gegl/buffer/gegl-interpolator.c
   trunk/gegl/gegl.h
   trunk/gegl/graph/gegl-node.c
   trunk/gegl/graph/gegl-node.h
   trunk/gegl/operation/gegl-operation-point-composer.c
   trunk/gegl/operation/gegl-operation-point-filter.c
   trunk/gegl/operation/gegl-operation.c
   trunk/gegl/process/gegl-processor.c
   trunk/operations/blur/box-blur.c
   trunk/operations/blur/gaussian-blur.c
   trunk/operations/color/remap.c
   trunk/operations/color/stretch-contrast.c
   trunk/operations/io/display.c
   trunk/operations/io/exr-load.cpp
   trunk/operations/io/magick-load.c
   trunk/operations/io/png-load.c
   trunk/operations/io/png-save.c
   trunk/operations/io/save-pixbuf.c
   trunk/operations/workshop/bilateral-filter.c
   trunk/operations/workshop/box-max.c
   trunk/operations/workshop/box-min.c
   trunk/operations/workshop/box-percentile.c
   trunk/operations/workshop/c2g.c
   trunk/operations/workshop/demosaic-simple.c
   trunk/operations/workshop/disc-percentile.c
   trunk/operations/workshop/ff-save.c
   trunk/operations/workshop/gtk-display.c
   trunk/operations/workshop/hstack.c
   trunk/operations/workshop/kuwahara-max.c
   trunk/operations/workshop/kuwahara-min.c
   trunk/operations/workshop/kuwahara.c
   trunk/operations/workshop/line-profile.c
   trunk/operations/workshop/max-envelope.c
   trunk/operations/workshop/mblur.c
   trunk/operations/workshop/min-envelope.c
   trunk/operations/workshop/mono-mixer.c
   trunk/operations/workshop/snn-mean.c
   trunk/operations/workshop/snn-percentile.c
   trunk/operations/workshop/stress.c
Log:
	* gegl/gegl.h: modified order of arguments for gegl_node_blit (scale
	comes before rectangle) as well as added GEGL_AUTO_ROWSTRIDE =0 define
	to be used for automatic computation of rowstride for gegl_node_blit
	and gegl_buffer_get
	* gegl/buffer/gegl-buffer.[ch]: modified order of arguments for
	gegl_buffer_get() as well as added a rowstride argument.

	These files in the gegl core needed changes to adapt:

	* bin/export.c:
	* bin/gegl-view.c:
	* gegl/buffer/gegl-cache.c:
	* gegl/buffer/gegl-interpolator.c:
	* gegl/graph/gegl-node.[ch]:
	* gegl/operation/gegl-operation-point-composer.c:
	* gegl/operation/gegl-operation-point-filter.c:
	* gegl/operation/gegl-operation.c:
	* gegl/process/gegl-processor.c:

	And all operations were touched as well.

	* operations/*/*.c:
	* operations/*/*/*.c:





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