Re: [Gimp-developer] Doing an action for each color in an indexed color-palette

2007-07-05 Thread David Gowers
On 7/5/07, Roberto Uhlig [EMAIL PROTECTED] wrote: Hello and best thanks first, but it doesn't work correct on my xp-pc with gimp GIMP 2.3.10. After private consultation with saul some testing and some changes for windows (backslash \) now it works fine. Essential change is, that saul's ;;

Re: [Gimp-developer] new rectangle tool specification

2007-07-05 Thread Sven Neumann
Hi, just for the record: We found a way to make the highlighting less confusing without going back to the old state. The specification and the code has been updated. Sven ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Doing an action for each color in an indexed color-palette

2007-07-05 Thread Kevin Cozens
Roberto Uhlig wrote: but it doesn't work correct on my xp-pc with gimp GIMP 2.3.10. [snip] aref brings sometimes negative eg. -51 values. In that case you have to ad 256 to become the realy color-value for blue. So I implementet (set! blue (aref color-map (+ 2 index))) (if ( blue 0) (set!