New topic in Macintosh: 

need help to make an small CoreImage Bench with MBS-Plugin

mitch_stgt - Thu Jun 19, 2008 11:56 am

<http://forums.realsoftware.com/viewtopic.php?t=23002>
                                                                                
                                                                                
Hi,
in the MBS Plugin Demo Source there is also a small Demo which can use 
CoreImage Filter to change picture interactivly.

I want to write an litte app which should:

Open an pic (jpg) named pic.jpg (pic is 2-5 MPixels), no need to scale

timer = 0
count = 0
pic1 = pic
loop 
pic1 = fixedfilterCI pic1, fixed parameters
show pic in window (not scaled, simple an part of it if window is to small)
count = count +1
until timer = 10 sec
FPS = count / 10




I trieds to change source of the demo, but the pic shown only changes at the 
end of loop,
not between the filter actions.
I added resfresh window but nothing changed.
Also smoetimes the loop never ends (spinning beachball)

I am using Intel Mac, 10.5.3 RB 2007 5, MBS 7.3 DEMO                            
        
                                                                                
                                                                                
                                                                                
                                                                                
                                        




-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to