Photoblinds additional parameters
Posted: 30 Nov 2008, 23:40
For those of you who want to dig further into the inner clockworks of the "photoblinds" effect, here you will few additional parameters. Photoblinds is a filemod module for imagevue, as explained here:
https://www.photo.gallery/documentation/filemod/
(forum: viewtopic.php?t=4121)
(Ex.: https://www.photo.gallery/demo/x2/#/cont ... otoblinds/)
You can change the following parameters for the photoblinds effect(values below are default):
You can change any of these values by simply forwarding them in the parameters field for the filemod. For example setting the parameters
... would create photo 'blinds' than run averagely faster and are wider than default. Let me explain all the parameters:
mininterval(1000) and maxinterval(4000)
Sets the interval(milliseconds) from on 'blind' is created until the next 'blind' is created. In the default values, a new 'blind' is created at random between 1 and 4 seconds.
minspeed(.2) and maxspeed(1)
Sets the speed of each 'blind' in pixels per framerate. With the default values, each 'blind' gets a random speed between .2 and 1 pixels per framerate.
minwidth(50) and maxwidth(100)
Sets the width of each 'blind'. With the default values, each 'blind' gets a random width between 50-100 pixels.
maxamount(6)
Sets the max amount of 'blinds' on the screen simultaneously. New blinds will not be created until existing blinds have disappeared.
blur1(10) and blur2(20)
Sets the relative amount of blur for each blinds layer(there are 2 layers of blinds).
brightness1(-10) and brightness2(18 )
Sets the relative brightness for each blinds layer(there are 2 layers of blinds)
Warning! Please proceed with care! Setting any of these values outside a realistic range may cause your gallery to run really slow, or even fail.
https://www.photo.gallery/documentation/filemod/
(forum: viewtopic.php?t=4121)
(Ex.: https://www.photo.gallery/demo/x2/#/cont ... otoblinds/)
You can change the following parameters for the photoblinds effect(values below are default):
Code
mininterval = 1000
maxinterval = 4000
minspeed = .2
maxspeed = 1
minwidth = 50
maxwidth = 100
maxamount = 6
blur1 = 10
blur2 = 20
brightness1 = -10
brightness2 = 18Code
maxspeed=2&maxwidth=200mininterval(1000) and maxinterval(4000)
Sets the interval(milliseconds) from on 'blind' is created until the next 'blind' is created. In the default values, a new 'blind' is created at random between 1 and 4 seconds.
minspeed(.2) and maxspeed(1)
Sets the speed of each 'blind' in pixels per framerate. With the default values, each 'blind' gets a random speed between .2 and 1 pixels per framerate.
minwidth(50) and maxwidth(100)
Sets the width of each 'blind'. With the default values, each 'blind' gets a random width between 50-100 pixels.
maxamount(6)
Sets the max amount of 'blinds' on the screen simultaneously. New blinds will not be created until existing blinds have disappeared.
blur1(10) and blur2(20)
Sets the relative amount of blur for each blinds layer(there are 2 layers of blinds).
brightness1(-10) and brightness2(18 )
Sets the relative brightness for each blinds layer(there are 2 layers of blinds)
Warning! Please proceed with care! Setting any of these values outside a realistic range may cause your gallery to run really slow, or even fail.