Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Help with Gimp-perl

by IlyaM (Parson)
on Sep 04, 2003 at 07:42 UTC ( [id://288813]=note: print w/replies, xml ) Need Help??


in reply to Help with Gimp-perl

Could it be that Gimp->file_jpeg_save fails? Have you tried to add check if there was raised an exception. I.e.

eval { Gimp->file_jpeg_save(...); }; if($@) { warn $@; }

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

Replies are listed 'Best First'.
Re: Re: Help with Gimp-perl
by Anonymous Monk on Sep 04, 2003 at 15:23 UTC
    The file is being saved (I checked the comments). I changed the output filename, and it gets created.

    In response to mattr's suggestion , how do I pop up windows when the entire call to script_fu_fuzzy_border() is in non-interactive mode? Maybe I'll try popping up a window of the result to see what happens.

      Have you tried to turn on debug trace (see section "DEBUGGING AIDS" in perldoc Gimp)? It may show the cause of the problem.

      --
      Ilya Martynov, ilya@iponweb.net
      CTO IPonWEB (UK) Ltd
      Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
      Personal website - http://martynov.org

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://288813]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found