Код: Выделить всё
bmp = ming.SWFBitmap("1.bmp")
mov = ming.SWFMovie()
mov.setBackground(67,131,172)
mov.setDimension(720,600)
mov.setRate(1)
mov.add(bmp)
mov.nextFrame()
mov.save('test.swf')
Код: Выделить всё
bmp = ming.SWFBitmap("1.bmp")
mov = ming.SWFMovie()
mov.setBackground(67,131,172)
mov.setDimension(720,600)
mov.setRate(1)
mov.add(bmp)
mov.nextFrame()
mov.save('test.swf')
Код: Выделить всё
swig/python detected a memory leak of type 'SWFInput *', no destructor found.