QCRegisterPrivatePatches
Enables dozens of new CoreImage kernels, the previously-described hidden patches, and a few as-of-yet-unseen patches.
Turn it on by bringing up Terminal and typing:
- On Mac OS 10.4:
defaults write -g QCRegisterPrivatePatches 1
- On Mac OS 10.5 and later:
defaults write com.apple.QuartzComposer.editor QCShowPrivatePatches 1
Lo, free of additional charge and import tariffs, one sees:
Checkerboard Image Color Channels Color Mixer Demo Cube Demo Grid Demo Sphere Demo Torus Flame Image GLSL Shader Instant Messaging Status iTunes Database Log Mathematical Expression Replicate in Time RSS Parser Sample & Hold Signal String Timecode
and lots of CoreImage kernels:
+ Blur CIBilateralFilter + Blur CICheapBlur + Blur CIGaussianPyramid + Color Adjustment CIDesaturateGamutMapping + Color Adjustment CIGamutAlarm + Color Adjustment CIGamutClamp + Color Adjustment CIGamutRollOff + Color Adjustment CILuminanceGamutMapping + Color Adjustment CIWhitePoint + Color Adjustment CIOpacity + Composite Operation Add Blend Mode + Composite Operation Alpha Add Blend Mode + Composite Operation Behind Blend Mode + Composite Operation CIMixOver + Composite Operation Hard Mix Blend Mode + Composite Operation Linear Burn Blend Mode + Composite Operation Linear Dodge Blend Mode + Composite Operation Linear Light Blend Mode + Composite Operation Luminescent Permultiply Blend Mode + Composite Operation PinLight Blend Mode + Composite Operation Silhouette Alpha Blend Mode + Composite Operation Silhouette Luma Blend Mode + Composite Operation Stencil Alpha Blend Mode + Composite Operation Stencil Luma Blend Mode + Composite Operation Subtract Blend Mode + Composite Operation Vivid Light Blend Mode + Distortion Effect CIShapedWaterRipple + Generator CIColorWheelGenerator + Generator CIRectangleGenerator + Generator CISumOf8Conics + Sharpen CIRAWSharpen + Stylize CIBayerReconstruction + Stylize CIBayerReconstructionV0 + Stylize CIDeBayer + Stylize CIDistanceFieldFromMask + Stylize CIEmboss + Stylize CIHeightFieldFromConstraints + Stylize CILanczosBayerReconstruction + Stylize CIPixelZoom + Stylize CIRefractedMaterial + Stylize CIVideoNoiseFilter + Transition CIRotatingCubeTransition
Woah.
Steve Mokris is a developer at Kosada, Inc.
Comments
Great work here! None of the ‘stylize’ filters seem to work, and the IM status still crashes QC for me. I like the Pin Light Blend Mode, though, and the Color Wheel Generator is quite nice as well.
Momo -
Sweet! The ‘stylize’ filters all seem to work for me – I just tested them – though I’m not really sure how to use all of them. Google and Apple Developer Documentation don’t return anything useful for those I’ve searched, either.
I put together a quick demo successfully using CIRefractedMaterial, CIPixelZoom, and CICheapBlur – check out http://softpixel.com/~smokris/widgets/quartzComposer/RippleDissolve.qtz
Yay… more stuff to play with - many thanks!!
I bet that these extra CI filters are ones that Aperture uses…
eg “CIBayerReconstruction”….’CIRawSharpen”… these are all CI filters that have been written for Aperture to be used in the Demosaicking and RAW->RGB conversion….
guess all systems ship with those ci filters installed even if Aperture is not installed…
does someone know if it would be possible to make a videoplaylist with the “iTunes Database”-patch? Or is it only for musik? I need something like a simple videoserver that plays all videos in one folder - one after the other.
k.
Hi, has anyone found out how to use the debayer filters? I can’t get them to work.
Mark
help meeeeeee, i’ve written in the terminal “defaults write -g QCRegisterPrivatePatches 1″ and “defaults write -g QCShowPrivatePatchSettings 1″ but no new patchs appear :-(
c -
This blog post applies only to Tiger. In Leopard, you need a slightly different command – check out http://kineme.net/Discussion/Leopard/PrivatePatchesLeopard .