Anyway, all my image files are in .png and named sequentially. I know it's not the naming convention or the way it should be read in ImageReader that is the problem here. But when I try to play it or put it on Vdubmod, it chews out this message:
- Code: Select all
ImageReader: Error 'Could not open file' DevIL library
reading G:\wasu\1.png
Here's what my script simply contains:
- Code: Select all
ImageReader("G:\wasu\%d.png", 0001, 00086, 25, use_devil = true)
And yes, I have tried to use it with use_devil = false and it yielded the same result.
So my question is, am I missing a plug-in or some line of code I had to include before that? Or maybe perhaps ImageReader is only absolutely picky and only accepts the .ebmp crap that ImageWriter chews out?
Any help would be appreciated.




