[Gimp-user] Splitting images for web

2007-05-24 Thread Victor Domingos
Hi! There used to be, in some GIMP versions, a filter, or a script-fu that allowed us to split an image for a website, similar to what Fireworks and ImageReady do. I cannot find it anymore, at least in Mac and Windows versions. Am I missing anything, or it only runs on Linux? Thanks in ad

[Gimp-user] Birthday please

2007-05-24 Thread Amy O Leary
Hi Click on the link below and please enter your birthday for me. I am creating a birthday list of all my friends and family. http://www.birthdayalarm.com/bd2/79766922a610280770b1400744562c723740484d904 Many thanks Amy love yas all

Re: [Gimp-user] UTF-8 encode copyright symbol for Text Circle script success

2007-05-24 Thread Kevin Cozens
On Wed, 2007-05-23 at 22:47 -0500, DJ wrote: > The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) > just stops. [snip] > So how does one encode a special character, like the > copyright, for this script, written in Scheme, that requires UTF-8 > encoding? The Script-Fu plug-in wh

[Gimp-user] Wish about The GIMP

2007-05-24 Thread Fabien3D
Hi ! I often work with The GIMP to process my own photos, but I also sometimes use Paint Shop Pro X. It provides an interesting feature : when photos were vertically shot, it rotates them automatically when opened by the program. Is this feature available anywhere in the general options or wher

[Gimp-user] writing a command line script

2007-05-24 Thread Shug Boabby
Hi all, I have seen several tutorials for writing script-fu scripts for the gimp, but unfortunately they are all really old and usually only cover gimp-1.0. I would really love to have a gimp script that can perform the following operations:- - open image (auto detect type) - resize - apply the

Re: [Gimp-user] A better understanding of Levels and Curves

2007-05-24 Thread Felix Karpfen
On Mon, 21 May 2007 23:34:35 -0500, DJ wrote (<[EMAIL PROTECTED]>): > How do you use "Curves" efficiently? > A very full explanation of all the Gimp tools exists in: Grokking the GIMP by Carey Bunks ©2000 by New Riders Publishing, www.newriders.com ISBN 0-7357-0924-6. Section 6.2 deals with

Re: [Gimp-user] Splitting images for web

2007-05-24 Thread Renan Birck
Em Qui, 2007-05-24 às 08:24 +0100, Victor Domingos escreveu: > > There used to be, in some GIMP versions, a filter, or a script-fu > that allowed us to split an image for a website, similar to what > Fireworks and ImageReady do. I cannot find it anymore, at least in > Mac and Windows version

[Gimp-user] Wacom + IMPS2 mouse = some broken mouse actions??

2007-05-24 Thread Bruce Bertrand
Greets, I have a a wacom tablet and a normal three button wheel mouse. Both work great for almost everything on my Linux 2.6.21 box. When I go into "Gimp prefs > Input Devices > Configure Extended..." and enable the stylus and eraser so I can get pressure sensitivity, I loose some mouse function

Re: [Gimp-user] Wish about The GIMP

2007-05-24 Thread Anthony Ettinger
It already is...try upgrading to 2.3 On 5/24/07, Fabien3D <[EMAIL PROTECTED]> wrote: > Hi ! > > I often work with The GIMP to process my own photos, but I also sometimes use > Paint Shop Pro X. It provides an interesting feature : when photos were > vertically shot, it rotates them automatically w

Re: [Gimp-user] Changing hair colour

2007-05-24 Thread Tim Jedlicka
On 5/23/07, Victor Domingos <[EMAIL PROTECTED]> wrote: What is, in your oppinion, the best method to make dark hair look like blond hair? I don't know if it would work, but I'd suggest playing with the Filters->Colors->Filter Pack -- Tim Jedlicka, Network Entomologist [EMAIL PROTECTED], htt

Re: [Gimp-user] Wish about The GIMP

2007-05-24 Thread DJ
Hi Fabien3D, F> I often work with The GIMP to process my own photos, but I also sometimes use F> Paint Shop Pro X. It provides an interesting feature : when photos were F> vertically shot, it rotates them automatically when opened by the program. Is F> this feature available anywhere in the genera

Re: [Gimp-user] UTF-8 encode copyright symbol for Text Circle script success

2007-05-24 Thread DJ
Hi Kevin, KC> On Wed, 2007-05-23 at 22:47 -0500, DJ wrote: >> The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) >> just stops. KC> [snip] >> So how does one encode a special character, like the KC> The Script-Fu plug-in which comes with the 2.2 versions of GIMP can't handle KC

Re: [Gimp-user] Splitting images for web

2007-05-24 Thread Sven Neumann
Hi, On Thu, 2007-05-24 at 08:24 +0100, Victor Domingos wrote: > There used to be, in some GIMP versions, a filter, or a script-fu > that allowed us to split an image for a website, similar to what > Fireworks and ImageReady do. I cannot find it anymore, at least in > Mac and Windows version

Re: [Gimp-user] writing a command line script

2007-05-24 Thread Sven Neumann
Hi, On Thu, 2007-05-24 at 20:04 +0100, Shug Boabby wrote: > I would be greatly obliged if somebody could either point me to a more > up to date tutorial on writing a script (with an index of available > operations), or if there are any script-fu gurus lurking around who > fancy tackling this :-)

Re: [Gimp-user] Splitting images for web

2007-05-24 Thread Victor Domingos
Em 2007/05/24, às 12:20, Maurits Rijk escreveu: Hi, The SliceTool in GIMP# (http://sourceforge.net/projects/gimp- sharp/) is probably what you want. Sadly, I guess this tool is not available for Mac users... :( Ihave only found there a windows version. Do you know if it is possible to

Re: [Gimp-user] Splitting images for web

2007-05-24 Thread Victor Domingos
Em 2007/05/24, às 13:12, Elwin Estle escreveu: No, It just cuts up images. There is perlotine, which I think will do that, but it isn't available for windows, I don'think. Here is the link. http://registry.gimp.org/plugin?id=427 ...here's another one, Webotine. Direct link to the .scm f

Re: [Gimp-user] Splitting images for web

2007-05-24 Thread Victor Domingos
Em 2007/05/24, às 12:47, João S. O. Bueno Calligaris escreveu: Hi VIctor - This feature is (and has been) available either in gimp Perl extensions as "perl-o-tine", or gimp python extensions, as filters->web->py-slice. If you are not on windows, just install gimp-pyrhon to get it working.