[Bins] some problems

Martin Michlmayr tbm at cyrius.com
Fri Apr 7 17:27:50 BST 2006


* Philippe Monlong <philippe at altiscene.fr> [2006-03-12 10:49]:
> - when using joi templates I get a non blocking exception message for 
> each image file :
>  Image whatever_image_it_is
> Exception 435: unable to open image `*': Aucun fichier ou repertoire de 
> ce type at /usr/bin/bins line 3167.

> I am using bins 1.1.27-2 from Debian Sarge stable sources

iirc we fixed this after sarge with the following patch.  Can you try
it?


--- bins~	2005-06-15 16:17:54.229909928 +0100
+++ bins	2005-06-15 16:18:13.633960064 +0100
@@ -3163,7 +3163,7 @@
     $x = $preview->Set(quality => $configHash->{jpegQuality});
     warn "$x" if "$x";
     if ($configHash->{deExifyImages}) {
-	$x = $preview->Profile(name => "*");
+	$x = $preview->Profile(name => "*", profile => "");
 	warn "$x" if "$x";
     }
     if ($configHash->{scaleMethod} eq "sample") {

-- 
Martin Michlmayr
http://www.cyrius.com/


More information about the Bins mailing list