photos

15/Apr/2010 PA
12/Apr/2009 Sunrise Circus
15/Mar/2009 Lego
08/Mar/2009 Moomba
13/Feb/2009 Car Smokey Sunset
26/Jan/2009 Fireworks
26/Oct/2008 Synchrotron
07/Jun/2008 Model Trains
06/Jun/2008 Wedding
04/Jun/2008 Central Coast Trip
more photos...

lavtools

03/Nov/2011 yuvvalues
03/Nov/2011 yuvrfps
03/Nov/2011 yuvdiff
03/Nov/2011 yuvaddetect
03/Nov/2011 yuv2jpeg
more lavtools...

Creativity

The TRIP is the mental projection of my digital self. Including all areas of digital work I have been involved with, including Music, video, photography...

All good web pages must have the collection of absolutely useless pictures. Designed for no purpose other than to consume kilobits. And hopefully show off some of my Photographic skills. Web design skills, and uses one php script to drive the whole index. Also see the Photography section of the Silicontrip Website.

The Creative section of the TRIP is my imagination trying to run free. I have a fascination with sexual, spiritual and meta physical abilities, and these stories show it.

Part of the images directory contains some of my digital artwork. These images have been created or enhanced by myself, with the help of the 1s and 0s machine.

album

23/Feb/2011 Trace
17/Jan/2010 Food
30/Oct/2009 Airbrush
18/Jun/2009 Focal
01/Jun/2009 Transport
01/Jun/2009 Misc
31/May/2009 Artwork
24/Apr/2009 AirbrushScales
18/Apr/2009 Probe
10/Jan/2009 Scanimation
more album...

blog

27/Jan/2012 ZFS for OSX
14/Dec/2011 Scripting Bridge
02/Dec/2011 Core Audio Units
01/Mar/2011 A useful bit of code
22/Dec/2010 Larger than 4G files on FAT for OSX
08/Dec/2009 Time machine on non HFS drives
21/Oct/2009 My Strengths
27/Aug/2009 Train Hitchiking
11/Jul/2009 A litre of onions
19/Jun/2009 FSCK for NTFS
18/Jun/2009 Automated Focal Deconstruction
12/Jun/2009 Perl code to write BMPs
07/Jun/2009 More Lego
01/Jun/2009 Latest Airbrushing
30/May/2009 Happy Birthday to me
24/May/2009 Comments Engine
09/May/2009 Skills Matrix
24/Apr/2009 Airbrush simulator
19/Apr/2009 Ben 10 Board game
29/Mar/2009 How fresh is your fresh food?
more blog...

BACK

06/Sep/2010 yuvCIFilter

New version Lavtools code.

yuvCIFilter.m

YUV Core Image Filter

This allows Core Image filters to operate on yuv streams.

Obviously this program only works under OSX.

Example

To choose a Core Image filter use the -f option: | yuvCIFilter -f CILineScreen |

Default filter settings are shown:

{CILineScreen {
    inputAngle = 0;
    inputCenter = [150 150];
    inputImage = ;
    inputSharpness = 0.7;
    inputWidth = 6;
}}

Any of the filter settings can be changed using the -i option: yuvCIFilter -f CILineScreen -i inputAngle=45.0

Multiple settings are separated by a comma: yuvCIFilter -f CILineScreen -i inputAngle=45.0,inputWidth=12.0

Some settings require a space and will need to be quoted on the command line.

A list of filters is obtained by giving an invalid filtername to the -f option (such as help)

CIAdditionCompositing
CIAffineClamp
CIAffineTile
CIAffineTransform
CIAreaAverage
CIAreaHistogram
CIAreaMaximum
CIAreaMaximumAlpha
CIAreaMinimum
CIAreaMinimumAlpha
CIBarsSwipeTransition
CIBlendWithMask
CIBloom
CIBoxBlur
CIBumpDistortion
CIBumpDistortionLinear
CICheckerboardGenerator
CICircleSplashDistortion
CICircularScreen
CICircularWrap
CICMYKHalftone
CIColorBlendMode
CIColorBurnBlendMode
CIColorControls
CIColorCube
CIColorDodgeBlendMode
CIColorInvert
CIColorMap
CIColorMatrix
CIColorMonochrome
CIColorPosterize
CIColumnAverage
CIComicEffect
CIConstantColorGenerator
CICopyMachineTransition
CICrop
CICrystallize
CIDarkenBlendMode
CIDifferenceBlendMode
CIDiscBlur
CIDisintegrateWithMaskTransition
CIDisplacementDistortion
CIDissolveTransition
CIDotScreen
CIEdges
CIEdgeWork
CIEightfoldReflectedTile
CIExclusionBlendMode
CIExposureAdjust
CIFalseColor
CIFlashTransition
CIFourfoldReflectedTile
CIFourfoldRotatedTile
CIFourfoldTranslatedTile
CIGammaAdjust
CIGaussianBlur
CIGaussianGradient
CIGlassDistortion
CIGlassLozenge
CIGlideReflectedTile
CIGloom
CIHardLightBlendMode
CIHatchedScreen
CIHeightFieldFromMask
CIHexagonalPixellate
CIHoleDistortion
CIHueAdjust
CIHueBlendMode
CIKaleidoscope
CILanczosScaleTransform
CILenticularHaloGenerator
CILightenBlendMode
CILinearGradient
CILineOverlay
CILineScreen
CILuminosityBlendMode
CIMaskToAlpha
CIMaximumComponent
CIMaximumCompositing
CIMedianFilter
CIMinimumComponent
CIMinimumCompositing
CIModTransition
CIMotionBlur
CIMultiplyBlendMode
CIMultiplyCompositing
CINoiseReduction
CIOpTile
CIOverlayBlendMode
CIPageCurlTransition
CIParallelogramTile
CIPerspectiveTile
CIPerspectiveTransform
CIPinchDistortion
CIPixellate
CIPointillize
CIRadialGradient
CIRandomGenerator
CIRippleTransition
CIRowAverage
CISaturationBlendMode
CIScreenBlendMode
CISepiaTone
CIShadedMaterial
CISharpenLuminance
CISixfoldReflectedTile
CISixfoldRotatedTile
CISoftLightBlendMode
CISourceAtopCompositing
CISourceInCompositing
CISourceOutCompositing
CISourceOverCompositing
CISpotColor
CISpotLight
CIStarShineGenerator
CIStripesGenerator
CISunbeamsGenerator
CISwipeTransition
CITorusLensDistortion
CITriangleTile
CITwelvefoldReflectedTile
CITwirlDistortion
CIUnsharpMask
CIVortexDistortion
CIWhitePointAdjust
CIZoomBlur