[Gimp-user] Re: Print command

2004-11-22 Thread Matthias Julius
Patrick Shanahan <[EMAIL PROTECTED]> writes:

> Are you trying to print from a gimp image -> File -> Print ?
> If so, set the print dialogue screen to your printer via the drop down
> box and print direct from gimp.  You do not need to worry about -C name.
> I have an Epson sp925photo and the print-command which gimp selects
> for my printer is:  lp -s -desp925gp -oraw
>
> If this is *not* what you are trying to do, please explain further.

Yes I am printing from the Gimp print dialog.  And changing the printer
in the printer setup does not affect the print command Gimp is
choosing.

And it is printing fine as I wrote in my original post.

The only problem I have is that in the print job list every print job
from Gimp has the name '(stdin)'.  I would like the name of the
printed file to appear there and from the lpr side this is done via
the '-C' option.  Now I need Gimp to insert the file name into the
print command.  So the print command specification in the printer
setup should be something like 'lpr -C $filename' where Gimp is
replacing $filename with the actual file name.  

BTW, I am printing through CUPS.  I don't know whether CUPS' lpr
differs from standard lpr.

Matthias

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


Re: [Gimp-user] Re: Print command

2004-11-22 Thread Geoffrey
Patrick Shanahan wrote:
* Matthias Julius <[EMAIL PROTECTED]> [11-22-04 19:18]:
I know 'man lpr'.  It says:
-C name
Sets the job name.
But how can I get gimp to include the file name in the print command
after the -C?

Are you trying to print from a gimp image -> File -> Print ?
If so, set the print dialogue screen to your printer via the drop down
box and print direct from gimp.  You do not need to worry about -C name.
I have an Epson sp925photo and the print-command which gimp selects
for my printer is:  lp -s -desp925gp -oraw
If this is *not* what you are trying to do, please explain further.
He wants to set the job name via -C:
From man lpr:
 -C nameSets the job name.
--
Until later, Geoffrey
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: Print command

2004-11-22 Thread Patrick Shanahan
* Matthias Julius <[EMAIL PROTECTED]> [11-22-04 19:18]:
> I know 'man lpr'.  It says:
> 
> -C name
>  Sets the job name.
> 
> But how can I get gimp to include the file name in the print command
> after the -C?

Are you trying to print from a gimp image -> File -> Print ?
If so, set the print dialogue screen to your printer via the drop down
box and print direct from gimp.  You do not need to worry about -C name.
I have an Epson sp925photo and the print-command which gimp selects
for my printer is:  lp -s -desp925gp -oraw

If this is *not* what you are trying to do, please explain further.
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711   Photo Album:  http://wahoo.no-ip.org/photos
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: Print command

2004-11-22 Thread Matthias Julius
Patrick Shanahan <[EMAIL PROTECTED]> writes:

> issue from a command-line 'man lpr'.  Then, if you do not understand,
> ask again.

I know 'man lpr'.  It says:

-C name
 Sets the job name.

But how can I get gimp to include the file name in the print command
after the -C?

Matthias

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


Re: [Gimp-user] replacing white background with alpha background

2004-11-22 Thread Gert Cuykens
thx works great :)
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] replacing white background with alpha background

2004-11-22 Thread Sven Neumann
Hi,

Gert Cuykens <[EMAIL PROTECTED]> writes:

> how can you tell gimp to fill all white with transparent alpha ?

http://www.gimp.org/tutorials/Changing_Background_Color_1/
http://www.gimp.org/tutorials/Changing_Background_Color_2/


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


Re: [Gimp-user] Decompose

2004-11-22 Thread Sven Neumann
Hi,

Richard <[EMAIL PROTECTED]> writes:

>Please read again,
>I WISH, I could, have try to do this before in the past,
>with 10.1 and 10.2 ( Mac OS X ) never could get a app, to compile,
>had dozen of error message, and dependences problems

Well, I was trying to encourage you to try again. It isn't really
rocket science to compile GIMP on Mac OS X and we could give you a
helping hand.


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


Re: [Gimp-user] replacing white background with alpha background

2004-11-22 Thread Bob Long
On Tuesday, November 23, 2004 6:59 AM [GMT+1=CET],
Gert Cuykens <[EMAIL PROTECTED]> wrote:
how can you tell gimp to fill all white with transparent alpha ?
Using GIMP 2.0.5:
1. Layer|Transparency|Add Alpha Channel
2. Select|By Color and then click on the area you want made transparent. It 
will be selected.
3. Edit|Clear

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


Re: [Gimp-user] replacing white background with alpha background

2004-11-22 Thread Owen Cook

On Mon, 22 Nov 2004, Gert Cuykens wrote:

> how can you tell gimp to fill all white with transparent alpha ?


Try

Filters->Colors->Colour to Alpha


Owen

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


[Gimp-user] replacing white background with alpha background

2004-11-22 Thread Gert Cuykens
how can you tell gimp to fill all white with transparent alpha ?
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Print command

2004-11-22 Thread Patrick Shanahan
* Matthias Julius <[EMAIL PROTECTED]> [11-22-04 14:55]:
> I am printing over CUPS using 'lpr' as print command.  That works
> fine.  Now I would like to pass the file name of the file being
> printed to lpr (via 'lpr -C').  Is that possible?

issue from a command-line 'man lpr'.  Then, if you do not understand,
ask again.

-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711   Photo Album:  http://wahoo.no-ip.org/photos
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Print command

2004-11-22 Thread Matthias Julius
Hi,

I am printing over CUPS using 'lpr' as print command.  That works
fine.  Now I would like to pass the file name of the file being
printed to lpr (via 'lpr -C').  Is that possible?

Matthias
-- 
Matthias Julius
mailto:[EMAIL PROTECTED]

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


Re: [Gimp-user] Decompose

2004-11-22 Thread Richard




Hi Sven,
Please read again,

I WISH, I could, have try to do this before in the past,
with 10.1 and 10.2 ( Mac OS X ) never could get a app, to compile,
had dozen of error message, and dependences problems,
and the people whom are on the Xcode list ( Apple's Developer
Application Program)
which I do have installed, Like to FLAME people, and give no advice to
newbies.

Regards-
Richard



Sven Neumann wrote:

  Hi,

Richard <[EMAIL PROTECTED]> writes:

  
  
Boy, I wish I could program, or compile my own code.
I'm glad the bug was found, and now can be fix.

I'll sit and wait for a new 2.2 Mac OS X version ( hopeful before
x-mas) to download it.

  
  
Instead of sitting there and waiting you could compile a 2.2 version
and make it available to others. Sitting and waiting is not how Free
Software works.


Sven

  





Re: [Gimp-user] install probs

2004-11-22 Thread Joao S. O. Bueno Calligaris

You could also grab a new rpm from a mandrake contrib repository - 
there probably could be something more up to date for mandrake 10.0

But that won't give you GIMP2.2 anyway, neither will upgrading 
toMandrake 10.1. 
But building the GIMP from CVS on a mandrake 10.0 is not an authomatic 
task, but not too hard. Just try the ./configure scripts, note down 
what it says is missing, and install from most recent stable tarball, 
each required software (or from rpm, if there is a compatible version 
of said package) - the nice side of this is taht once you have 
everything in place, you can always easily build the latest GIMP.

JS
-><-



On Monday 22 November 2004 10:45, John Culleton wrote:
> On Friday 11 June 2004 11:11, squareyes wrote:
> > Hi all,
> > I had Gimp 2 up and running (from
> > gimp-2.0.0-richard.1mdk.i586.rpm)  on Mandrake 10, which was
> > installed as an update from Man 9.1. Installed Gimp 2.0 with no
> > probs, but have since had to reformat.
> > Installed Mandrake 10 as a fresh install, now am having probs
> > getting Gimp 2 to install from same rpm. Keep getting
> >
> > "Installation failed, some files are missing:
> > /mnt/cdrom/gimp-2.0.0-richard.1mdk.i586.rpm
> > You may want to update your urpmi database"
> >
> > Installed urpmi.setup to try and update, have no idea what I am
> > doing, as it seems to want to update the 4 Mandrake install
> > disks, which is not possible.
> > Have tried copying rpm to hard drive and installing from there,
> > same.
> >
> > Tried the rpm from Mandrake cooker site, and get this error
> > message.
> >
> > "Some package requested cannot be installed:
> > gimp2_0-2.0.1-1mdk.i586 (due to unsatisfied
> > libgimpwidgets-2.0.so.0) do you agree ?"
> >
> > As I am unsatisfied most of the time I had to agree :-)
> > What is a  libgimpwidget?,  which ones do I need?, where would I
> > get them?, and if I can get them, what do I do with them?
> > (without being rude :-)  )  Sorry I am a rank beginner here.
> >
> >
> > Any helpfull suggestions would be most gratefully accepted.
> >
> > Many thanks in advance,
> > Take Care
> > Winton
>
> Have you considered just uninstalling Gimp, downloading Gimp from
> the web site and installing it yourself?  This means stepping out
> of the world of RPMs but that is not a fatal thing.  You can unzip
> and untar the downloaded file with one command tar zxvf  (name of
> file.) Then follow the instructions that come with.
>
> Frequently it is easier to sidestep a complex problem as opposed to
> debugging it in the entrails of the system.
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] install probs

2004-11-22 Thread John Culleton
On Friday 11 June 2004 11:11, squareyes wrote:
> Hi all,
> I had Gimp 2 up and running (from gimp-2.0.0-richard.1mdk.i586.rpm)  on
> Mandrake 10, which was installed as an update from Man 9.1. Installed
> Gimp 2.0 with no probs, but have since had to reformat.
> Installed Mandrake 10 as a fresh install, now am having probs getting
> Gimp 2 to install from same rpm. Keep getting
>
> "Installation failed, some files are missing:
> /mnt/cdrom/gimp-2.0.0-richard.1mdk.i586.rpm
> You may want to update your urpmi database"
>
> Installed urpmi.setup to try and update, have no idea what I am doing,
> as it seems to want to update the 4 Mandrake install disks, which is not
> possible.
> Have tried copying rpm to hard drive and installing from there, same.
>
> Tried the rpm from Mandrake cooker site, and get this error message.
>
> "Some package requested cannot be installed:
> gimp2_0-2.0.1-1mdk.i586 (due to unsatisfied libgimpwidgets-2.0.so.0)
> do you agree ?"
>
> As I am unsatisfied most of the time I had to agree :-)
> What is a  libgimpwidget?,  which ones do I need?, where would I get
> them?, and if I can get them, what do I do with them? (without being
> rude :-)  )  Sorry I am a rank beginner here.
>
>
> Any helpfull suggestions would be most gratefully accepted.
>
> Many thanks in advance,
> Take Care
> Winton
>
>
>
>
Have you considered just uninstalling Gimp, downloading Gimp from the web 
site and installing it yourself?  This means stepping out of the world of 
RPMs but that is not a fatal thing.  You can unzip and untar the 
downloaded file with one command tar zxvf  (name of file.) Then follow the 
instructions that come with. 

Frequently it is easier to sidestep a complex problem as opposed to 
debugging it in the entrails of the system.  
-- 
John Culleton

Short list of publishing/marketing books:
http://wexfordpress.com/tex/shortlist.pdf
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Decompose

2004-11-22 Thread Patrick Shanahan
* Sven Neumann <[EMAIL PROTECTED]> [11-22-04 07:21]:
> Instead of sitting there and waiting you could compile a 2.2 version
> and make it available to others. Sitting and waiting is not how Free
> Software works.

He *said* that he wished he could but cannot because he does not know
how.  Many of the new users of gimp/linux are coming from the windoz
platform and have no knowledge of *compiling* a program, just
installing where and how Gates/Baldie have decided should happen.
-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711   Photo Album:  http://wahoo.no-ip.org/photos
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Decompose

2004-11-22 Thread Sven Neumann
Hi,

Richard <[EMAIL PROTECTED]> writes:

> Boy, I wish I could program, or compile my own code.
> I'm glad the bug was found, and now can be fix.
>
> I'll sit and wait for a new 2.2 Mac OS X version ( hopeful before
> x-mas) to download it.

Instead of sitting there and waiting you could compile a 2.2 version
and make it available to others. Sitting and waiting is not how Free
Software works.


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


Re: [Gimp-user] howto resize image?

2004-11-22 Thread Gert Cuykens
thx i needed the crop thingie :)


On Mon, 22 Nov 2004 20:01:37 +1000, Bob Long <[EMAIL PROTECTED]> wrote:
> On Monday, November 22, 2004 5:34 PM [GMT+1=CET],
> 
> 
> Gert Cuykens <[EMAIL PROTECTED]> wrote:
> 
> > hi i want to move the bottom border of the image up how do i do that
> > with gimp ?
> 
> If, as you put it in the subject line, you want to resize the image, then
> use Image|Scale Image...
> 
> But, it seems you may be wanting to "chop off" the bottom of the image,
> leaving the rest of the image untouched. In which case, use the Crop tool in
> the toolbox.
> 
> Bob Long
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
>
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] howto resize image?

2004-11-22 Thread Bob Long
On Monday, November 22, 2004 5:34 PM [GMT+1=CET],
Gert Cuykens <[EMAIL PROTECTED]> wrote:
hi i want to move the bottom border of the image up how do i do that
with gimp ?
If, as you put it in the subject line, you want to resize the image, then 
use Image|Scale Image...

But, it seems you may be wanting to "chop off" the bottom of the image, 
leaving the rest of the image untouched. In which case, use the Crop tool in 
the toolbox.

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