Re: [Gimp-user] perfect circle

2008-12-14 Thread Bob Meetin
With both of your help I was able to get this working. Here is the end result: http://dottedi.biz/codesamples/convert/index.php It started with: http://dottedi.biz/codesamples/convert/test.jpg and is processed through php, convert, composite. To keep the image weight down I tested -dept 8, 6

Re: [Gimp-user] How to update GIMP in Ubuntu?

2008-12-14 Thread Owen
> I am running Ubuntu Linux v8.04. I love Gimp 2.6 on Windows, but am > using > only version 2.4.5 on Ubuntu. > > How do I upgrade to v 2.6.x of Gimp on Ubuntu? I don't think you are going to be able to do this. To do so requires a number of updated libraries, glib,gtk, babl and gegl are 4 off

[Gimp-user] How to update GIMP in Ubuntu?

2008-12-14 Thread Dave 77459
I am running Ubuntu Linux v8.04. I love Gimp 2.6 on Windows, but am using only version 2.4.5 on Ubuntu. How do I upgrade to v 2.6.x of Gimp on Ubuntu? Dave ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailm

Re: [Gimp-user] perfect circle

2008-12-14 Thread Johan Vromans
Bob Meetin writes: > This seems simple, but I tried: > > convert -size 100x100 xc:none -fill red -draw 'circle 50,50 0,50' > red-circle.png > ... > And numerous other variations, it either pushes one side too much or seems to > be one pixel too small. convert -size 100x100 xc:none -fill red -

[Gimp-user] perfect circle

2008-12-14 Thread Bob Meetin
This seems simple, but I tried: convert -size 100x100 xc:none -fill red -draw 'circle 50,50 0,50' red-circle.png convert -size 100x100 xc:none -fill red -draw 'circle 50,50 0,49' red-circle.png And numerous other variations, it either pushes one side too much or seems to be one pixel too small.

Re: [Gimp-user] Error while executing script (Script Stop Working in Windows 2.6.3)

2008-12-14 Thread saulgoode
Quoting saulgo...@flashingtwelve.brickfilms.com: This is as I > would expect because SF-TOGGLEs are marshalled as integer constants in > the PDB interface, not booleans (correct me if I am mistaken). In the above, "constants" should be corrected to "variables".

Re: [Gimp-user] Error while executing script (Script Stop Working in Windows 2.6.3)

2008-12-14 Thread saulgoode
Quoting Kevin Cozens : > Your code has "(if (= inSmooth TRUE) 1 0)" where in Smooth is a boolean value > provided by the SF-TOGGLE. The "=" operator is for use when > comparing numbers, > not booleans. Since inSmooth is a boolean, change your if statement to read > (if inSmooth 1 0) I am

Re: [Gimp-user] Error while executing script (Script Stop Working in Windows 2.6.3)

2008-12-14 Thread D.Jones (aka) Capnhud
> Message: 6 > Date: Sat, 13 Dec 2008 13:58:16 -0500 > From: Kevin Cozens > Subject: Re: [Gimp-user] Error while executing script > (Script Stop > Working in Windows 2.6.3) > To: gimp-user > Message-ID: <494405c8.9040...@ve3syb.ca> > Content-Type: text/plain; charset=us-ascii; format=