PixInsight Forum (historical)

Software Development => PCL and PJSR Development => Topic started by: Ioannis Ioannou on 2011 June 18 08:53:49

Title: Real-Time-Preview from PSJR ?
Post by: Ioannis Ioannou on 2011 June 18 08:53:49
So, is it possible ? So far I haven't seen a script using the real time preview window, and I'm interested on developing a small one that will be benefited a lot from RTP (and few sliders).
I searched the objects tree in the script editor (core and external) and so far I can not find anything that seems related.

thanks in advance
Title: Re: Real-Time-Preview from PSJR ?
Post by: Juan Conejero on 2011 June 18 12:50:09
Nope, the real-time preview interface is not available to PJSR scripts. However, a similar functionality isn't too difficult to implement with an embedded preview. You have an excellent example in Georg's CanonBandingReduction script. See the BandingScrollControl object at line # 439.
Title: Re: Real-Time-Preview from PSJR ?
Post by: Ioannis Ioannou on 2011 June 18 13:49:51
OK, got a glimpse in Georg's code and should be easy, mostly copy-paste-replace.
But surely the RTP would be more convenient, common look, interface and much more possibilities (like placing a statistics process pointing to RTP  ;) )