Re: Alpha Channel

2000-07-05 Thread Marco Lamberto
On Thu, 6 Jul 2000, Chetan Dhavse wrote: >Can someone explain me what is a channel (alpha,etc) >why and when it is used The alpha channel is used for layer transparency. Tha alpha value specify for each pixel how much transparent should be. However I think that this question should have been poste

Re: Gif Comment

2000-07-06 Thread Marco Lamberto
On Thu, 6 Jul 2000, Chetan Dhavse wrote: >HI everybody >I use perl as a scripting language >gimp allows user to include a gif comment while saving the gif image >How can i achive this dynamically >Chetan Try attaching a comment parasite to the image before saving it. Look into the docs dir of t

GDYNTEXT 1.5.1 Updated

2000-08-13 Thread Marco Lamberto
I've fixed a silly bug into the startup code that prevented gDynText starting the first time from getting the current color and turning on the antialias. You can dowload it from the GIMP plug-ins registry: < http://registry.gimp.org/detailview.phtml?plugin=gdyntext > or in the next day

GDynText 1.5.2 Updated

2000-08-14 Thread Marco Lamberto
I've "simply" merged the 1.5.0 from gimp CVS with 1.5.1. You can dowload it from the GIMP plug-ins registry: < http://registry.gimp.org/detailview.phtml?plugin=gdyntext > or here: < http://www.geocities.com/Tokyo/1474/gimp/plugins/gdyntext.tgz > Happy GIMPing, Marco -- //\/\ Marco

configure, libtool & the install prefix

2000-10-01 Thread Marco Lamberto
I've got a little trouble while rebuilding the rpm of gimp 1.1.26, when running the "make prefix={a_new_prefix} install" it tries to install into "/usr" discarding the "prefix" and "PREFIX" values. I should update someting or someone has forgotten something? ;) Actually I've installed the followin

configure, libtool & the install prefix [2]

2000-10-01 Thread Marco Lamberto
%{prefix} install +make DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT/%{prefix} install # Strip the executables strip $RPM_BUILD_ROOT/%{prefix}/bin/gimp @@ -230,6 +230,10 @@ %files perl -f gimp-perl-files %changelog +* Sun Oct 01 2000 Marco Lamberto <[EMAIL PROTECTED]> +- updated

Re: configure, libtool & the install prefix [2]

2000-10-04 Thread Marco Lamberto
On Mon, 2 Oct 2000 [EMAIL PROTECTED] wrote: > We build the gimp-perl plugin from the CPAN sources and disable it in > the GIMP distribution because it makes too much problems there especially > on recent SPARCs, alphas and ia64. We don't use the BuildRoot features > of RPM however because it has s

GIMP-1.1.31: Where is gone spheredesigner?

2000-12-20 Thread Marco Lamberto
The Makefile in po-plug-ins requires the missing spheredesigner.c source in plug-ins/common. Happy GIMPing, Marco -- //\/\ Marco (LM) Lamberto e-mail:lm(.)sunnyspot.org (replace '(.)' -> '@') The Sunny Spot - http://the.sunnyspot.org/

Re: GIMP-1.1.31: Where is gone spheredesigner?

2000-12-21 Thread Marco Lamberto
On 20 Dec 2000, Michael Natterer wrote: >> The Makefile in po-plug-ins requires the missing spheredesigner.c source in >> plug-ins/common. >Hi Marco, >this is fixed in CVS. Thanks, but was really removed the spheredesigner.c plug-in? The PLUGIN_MAINTAINERS still holds its name and author. Regards,

GIMP 1.2.0 DESTDIR patch

2000-12-31 Thread Marco Lamberto
PM_BUILD_ROOT/%{prefix} install +make DESTDIR=$RPM_BUILD_ROOT install # Strip the executables strip $RPM_BUILD_ROOT/%{prefix}/bin/gimp @@ -225,6 +225,7 @@ %defattr (0444, root, root, 0555) %{prefix}/share/aclocal/gimp.m4 +%{prefix}/share/gimp/%{subver}/devel-docs %{prefix}/lib/*.a

Re: GIMP 1.2.0 DESTDIR patch

2001-01-01 Thread Marco Lamberto
LS README.i18n README.perl README.win32 +TODO %defattr (0444, bin, bin, 0555) %dir %{prefix}/share/gimp/%{subver} %dir %{prefix}/share/gimp/%{subver}/tips @@ -225,6 +230,7 @@ %defattr (0444, root, root, 0555) %{prefix}/share/aclocal/gimp.m4 +%{prefix}/share/gimp/%{subver}/devel-docs

Re: GIMP 1.2.0 DESTDIR patch

2001-01-01 Thread Marco Lamberto
On Sun, 31 Dec 2000, Marc Lehmann wrote: >> Please check the patch and _please_ merge those changes in order to build >> again easily and RPMmed GIMP. ;) >Instead of requiring special rpm support for each and every package, why >not just fix the package manager? ;-> Eh, eh, I know this old story,

Re: GIMP 1.2.0 source and binary RPM files

2001-01-03 Thread Marco Lamberto
On Tue, 2 Jan 2001, Kevin Cozens wrote: >If anyone is desparate to have RPMs and can't wait for the files to be [...] >mailing list to save peoples already overflowing mailboxes. Feel free to overflow my personal mailbox, please send me a patch vs gimp 1.2.0, so I'll add a %patch and finally insta

ANNOUNCE: GDynText 1.5.3

2001-02-05 Thread Marco Lamberto
Another merge with GIMP CVS and some enhancements: * Better placement for text lines by using -1 for the border value when using gimp_text_fontname. * It doesn't smash anymore the layer's name back to "GDynText Layer" when you re-edit a layer's text. (John Manoogian III) * Compiles

ANNOUNCE: GDynText 1.5.4

2001-02-08 Thread Marco Lamberto
Now really compiles with GTK_DISABLE_COMPAT_H defined. I can download it at: or: Happy GIMPing, Marco -- //\/\ Marco (LM) Lamberto e-mail:lm(.)sunnyspot.org (replace '(.)' -

Re: ANNOUNCE: GDynText 1.5.4

2001-02-08 Thread Marco Lamberto
On 8 Feb 2001, Sven Neumann wrote: >If you think this release containes some important bugfixes with >respect to the version we ship with gimp-1.2, please send us a >patch, so we can integrate your changes into the 1-2 branch. Well there are no bug fixed, I've mainly merged the CVS stuff. However

Re: ANNOUNCE: GDynText 1.5.4

2001-02-09 Thread Marco Lamberto
On 9 Feb 2001, Tuomas "spectrolite" Kuosmanen wrote: >Btw, does it now remember the font weight attribute? I have been using >gimp-freetype lately, but I remember having to change the font bold >every time I ran gdyntext on a dyntext layer. At least my CVS gimp has >this bug still. Well, this is n

Re: swap files

1999-10-10 Thread Marco Lamberto
On Sat, 09 Oct 1999, Adrian Likins wrote: > If I recall correctly, this has been suggested a few times >and made it into released versions of gimp at least once, only to be removed >later for reasons I do not recall. Seems like some sort of portability issues >perhaps, but its been a long ti

Missing function in gimpcompat.h

1999-12-29 Thread Marco Lamberto
Someone has forgotten to place a #define for "gimp_drawable_find_parasite" into libgimp/gimpcompat.h! ;) Please add (hey, don't tell me you need a patch! ;) ): #define gimp_drawable_find_parasite gimp_drawable_parasite_find Thanks Marco -- //\/\ Marco (LM) Lamberto e-mail:[E

GDynText 1.4.4 RELEASED!

1999-12-29 Thread Marco Lamberto
A new version of the GDynText plugin is available. I've fixed an undo related bug, now you can undo layer changes and parasites changes in one step (only one ctrl+z). ;) You can download it from the plugin registry or at: http://www.geocities.com/Tokyo/1474/gimp/ And now some developer's relate

Re: gdyntext & non iso8859-1 fonts

2000-01-30 Thread Marco Lamberto
On Tue, 18 Jan 2000, David Monniaux wrote: >An user of cyrillic fonts told me gdyntext didn't have a way to change >character sets. He can't select koi8-r. Mhh, ok, that's the last one ... I'll work for using the standard font selector instead of mine. ;) Happy GIMPing! Marco -- //\/\ Marco (LM)

Re: Re: Performance

2000-02-03 Thread Marco Lamberto
On Thu, 3 Feb 2000, Andrew Kieschnick wrote: >> I use SuSE Linux 6.2. I have 128 MB RAM. I use the default values for >> tile caching. I have a EIDE IBM 6,4 GB and 10 GB. I use on both a 128 >> MB partition as swap. >You should definitely increase your tile cache size from the default 10mb. >It s

Re: BUG: gdyntext is dead

2000-04-22 Thread Marco Lamberto
On Sat, 15 Apr 2000, Uwe Koloska wrote: >Because there was a suggestion that xfree86-3.3.5 can be the reason, I >upgraded to 3.3.6 but nothing changes. The new text layer is a small >rectangle in the upper left corner ... I've tested gDynText with my Linux box, recently upgraded to RH 6.2, and it

gDynText 1.5.0-RC2

2000-05-31 Thread Marco Lamberto
he end of this week. Happy GIMPing! Marco P.S. Please, could anyone update the PLUGIN_MAINTAINERS file into the CVS tree in order to add me (Marco Lamberto <[EMAIL PROTECTED]>) as the maintainer of gdyntext? ;) Thanks in advance. ;) -- //\/\ Marco (LM) Lamberto e-mail:[E

Re: parasite lost ?

2000-06-02 Thread Marco Lamberto
On Wed, 31 May 2000, FUJITA Yuji wrote: >Hi, dear developers. >I hope copying gdynamic text layer to another image to keep >text/font/colour/layout informations. >As I don't understand parasites, please forgive me if I'm claiming >something funny. No, I've tested it with gimp 1.1.22 and it seems

Re: parasite lost ?

2000-06-03 Thread Marco Lamberto
On Sat, 3 Jun 2000, Tuomas Kuosmanen wrote: >The easiest way to copy a layer to another image is to drag it from the >layers dialog to the other image. I am not sure if it copies the parasite >information but I think it should if it doesnt already. Cool, I've never noticed that!! Tested! No, it do

parasite lost ? [2] ("quick" workaround for gDynText)

2000-06-04 Thread Marco Lamberto
Copy the layer by dragging it from the source image to the target one. Edit the source layer and hold the shift key while pressing the Ok button, this will force gDynText to store the parasite data into the layer name. Edit the target layer name and copy the source layer name containing the "dumpe

gDynText 1.5.0-RC3

2000-06-06 Thread Marco Lamberto
A new release is available at: Feedback (expecially for the new user interface) and bug reports are welcome. Happy GIMPing! Marco -- //\/\ Marco (LM) Lamberto e-mail:[EMAIL PROTECTED] (remove 'nOsPaMz-') Th

Re: gDynText 1.5.0-RC3

2000-06-06 Thread Marco Lamberto
On Tue, 6 Jun 2000, Federico Di Gregorio wrote: >hi, i just tried out the new gdyntext and found it really well-done. >the graphic guy here does not think so... here are some comments from him: > >1/ kerning is missing. it would be great to have kerning and the ability > to apply it selectively

Re: gDynText 1.5.0 is out!

2000-06-26 Thread Marco Lamberto
On Sun, 25 Jun 2000, Sven Neumann wrote: >Shall we update the version in gimp CVS or is this code considered >to be unstable compared to the version we ship with gimp now ? >There are a few bugs regarding the GDynText plug-in listed at the >gimp bugtracker. Does this version fix those problems? Th