http://www.perlmonks.org?node_id=288813


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