andyg;577803 Wrote: 
> On Sep 20, 2010, at 1:43 AM, dsdreamer wrote:
> [color=blue]
> 
> 
> A lot of tests perform file comparison and expect an exact output from
> the library.  Usually this is fine but may still have issues on some
> platforms.  You can probably ignore the test failures.

Andy, I pretty much confirmed your hint was correct. I commented out a
line in gif.t to leave the temporary files it creates in place and
reran the test.

Code:
--------------------
    
  END {                                                                
  #    File::Path::rmtree($tmpdir);                     
  } 
  
--------------------


Then I compared the files in the ./Image-Scale-0.06/t/ref/gif with the
ones created by running the test. The generated files were 5 Bytes
shorter than the reference files, but looked identical to the casual
observer when opened in an image viewer. So, I think it is okay.
Besides, my cover art is 100% in JPEG format which passed all its
scaling tests just fine.

The new Image::Scale routines really make a huge difference to
usability of the web interface and I never have to worry about the
music pausing involuntarily due to the computational intensity of
scaling an image for the Fab4 display... Nice!


-- 
dsdreamer

----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to