Laserworld CL-G 400 (beta)
Posted: Tue Sep 15, 2015 12:58 pm
DANGER-LASER-SIGN
Warning!
Read Manual before use.
Operation by qualified professionals only.
Never point a Laserbeam at a person.
Never stare into the Laserbeam.
preview: prize question: what means Pattern @85DMX ???
Hopefully not sth. like "Buy all cheap chinese electronics!" ???
I won't be abusive, but chinese pre- programming style is often so DUBD...
A picture says more than goofy words, so I decided to get some 2 sec.-nightshots of this fixture CL-G 400...
At 1st. 91 all static patterns "shredded with love through
1. Irfanview: to push out EXIF(XMP) data (camera related info) and reorder name: P8310056.JPG to cl-g400-001.jpg
2. gimp batch (in ScriptFu "scheme" language) made better Hue/Saturation aso
3. convert (ImageMagick) used to resize
Did I already mention that I love linux?
saves lot of writing, executed in a scrollable terminal - you can try this well, this doesn't hurt!
But I need some more muse to sort the animated.
And I don't need to impress young girls with an animated dino button...
- the animated are related to the static pattern, but higgledy-piggledy "sorted"...
- I won't make gif's (my new avatar is made of Pattern 86..91), and QLC* does not need such "maybe power eating bells", too
So provisional: Patterns (home dir workin too? I didn't try...) -> GOBO directory, even - you'll find it, if you love QLC+, too ...
Warning!
Read Manual before use.
Operation by qualified professionals only.
Never point a Laserbeam at a person.
Never stare into the Laserbeam.
preview: prize question: what means Pattern @85DMX ???
Hopefully not sth. like "Buy all cheap chinese electronics!" ???
I won't be abusive, but chinese pre- programming style is often so DUBD...
A picture says more than goofy words, so I decided to get some 2 sec.-nightshots of this fixture CL-G 400...
At 1st. 91 all static patterns "shredded with love through
1. Irfanview: to push out EXIF(XMP) data (camera related info) and reorder name: P8310056.JPG to cl-g400-001.jpg
2. gimp batch (in ScriptFu "scheme" language) made better Hue/Saturation aso
Code: Select all
(define (laserpics pattern)
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist))
(let* ((filename (car filelist))
(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
(drawable (car (gimp-image-get-active-layer image))))
(gimp-image-crop image 620 620 330 160)
(gimp-brightness-contrast drawable -60 104)
(gimp-hue-saturation drawable 3 0 44 0)
(gimp-file-save RUN-NONINTERACTIVE
image drawable filename filename)
(gimp-image-delete image))
(set! filelist (cdr filelist)))))
Did I already mention that I love linux?
Code: Select all
$ for n in `seq -f "%03g" 92`; do echo " <Capability Res=\"Laserworld/`ls|grep $n`\" Min=\"$n\" Max=\"$n\">$n</Capability>"; done
But I need some more muse to sort the animated.
And I don't need to impress young girls with an animated dino button...
- the animated are related to the static pattern, but higgledy-piggledy "sorted"...
- I won't make gif's (my new avatar is made of Pattern 86..91), and QLC* does not need such "maybe power eating bells", too
So provisional: Patterns (home dir workin too? I didn't try...) -> GOBO directory, even - you'll find it, if you love QLC+, too ...