[Gimp-developer] hello, I want to ask how to use the api to get the color from the screen with a pen.

2010-06-25 Thread Eva
hello, I'm a beginner of GIMP. I'm developing a plug-in for GIMP. Now I'm facing a problem, that is, I want to pick a color for a picture and use it as an input to process the picture, but I don't know which api can fulfill my task. Can you help me? Thank you very much. By the way, is there

Re: [Gimp-developer] Creating unique file names with Script-Fu

2010-06-25 Thread Rob Antonishen
Your approach would not succeed on GNU/Linux platforms because 'dir-read-entry' does not ensure that the entries are returned in alphabetical order. Even on Windows I suspect you will find that the order entries are retrieved is dependent upon the type of filesystem (FAT, VFAT, NTFS all

Re: [Gimp-developer] hello, I want to ask how to use the api to get the color from the screen with a pen.

2010-06-25 Thread LightningIsMyName
Hello, On Fri, Jun 25, 2010 at 8:59 AM, Eva eva...@foxmail.com wrote: hello, I'm a beginner of GIMP. I'm developing a plug-in for GIMP. Now I'm facing a problem, that is, I want to pick a color for a picture and use it as an input to process the picture, but I don't know which api can fulfill