can PicShow transition effects categorized ?

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

can PicShow transition effects categorized ?

Postby actalk » October 8th, 2008, 8:31 am

Hello!

can PicShow transition effects categorized ?
in respect to CPU time consuming...

I scroll a few text at same time transition pictures. Some effects freezing the scrolling text half second or less...

How can I select effects that less consume CPU resource?
or any settings advise to optimise it ?

Thanks
actalk
Junior Member
Junior Member
 
Posts: 29
Joined: October 5th, 2007, 3:56 pm

Postby Kambiz » October 8th, 2008, 9:33 am

You have to do it by yourself. You can use an integer set or array for that purpose.

To optimize transitions for your case:
  • Scale images to PicShow's client size
  • Set ExactTiming property to False
  • Set Threaded property to True
  • Set ThreadPriority property to tpLower
  • Do not set Delay property to a value less than 30
Hope that it helps.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Postby actalk » October 8th, 2008, 9:57 am

Thank you Kambiz.

As picture format, I think bmp is most convenient for your algoritims?
actalk
Junior Member
Junior Member
 
Posts: 29
Joined: October 5th, 2007, 3:56 pm

Postby Kambiz » October 9th, 2008, 9:39 am

Having 32bit bitmaps reduces the startup delay of transition, but doesn't affect the rest of process.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron