Log in

View Full Version : Image Reader outputs two frames


vcmohan
12th April 2005, 04:21
I have been using Imagereader for testing some of my work and did not have problems earlier. A few days back I used the following script to output one frame
ImageReader("E:\TransPlugins\images\sg1_bars.jpg",0,1,25,false)

Instead of one I got two frames, one upright and the second flipped. Is something wrong with my script? There is only one file with that name in that folder.

esby
13th April 2005, 15:42
did you try with the last cvs version ?
or with avs 2.55 release?

I'm asking since this could be linked to that http://forum.doom9.org/showthread.php?s=&threadid=83854&highlight=png+bug

AFIK, that bug was corrected.

If this is not the same bug, it looks somewhat similar.

esby

vcmohan
14th April 2005, 09:10
Sorry I made this post without doing a search. Since I have been regularly going thru the posts for Avisynth usage and development and did not come across this problem I thought this may be a new one. It did not occur to me that it will be in NLE topic.

My version is 2.55 ist sept 2004. On going thru Avisynth pages at sourceforge I saw the release date for 2.55 is still 1st sept. version 2.56 are still beta 1 and beta 2 so I did not venture into it.
Thanks for the link info. The bug probably is corrected and I will await the 2.56 release.