[patch] gimp-drawable-get/set-pixel bugfix

1999-11-09 Thread Tamito KAJIYAMA
Hi. I found a bug that gimp-drawable-get/set-pixel swapped the specified x and y coordinates when getting/setting a pixel. I found the bug in 1.1.10 but the bug seems not to be fixed in 1.1.11. Attached is a patch that fixes the bug. Regards, -- KAJIYAMA, Tamito [EMAIL PROTECTED] ---

Re: [patch] gimp-drawable-get/set-pixel bugfix

1999-11-09 Thread Austin Donnelly
On Wednesday, 10 Nov 1999, Tamito KAJIYAMA wrote: I found a bug that gimp-drawable-get/set-pixel swapped the specified x and y coordinates when getting/setting a pixel. Ouch! gimp-drawable-{get,set}-pixel is such a slow API not many people use it, I reckon. That's probably why it's taken so