Page 1 of 1

Laserworld CL-G 400 (beta)

Posted: Tue Sep 15, 2015 12:58 pm
by pengumaniac
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:
cl-g_400.jpg
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)))))
3. convert (ImageMagick) used to resize

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
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:
Laserworld-CL-G-400.qxf
(10.61 KiB) Downloaded 45 times
Patterns (home dir workin too? I didn't try...) -> GOBO directory, even - you'll find it, if you love QLC+, too ...
Laserworld.zip
(244.39 KiB) Downloaded 46 times