Re: [Gimp-developer] Re: Color Management was GEGL development/gimp integration

2005-01-31 Thread Francisco Bernal
> The idea is to be able to use different color management systems and
> not to restrict ourselves to lcms.
Yes !! Please. We should have the possibility to decide if use one or other
CMS.

/*--*/
Francisco Bernal Rosso
Webpage at:
http://www.geocities.com/pacorosso
http://www.fotoforum.net/socios/b/b_f/fotos.htm
http://www.michelle7.com/contributors/r/paco_rosso.htm



___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] file handling, something for GIMP 2.4 ?

2005-01-31 Thread Sven Neumann
Hi,

while we are collecting topics for a roadmap for 2.4 (and beyond), I'd
like to throw another topic into the discussion. I will try to do this
more often now and I'd like you to do the same. If you have specific
ideas for things that you would like to work on or help others to work
on them, please propose them here.

At some point, better sooner then later, we will have to pick some
features and see what we can actually achieve, but we should have a
nice list of options first.

OK, so what I'd like to propose is changes to the way that file
plug-ins access image files, read and write them. At the moment
plug-ins open the file using the standard POSIX stdio functions.  This
works well for local files and there is even new API in glib-2.6 that
abstracts the details a bit further. The plug-ins (and gimp itself)
can however not access any remote files, say on SMB shares or on a
WebDAV enabled server.

The new GTK+ file-chooser can make use of gnome-vfs, if it is
available. I don't know about the details, but I assume that on win32,
a similar API exists and is probably used by win32 backend of the
file-chooser widget. The default behaviour of the file-chooser is not
to show remote files, but we just need to switch this restriction off.

If we want to do that, we will however have to make the file plug-ins
use same VFS layer. Unfortunately, there is no platform-independent
VFS library yet, so we would either have to add platform-dependent
code to all file plug-ins, or write our own abstraction layer. I am
not even sure if this is feasible, but I think it would be useful to
evaluate this.

To be continued...


Sven
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] "Improved" rect select tool

2005-01-31 Thread William Skaggs


Sven wrote:

> Since I haven't got around to write up how I think the next-generation
> selection tools should work, it will probably be best if you commit
> your changes and we discuss them based on the code in CVS. 

Okay, it is there now, and the new tool will show up in the toolbox if
you build cvs.  (It has the same icon as the existing rect-select, but
the tooltip will tell you which is which.)

  -- Bill
 

 
__ __ __ __
Sent via the CNPRC Email system at primate.ucdavis.edu


 
   
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Jury member sought for a Paris free software competition

2005-01-31 Thread David Neary
Hi,

Joao S. O. Bueno Calligaris wrote:
> On Monday 31 January 2005 09:03, David Neary wrote:
> > I was contacted over the weekend by the organiser of a Paris
> > based free software contest, who wanted to know whether I knew
> > anyone in the GIMP project who was prepared to be a jury member
> > for the competition. 
> 
> What exactly is the contest about? Coding flor a new project? Fixing 
> bugs on existing projects? Or just using some free software at all?

It's a contest for rwarding individual efforts in free software.

Here's a site in French describing the competition:
http://www.toolinux.com/news/communaute/trophees_du_libre_2e_edition_ar5784.html

The website is in French, but the contest is intended to be
international - so far, confirmed jurors include one of the main
PHP and one of the main MySQL programmers.

This page: http://www.sil-cetril.org/trophees/ 
has a description of the contest: "Two types of projects can be
presented: Emerging projects which need a maturing phase, but
also more established projects."

The goal is simply to encourage free software development, as far
as I can tell.

Cheers,
Dave. 

-- 
David Neary,
Lyon, France
   E-Mail: [EMAIL PROTECTED]
CV: http://dneary.free.fr/CV/
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Jury member sought for a Paris free software competition

2005-01-31 Thread Joao S. O. Bueno Calligaris
On Monday 31 January 2005 09:03, David Neary wrote:
> Hi all,
>
> I was contacted over the weekend by the organiser of a Paris
> based free software contest, who wanted to know whether I knew
> anyone in the GIMP project who was prepared to be a jury member
> for the competition. 

What exactly is the contest about? Coding flor a new project? Fixing 
bugs on existing projects? Or just using some free software at all?

Regards,
JS
-><-
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Jury member sought for a Paris free software competition

2005-01-31 Thread David Neary
Hi all,

I was contacted over the weekend by the organiser of a Paris
based free software contest, who wanted to know whether I knew
anyone in the GIMP project who was prepared to be a jury member
for the competition. The competition was also help last year, and
this year will have a multimedia section. 

The competition is the 26th and 27th of May, near Paris, France.
The organisers have a budget, and can eventually pay for air fare
from the US. Since GUADEC is the week afterwards in Stuttgart,
this might be a good way to get over to that and have your travel
expenses paid - fly into Paris, hitch a lift with a Parisian
GNOMEr going to Stuttgart, and then fly back from Paris the week
after on the 2nd or 3rd of June.

They're hoping to organise the jury pretty quickly, so if this
interests you, please get back to me pretty quickly. 

They're not necessarily limited to Americans - if any of our
distinguished Germans were prepared to come to Paris on an
expenses paid trip, let me know.

Cheers,
Dave.

-- 
David Neary,
Lyon, France
   E-Mail: [EMAIL PROTECTED]
CV: http://dneary.free.fr/CV/
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Port of gimp-ace to GIMP 2.2 is more-or-less Finished

2005-01-31 Thread Shlomi Fish

Hi all!

The port of gimp-ace to GIMP 2.2 is more-or-less finished. (except for 
problems that mostly existed in the original version as well). It can be 
found at the same URL:

http://www.shlomifish.org/open-source/Gimp/gimp-ace/gimp-ace-0.6.5.tar.gz

Here is the AUTHORS file giving creditswhere due: (a short URL for the picture 
referenced at the bottom is: http://xrl.us/exbj )

<<<
Original Gimp-Ace AUTHORS file:

<<<
Alex Stark <[EMAIL PROTECTED]>: 
Adaptive Contrast Enhancement algorithm and implementation.
(in files: glace*)

Kevin Turner <[EMAIL PROTECTED]>:
GIMP plug-in wrapper for the above.
(in files: dialog.c gimp_ace.*)

Please direct all comments and queries regarding the GIMP plug-in to
Kevin Turner.  Inquiries about other implementations of Adaptive
Contrast Enhancement, or about the process itself may be directed to
Alex Stark.
>>>

Plugin-Template for GIMP 2.2.x credits:

<<<
Michael Natterer <[EMAIL PROTECTED]>
Kevin Turner <[EMAIL PROTECTED]>
>>>

Porting to GIMP 2.2.x:

<<<
stu seven - for requesting the plug-in to be ported on the IRC.

Shlomi Fish (http://www.shlmifish.org/)
doing most of the coding required for porting.

David Odin - Providing some help in the IRC in regards to porting from 
Gtk+1.2/GIMP 1.2 to Gtk+2.x/GIMP 2.2.

Michael Schumacher - for pointing some bugs in the early version of the
plug-in.

Carol Spears - for help and support.

Katie Holmes - for posing to this picture:

http://www.shlomifish.org/Files/files/images/Simply-Beautiful/katieholmes_029322.jpg

Which is colourful, of high-quality, not too large, not too small, and
otherwise perfect for testing this plug-in (and gimpressionist before it.)
>>>
>>>

And here is the BUGS file:


Known bugs:
---

* Eliminate mem-leaks (see the FIXME).

* Clean up the code (there are plenty of #if 0's and stuff)

* Fix or remove the various FIXME's (if necessary - seems to be OK without it) 

See TODO for missing features


A final question: would it be possible to include this plug-in as part of the 
GIMP, so it won't be neglected anymore? 

Regards,

Shlomi Fish

-
Shlomi Fish  [EMAIL PROTECTED]
Homepage:http://www.shlomifish.org/

Knuth is not God! It took him two days to build the Roman Empire.
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Port of gimp-ace to gimp-2.2

2005-01-31 Thread Shlomi Fish
On Sunday 30 January 2005 21:40, Carol Spears wrote:
> hi Shlomi,
>

Hi Carol!

> On Sun, Jan 30, 2005 at 12:27:36PM +0200, Shlomi Fish wrote:
> > Hi Stu! (and gimp-developer)
> >
> > You can find what I have so far (based on 0.6.3) here:
> >
> > http://www.shlomifish.org/open-source/Gimp/gimp-ace/gimp-ace-0.6.5.tar.gz
>
> this is one of my favorite plug-in, thank you for the work that went
> into porting it.  

You're welcome.

> i cannot even imagine it as the plug-in works on 
> images in a way i have not been able to do without it.
>
> i grabbed this tarball when i first awoke this morning, (sometime
> between 8am and 9am PST) and there have been two changes to it since
> then.  this information i got from the irc 
>
> the one problem i saw with it, that has been fixed on my local copy is
> that it installs itself into the gimp-1.2 color directory
> ->Image->Colors->Adaptive Contrast .  this has changed since
> gimp-1.2 and the Colors menu is now located in ->Layers.
>

I had made this change (and others) in the updated archive. I uploaded a new 
version just now. Same URL:

http://www.shlomifish.org/open-source/Gimp/gimp-ace/gimp-ace-0.6.5.tar.gz

> i was able to easily fix this by changing line 140 of src/gimp_ace.c:
> "/Image/Colors/Adaptive Contrast...",   to
> "/Layer/Colors/Adaptive Contrast...",
>
> anyone else who has gotten this tarball might want to fix this.
>

No need for this now.

Regards,

Shlomi Fish

-
Shlomi Fish  [EMAIL PROTECTED]
Homepage:http://www.shlomifish.org/

Knuth is not God! It took him two days to build the Roman Empire.
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer