[Gimp-developer] Re: gimptool.c

2001-11-12 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2001-11-12 at 0235.28 +0100):
> I also like the code Tor checked in that replaces user_install.bat and
> I think we should use it for UNIX user installations also, but the same
> argument applies here: doing so in the stable branch bears the risk of 
> breaking working code.

It breaks, I think, cos it does not pay care about CC env var, it uses
gcc always. And I know some people who will not be happy with that. :-/

GSR
 
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] Re: (Fwd) Re: convert amp files

2001-11-12 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2001-11-11 at 1641.25 +0100):
> There's good documentation of both PhotoShop formats and of Catmull
> Rom splines to be found on the net. 

If you find any that works, tell us, I guess a poll of links would be
nice. I tried to search the AMP thing, got pointed to Adobe SDK in its
FTP, and it seems that the files are not there.

GSR
 
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Re: gimptool.c

2001-11-12 Thread Sven Neumann

Hi,

"Guillermo S. Romero / Familia Romero" <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (2001-11-12 at 0235.28 +0100):
> > I also like the code Tor checked in that replaces user_install.bat and
> > I think we should use it for UNIX user installations also, but the same
> > argument applies here: doing so in the stable branch bears the risk of 
> > breaking working code.
> 
> It breaks, I think, cos it does not pay care about CC env var, it uses
> gcc always. And I know some people who will not be happy with that. :-/

could you elaborate please?! Perhaps I'm overly stupid but I don't even 
get what you are speaking about.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] Re: Re: gimptool.c

2001-11-12 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2001-11-12 at 1903.03 +0100):
> > It breaks, I think, cos it does not pay care about CC env var, it uses
> > gcc always. And I know some people who will not be happy with that. :-/
> could you elaborate please?! Perhaps I'm overly stupid but I don't even 
> get what you are speaking about.

>From gimptool I have:
if test x${CC+set} != xset ; then
  cc='gcc'
else
  cc="$CC"
fi

>From his posted file:
cmd = g_strdup_printf ("gcc %s %s -o %s%s %s %s %s %s",

Now suppose a Solaris user that has plain cc. Or a Windows user that
does not have gcc, but a MS or Intel compiler. There is a problem
until you fix that (or the user copies / aliases and gets a fake
"gcc", but I do not think that is a fix). :[

GSR
 
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



RE: [Gimp-developer] Re: (Fwd) Re: convert amp files

2001-11-12 Thread regis rampnoux

It is in the file format specifications, the name is Arbitrary Map.
I have my fisrt plug-in to read and apply them and I am writing another which
can modify them too.

On 11-Nov-01 Guillermo S. Romero / Familia Romero wrote:
> [EMAIL PROTECTED] (2001-11-11 at 1641.25 +0100):
>> There's good documentation of both PhotoShop formats and of Catmull
>> Rom splines to be found on the net. 
> 
> If you find any that works, tell us, I guess a poll of links would be
> nice. I tried to search the AMP thing, got pointed to Adobe SDK in its
> FTP, and it seems that the files are not there.


-- 
 http://regisr.regix.com/   portail photo http://www.regix.net
 wap http://wap.regix.com/ channel avantgo! http://pda.regix.com/
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Re: (Fwd) Re: convert amp files

2001-11-12 Thread Branko Collin

On 11 Nov 2001, at 18:36, Guillermo S. Romero / Familia Romero wrote:
> [EMAIL PROTECTED] (2001-11-11 at 1641.25 +0100):

> > There's good documentation of both PhotoShop formats and of Catmull
> > Rom splines to be found on the net. 
> 
> If you find any that works, tell us, I guess a poll of links would be
> nice. I tried to search the AMP thing, got pointed to Adobe SDK in its
> FTP, and it seems that the files are not there.

Hello Guillermo,

For Catmul-Rom splines, search Google for 'Catmul Rom'.

The PS 6.0 File Format Specification can be found here:

.

I am not sure what you mean with 'works'. What does a specification 
do if it works?

-- 
branko collin
[EMAIL PROTECTED]
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] Re: Re: (Fwd) Re: convert amp files

2001-11-12 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2001-11-12 at 2044.05 +0100):
> I am not sure what you mean with 'works'. What does a specification 
> do if it works?

A link that works. Links I found did not worked (were to the FTP). :]

GSR
 
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] Re: Re: gimptool.c

2001-11-12 Thread Tor Lillqvist

Guillermo S. Romero / Familia Romero writes:
 > >From gimptool I have:
 > if test x${CC+set} != xset ; then
 >   cc='gcc'
 > else
 >   cc="$CC"
 > fi
 > 
 > >From his posted file:
 > cmd = g_strdup_printf ("gcc %s %s -o %s%s %s %s %s %s",

Yes, that obviously is a FIXME. But hey, this was the first version of
a one-hour hack.

 > Or a Windows user that does not have gcc, but a MS or Intel
 > compiler.

That is even mentioned in a comment...

I probably will add the file as gimptool-win32.c.in in the gimp-1-2
branch, and add some ifdef OS_WIN32 stuff to the Makefile.am to
install it as gimptool.exe. I'll leave it to others to decide what to
do in the HEAD branch.

--tml

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer