PDA

View Full Version : Bug in avisynth 2.54 ?


SILICON
25th July 2004, 21:33
I use This script:

ImageReader("menu2.tif", 0, 25, 25)
BilinearResize(720,576)
ConvertToYUY2()

An the avisynth give this message error:

ImageReader: error #1290 encountered in Devil Library

I have ever the same bug with TIF, JPG, PCX, GIG formats.

With BMP (In windows and OS2 formats) I have:

ImageReader: invalid (E)BMP file

stickboy
25th July 2004, 22:27
Always use full, absolute paths when using ImageReader.

stickboy
2nd August 2004, 06:57
Okay, this problem is common enough that I think this really ought to be fixed.

Here's a quick patch (http://www.avisynth.org/stickboy/tmp/ImageSeq.diff) that should make ImageSource/ImageReader transform relative paths to absolute ones automatically.