gimp/app/paint-funcs
Michael Natterer fa74cbcd15 pass src_bytes and dest_bytes to these functions instead of just the
2005-08-09  Michael Natterer  <mitch@gimp.org>

	* app/paint-funcs/paint-funcs.[ch] (extract_from_inten_pixels)
	(extract_from_indexed_pixels): pass src_bytes and dest_bytes to
	these functions instead of just the source's bytes and whether it
	has an alpha. Honor dest_bytes when extracting instead of crashing
	by always asuming that the destination has alpha.
	Fixes bug #312392.

	(extract_from_region): removed has_alpha paramater. pass
	src->bytes and dest->bytes to above functions.

	* app/core/gimpselection.c (gimp_selection_extract): changed
	accordingly.
2005-08-09 21:57:08 +00:00
..
.cvsignore configure.in app/Makefile.am app/paint-funcs/.cvsignore made the 2001-04-07 14:44:12 +00:00
Makefile.am app/base/Makefile.am app/composite/*akefile.am app/config/*akefile.am 2005-02-27 13:22:01 +00:00
makefile.msc TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs 2005-02-19 00:50:36 +00:00
paint-funcs-generic.h app/paint-funcs/paint-funcs-generic.h fixed signedness warnings. 2005-08-06 11:08:43 +00:00
paint-funcs-types.h don't scan app/paint-funcs/paint-funcs-types.h for enums. 2004-07-05 21:39:54 +00:00
paint-funcs.c pass src_bytes and dest_bytes to these functions instead of just the 2005-08-09 21:57:08 +00:00
paint-funcs.h pass src_bytes and dest_bytes to these functions instead of just the 2005-08-09 21:57:08 +00:00
scale-funcs.c applied patch from Geert Jordaens that improves results of the Lanczos 2005-01-20 10:31:36 +00:00
scale-funcs.h applied patch from Geert Jordaens that improves results of the Lanczos 2005-01-20 10:31:36 +00:00