10.7

Darktable OpenCL Project - Volume Two (Composition by cybero)

Author: cybero
License: (Other — see description)
Date: 2013.08.21
Compatibility: 10.6, 10.7, 10.8
Categories:
Required plugins:
(none)

OpenCL Image Filters ported over from the Darktable source code kernels and header files into Quartz Composer.

Composition published under Free Document Licence http://cybero.co.uk/fdl.pdf.

Code redistributed under the GPL issued by its original author, Johannes Hanika in 2010.

Original Code Repository and Application site - http://darktable.org/

Filters are :-

blendop_copy_alpha
blendop_Lab
pre_median
green_equilibration
blendop_RAW
blendop_rgb
denoiseprofile_precondition
denoiseprofile_synthesize
denoiseprofile_backtransform

Darktable OpenCL Project - Volume One (Composition by cybero)

Author: cybero
License: (Other — see description)
Date: 2013.08.21
Compatibility: 10.6, 10.7, 10.8
Categories:
Required plugins:
(none)

OpenCL Image Filters ported over from the Darktable source code kernels and header files into Quartz Composer.

Composition published under Free Document Licence http://cybero.co.uk/fdl.pdf.

Code redistributed under the GPL issued by its original author, Johannes Hanika in 2010.

Original Code Repository and Application site - http://darktable.org/

Filters are :-

colorcorrection
levels
colorzones
monochrome_filter
monochrome
lowlight
overexposed
exposure
highlights_1f
highlights_4f
flip
clip_rotate_lanczos3
clip_rotate_lanczos2
clip_rotate_bicubic
clip_rotate_bilinear
eaw_synthesize

libCL Image Filters (Composition by cybero)

Author: cybero
License: Creative Commons Attribution-NonCommercial-ShareAlike
Date: 2013.08.19
Compatibility: 10.6, 10.7, 10.8
Categories:
Required plugins:
(none)

Image Filters ported from libCL Project to Quartz Composer

Filters are

Bloom
BiLateral Sampler
Biltateral Grid
Ambient Occlusion
Tone Mapping
RGB to XYZ
XYZ to RGB
RGB to HSV
HSV to RGB
Quantize LAB
Normalize
Xor

Leap Motion plugin (Composition by itsthejayj)

Author: itsthejayj
License: MIT
Date: 2013.07.24
Compatibility: 10.7, 10.8
Categories:
Required plugins:
LeapQuartzComposer

Finial release of JAMM's leap motion plugin used in Swoosh.

With a multi hand, multi finger, multiple hit target composition example

Leap Motion plugin (Composition by benoitlahoz)

Author: benoitlahoz
License: Creative Commons Attribution
Date: 2013.07.24
Compatibility: 10.7, 10.8
Categories:
Required plugins:
(none)

Very very first test with the outputs from the Leap Motion, through the Objective-C API. I didn't managed to use the plugin at this post (http://kineme.net/forum/Jobs/AnyoneelseontheLeapMotionDeveloperprogram).

The X, Y and are scaled automatically while you move your hand over the limits of the Leap Motion FOV. Z is scaled to your values.

Works only in 64 bit, 10.7 and 10.8.

The plugin itself is under the vimeo down there.

EDIT : Here's a new very alpha version of the plugIn, that comes with 2 simple comps, before I go on holidays.

Basically it's a device data reader and 2 "helpers" patches, that output the datas to specific ports.

The "Pointable Reader" patch uses the settings panel to allow choosing the desired outputs and the mode : one patch per pointable (eg. to be put in an iterator) or all pointables of a hand (5 actually :-)).

It allowed me to track the pointables and avoid "jumps" in drawing with Queues for example. There's still a lot of work to do, but I would extremely appreciate to have returns !!!