Re: [Gimp-user] Opacity

2008-05-16 Thread Lap1994
It will work. But is not a option of a tool, is a way to make it work. For  
me, it will work, but if someone need opacity AND a mask layer? What he  
will do!?

> On Friday 16 May 2008, Lap1994 wrote:
>> Hello. I want to draw a image with a 50% opacity border.
>> When I change the opacity of the pencil and use it, the selected color  
>> and
>> the color where I use the pencil, combine itself. I do not want it, I  
>> want
>> draw a pixel with exact 50% of alpha and the color selected. Like a  
>> bitmap
>> with a alpha channel.
>>
>> Do not want: black pixel + %50 opacity, white color = silver
>> Want: black pixel + %50 opacity, white color = 50% opacity white pixel
>
> Hello!
>
> How about a lyer mask made of white (for the opaque parts) and 50% grey  
> (for
> the 50% transparent parts)?
>
> Daniel



-- 
Check my gallery!
http://lap1994.deviantart.com
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Opacity

2008-05-16 Thread Daniel Hornung
On Friday 16 May 2008, Lap1994 wrote:
> Hello. I want to draw a image with a 50% opacity border.
> When I change the opacity of the pencil and use it, the selected color and
> the color where I use the pencil, combine itself. I do not want it, I want
> draw a pixel with exact 50% of alpha and the color selected. Like a bitmap
> with a alpha channel.
>
> Do not want: black pixel + %50 opacity, white color = silver
> Want: black pixel + %50 opacity, white color = 50% opacity white pixel

Hello!

How about a lyer mask made of white (for the opaque parts) and 50% grey (for 
the 50% transparent parts)?

Daniel


signature.asc
Description: This is a digitally signed message part.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Opacity

2008-05-16 Thread Lap1994
Hello. I want to draw a image with a 50% opacity border.
When I change the opacity of the pencil and use it, the selected color and  
the color where I use the pencil, combine itself. I do not want it, I want  
draw a pixel with exact 50% of alpha and the color selected. Like a bitmap  
with a alpha channel.

Do not want: black pixel + %50 opacity, white color = silver
Want: black pixel + %50 opacity, white color = 50% opacity white pixel
-- 
Check my gallery!
http://lap1994.deviantart.com
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Python error while loading gimp

2008-05-16 Thread Sven Neumann
Hi,

On Fri, 2008-05-16 at 05:32 -0700, D.Jones (aka) Capnhud wrote:
> I receive the following error when I load gimp 2.4.5 with python installed.
> 
> pythonw.exe
> The procedure entry point g_assertion_message could not be located in the 
> dyanamic link library
> libglib-2.0.0-0.dll

Your copy of gtk+ was compiled against a newer version of glib than what
you have installed on your system.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals

2008-05-16 Thread Torsten Neuer
Hi,

> I tried using Emacs, but changing the encoding didn't affect anything.

Just loading the file, changing the encoding and saving it again won't do 
anything.  The encoding switches are meant for newly entered text.

That means that you will have to re-enter the characters with the UTF-8 
encoding switched on.


  Torsten


signature.asc
Description: This is a digitally signed message part.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals

2008-05-16 Thread Jonathan Dearborn
I'm still not able to get this to work.  Attached is my script (or find it at 
http://pubpages.unh.edu/~jmb97/SDL/NFont/render-nfont.scm).  It produces a 
bitmap of the characters in a font.  I thought the whole first byte was 
identical between ASCII and UTF-8...  Anyhow, maybe someone can get it to work 
or see what I'm trying to do.  Basically, I'm just trying to put the special 
and accented characters (161, '¡' to 255, ÿ) into a string, but the Gimp isn't 
outputting anything where they should be.  The script appears as NFont->Create 
NFont.  Then you must check the extended ASCII box.  I tried using Emacs, but 
changing the encoding didn't affect anything.

Thanks,
Jonny D



> From: [EMAIL PROTECTED]
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals
> Date: Thu, 15 May 2008 10:46:41 +0200
> CC: [EMAIL PROTECTED]
> 
> Hi,
> 
> > Do you mean just type them in? 
> 
> Yes.
> 
> > That isn't working for me.  Wouldn't switching the encoding affect the whole
> > file instead of just a particular string?
> 
> That should do no harm as Gimp is doing about everything in UTF-8 internally.
> Plus, any characters that are relevant to Scheme syntax (i.e. not "strings") 
> are from 7-bit ASCII and won't be touched anyway when you switch to UTF-8.
> 
> > I'm on WinXP, just using Notepad, which can handle the ascii 
> > values I'm using (I was surprised that Dr. Scheme can't, however).
> 
> Strictly speaking, the values that you are talking about are not ASCII (as 
> that only defines 7 bits originally - the upper 127 characters depend on 
> which locale you are in and might even be text graphics).
> 
> Notepad also stores its data in an encoding, which however is not UTF-8.
> 
> > Typing them into a string isn't working.
> 
> Hmm... have you tried using the ALT- for entering the 
> values ?  You seem to know the encoding values of the characters in UTF-8, so 
> this might work then with Notepad.
> 
> 
>Torsten

_
Change the world with e-mail. Join the i’m Initiative from Microsoft.
http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ChangeWorld

render-nfont.scm
Description: Binary data
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Python error while loading gimp

2008-05-16 Thread D.Jones (aka) Capnhud
I receive the following error when I load gimp 2.4.5 with python installed.

pythonw.exe
The procedure entry point g_assertion_message could not be located in the 
dyanamic link library
libglib-2.0.0-0.dll

I have installed 

Python 2.5.2
pycairo-1.4.12-1.win32-py2.5.exe
pygobject-2.14.1-1.win32-py2.5.exe
pygtk-2.12.1-2.win32-py2.5.exe

gimp-2.4.5-i686-setup.exe
gimp-help-2-2.4.0-eng-setup.exe

all in this order.


  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user