Re: [Gimp-user] scale problem while printing

2010-10-04 Thread nal sanj
is there anyone on this mail-list answering queries?
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Linux distros with GIMP 2.6.10 preinstalled?

2010-10-04 Thread Gino D
On Wed, Sep 29, 2010 at 10:38 PM, N92 for...@gimpusers.com wrote:
 I am not completely sure but I think Ubuntu studio might have it.
 I use Ultimate edition 2.7 which comes with gimp 2.6.8 but was easily updated 
 to 2.6.10 through my update manager.

 Hope this helps

 --
 N92 (via gimpusers.com)

...

On Thu, Sep 30, 2010 at 10:40 AM, Martin Goose
news2...@thegoosefamily.plus.com wrote:


 PCLinuxOS currently has 2.6.9 in the live CD. See
 http://www.pclinuxos.com/?page_id=180

 The latest ISOs with 2.6.10 are due shortly.

 --
 Martin Goose


Thanks to both of you, N92 and Martin, for your replies.

If someone else knows some other Linux Distros endowed with a recent
GIMP release, please do not hesitate to tell me.

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


[Gimp-user] Starting extension very slow

2010-10-04 Thread Kekko

Find the PC-Tools-Spyware-Antivirus-user list for that :-) or find a 
better antivirus.

There isn't anything in the net, someone has the same pb also with other 
antivirus?

-- 
Kekko (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] scale problem while printing

2010-10-04 Thread Ofnuts
  On 04/10/2010 10:40, nal sanj wrote:
 is there anyone on this mail-list answering queries?

Nobody is really paid for this...

I don't print directly from Gimp, but

1) did you check the ignore page margins in the print/image settings  
dialog tab?
2) the margins could be mandated by your printer (or its driver) , can 
you print wider stuff on it when not using Gimp?



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


Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-04 Thread saulgoode
Quoting Alan Campbell gimp-u...@alancampbelllists.ukfsn.org:


  Always got the Woodrat folder under File | Create menu, no
  shortcut key indicated.

 On 3 Oct 2010 at 11:17:05, Sven Neumann wrote:

 I am pretty sure that it theoretically should work this way. After
 all the Script-Fu extension itself creates sub-menus this way and
 those sub-menus do have mnemonics. You definitely should not use
 the underscore in the menu-register call.

 I was calling (gimp-plugin-menu-branch-register from top level, i.e.
 it was a statement in scm file along with many (defines.

 So how does that work?  script-fu interpreter processes defines
 first, then any (script-fu-register*) statements, nothing else? Any
 other precedence rules?

It is not a problem with the branch register command not being  
processed, but that branch registration seems to require that plug-in  
be associated with it (see 'plugin_menu_branch_register_invoker()' in  
app/pdb/plug-in-cmds.c). Apparently, when processed at the top level  
of a Script-fu, there is no current-active-plugin; and this leads to  
'gimp_marshal_VOID__STRING_STRING_STRING' failing because it is  
missing one of its parameters (the plug-in name).

 I did this:

 (define (wrf_register_menu_branch)
  (gimp-plugin-menu-branch-register Image/File/Create W_oodrat)
  _Finger...
 )

 (script-fu-register  wrf_create_template_finger
   (wrf_register_menu_branch); menu label
 

 which works.  (script-fu-register when it runs has to call
 (wrf_register_menu_branch), which does the register thing.

A clever solution. However, I was unable to make it work with GIMP  
2.6.10+. What version of GIMP are you using?

 Anyway, my kludge seems to work.  Thanks for pointer on how to do it.

I'm not sure how robust your kludge is. If it is not version specific  
then it may be working for you (and not me) because of something other  
going on than just the code you posted here (multiple procedure  
registrations in the same file perhaps). Could you provide a complete  
listing of your script?

Regards.



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


Re: [Gimp-user] How are parasites represented in Script-Fu?

2010-10-04 Thread saulgoode
Quoting Rob Antonishen rob.antonis...@gmail.com:

 On Sun, Oct 3, 2010 at 9:49 AM, Gino D  wrote:
 Hi

 Currently, what type of data should be used to enter a parasite as a
 parameter within those Script-fu procedures that handle such an
 object? By chance, can you give me any examples?


 AFAIK, only strings are supported and are passed in as a list.  First
 parameter is the parasite name and the third is the string value.  Not
 sure what the seconf parameter is but I always use the number 1:

 (gimp-parasite-attach (list parasite-name 1 parasite value))

The second parameter is the persistence/UNDOability flag. I covered  
the possible values in the following thread:

http://www.mail-archive.com/gimp-user%40lists.xcf.berkeley.edu/msg20099.html

For images and drawables, I would assume persistence may also be  
dependent upon the file being saved in XCF format (perhaps other  
formats permit parasite data to be attached as EXIF data but I  
wouldn't count on it). For vectors/paths, there would be the  
additional issue of whether the path itself was recoverable from the  
file.

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


[Gimp-user] ANNOUNCE: GIMP 2.6.11

2010-10-04 Thread Sven Neumann
Hi,

GIMP 2.6.11 is a bug-fix release in the stable GIMP 2.6 series. Among
other bug-fixes, it restores printing functionality with version 1.10 of
the cairo library. Many Linux distributions start to ship this version
now.

The source code for GIMP 2.6.11 can be downloaded from ftp.gimp.org or
from one of the mirrors listed at http://gimp.org/downloads/#mirrors.
Binary packages for the supported platforms should become available
soon; please check the Downloads section at www.gimp.org.


Overview of Changes from GIMP 2.6.10 to GIMP 2.6.11
===

* Bugs fixed:

 631199 - Printing and Print preview broken with cairo 1.10
 572865 - Parasite handling had problems and can cause crashing
 628893 - Error with string-append and gimp-drawable-get-name
 623850 - (Paco) Recursive Gaussian Filter error
 624487 - Fix incorrect wrap mode documentation values in Edge plug-in
 557380 - Difference of Gaussians gives blank doc if Invert selected
 627009 - Image type filter doesn't include .rgba SGI files
 626020 - Console window opening on file-ps-load
 624698 - Wood 1 and Wood 2 have bad alpha value
 624275 - Image saved from google docs generates a
  'gimp-image-set-resolution' error message

* Updated translations:

 German (de)
 Spanish (es)
 Italian (it)
 Japanese (ja)
 Romanian (ro)
 Chinese (Hong Kong) (zh_HK)
 Chinese (Taiwan) (zh_HK)


Happy GIMPing,
Sven



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


[Gimp-user] gimp.tutorials.net

2010-10-04 Thread gerard82
Hi,
I clicked on the link for the gimp tutorials but I get a lot of advertising and 
the only useful looking link there about tutorials took me to page with lots of 
tuts but none whatsoever about Gimp!
What is happening?
Gerard.


-- 
gerard82 (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp.tutorials.net

2010-10-04 Thread Alexandre Prokoudine
On 10/4/10, gerard82 wrote:
 Hi,
 I clicked on the link for the gimp tutorials

Where exactly did you click it?

I don't see http://www.gimp.org/links/#tuts pointing to such a
website. What I do see is pointing to http://gimp-tutorials.net/ which
is exactly what you need.

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-04 Thread Alan Campbell
On 4 Oct 2010 at 10:21:16 PDT 
saulgoode at flashingtwelve.brickfilms.com wrote:

 It is not a problem with the branch register command not being
 processed, but that branch registration seems to require that
 plug-in be associated with it (see
 'plugin_menu_branch_register_invoker()' in 
 app/pdb/plug-in-cmds.c). Apparently, when processed at the top
 level of a Script-fu, there is no current-active-plugin; and
 this leads to  'gimp_marshal_VOID__STRING_STRING_STRING' failing
 because it is  missing one of its parameters (the plug-in name). 

Don't have source code, so I'll pass on the c.  But I get the idea.

  I did this:

   (define (wrf_register_menu_branch)
(gimp-plugin-menu-branch-register 
  Image/File/Create/W_oodrat)
_Finger...
   )

   (script-fu-register  wrf_create_template_finger
  (wrf_register_menu_branch); menu label
   

  which works.  (script-fu-register when it runs has to call
  (wrf_register_menu_branch), which does the register thing.

 A clever solution. However, I was unable to make it work with GIMP  
 2.6.10+. What version of GIMP are you using? 

2.6.10 win32 on XP.

   Anyway, my kludge seems to work.  
   Thanks for pointer on how to do it.

 I'm not sure how robust your kludge is. If it is not version
 specific  then it may be working for you (and not me) because of
 something other  going on than just the code you posted here
 (multiple procedure  registrations in the same file perhaps).
 Could you provide a complete listing of your script? 

2000 lines overall, 1200 lines of code.  Perhaps a bit excessive to 
paste into a posting here.  So for moment it's in woodrat.zip at

https://docs.google.com/leaf?id=0B6M_pjcD-
RRwNTZjODc0NzQtYjliMy00ZDBlLTgzZWItNDAyNDExMTA2YzU3hl=enauthkey=CMGn
5i4

or

http://bit.ly/btzFxD

or

http://www.freedrive.com/folder/282054


In version posted I invoke (wr_register_menu_branch) 3 times, with 
argument (the value to return each time).  It also worked for me when 
I just invoked it once (on the first (script-fu-register)).  

Any comments or crits on code very welcome, e.g. if you happen to 
notice me doing anything wildly inefficient.  To actually run the 
script you need the pattern file included in the zip.

Yrs,

Alan 

Never put anything smaller than your elbow
into your ear.


= +  =



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