Sorry, additional info about it.
It occurs with both Cocoa and Cabon build on OS X Lion 10.7.3
I use RS2011 r4.3 with MBS 12.1
I tried it with my MacBook Pro 8GB memory.
Thanks.

-------------------
Hazime Gushi


On 2012/04/29, at 14:43, Pencil Software wrote:

> Hi.
> It seems that QTKitMovieMBS.addImage crashes with some measure of images. 
> The number of images is about 1500. Sometimes crashes with 1400 images and 
> sometimes 1550. I think it's not so huge number.
> I think you can see the issue with modifying "QTKit Create Movie.rbp" example 
> in the QTKit examples as bellow. 
> 
>  // frames must be 501*10=5010
>  for j as integer = 0 to 500
>    for i as Integer=50 to 500 step 50 // 10 lines must be drawn
>      // draw something. e.g. a line
>      g.ForeColor = &cFF0000
>      g.drawline i,0,i,j
> 
>      // add the image
>      dim image as new NSImageMBS(p)
>      q.addImage image, duration, "tiff", QTKitModuleMBS.codecHighQuality
>    next
>  next
> 
> Can you improve it or any workaround?
> 
> -------------------------
> Hazime Gushi
> _______________________________________________
> Mbsplugins_monkeybreadsoftware.info mailing list
> [email protected]
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to