Re: [Imtoolkit-users] BUG in IM 3.6
Brought to you by:
scuri
From: Antonio S. <sc...@te...> - 2010-03-15 19:56:31
|
Yes, that was a bug. Thanks! scuri > -----Original Message----- > From: regmail1983 regmail [mailto:reg...@ma...] > Sent: segunda-feira, 15 de março de 2010 16:24 > To: imt...@li... > Subject: [Imtoolkit-users] BUG in IM 3.6 > > HI! > > I have found bug in IM 3.6 > > file :imlua_process.c, line 1712 > > > /********************************************************************** > *******\ > im.ProcessCompose > \********************************************************************** > *******/ > static int imluaProcessCompose(lua_State *L) > { > imImage *src_image1 = imlua_checkimage(L, 1); > imImage *src_image2 = imlua_checkimage(L, 2); > imImage *dst_image = imlua_checkimage(L, 4); <--BUG HERE, SHOULD BE > 3 > > imlua_match(L, src_image1, src_image2); > imlua_match(L, src_image1, dst_image); > > imProcessCompose(src_image1, src_image2, dst_image); > return 0; > } > > > > ----------------------------------------------------------------------- > ------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Imtoolkit-users mailing list > Imt...@li... > https://lists.sourceforge.net/lists/listinfo/imtoolkit-users |