Skip to content

Adding image effects

bobthecow edited this page Feb 4, 2013 · 3 revisions

Additional image effects may be added via defaults in the terminal.

defaults write uk.co.tomtaylor.SatelliteEyes imageEffectTypes -array-add '{ "id" = "lighten-bing-maps"; \
    "name" = "Lighten Bing Maps"; "filters" = ( \
        { "name" = "CIExposureAdjust"; "parameters" =  ( { "name" = "inputEV"; "value" = 0.95; } ); }, \
        { "name" = "CIColorControls"; "parameters" =  ( { "name" = "inputBrightness"; "value" = 0.33; } ); } \
    ); }'

See the Core Image Filter Reference for more info on what filters may be applied.

You will need to restart Satellite Eyes after changing settings via defaults write.

To reset your image effects to the defaults, run:

defaults delete uk.co.tomtaylor.SatelliteEyes imageEffectTypes
Clone this wiki locally