Skip to content

Instantly share code, notes, and snippets.

@justin
Created March 5, 2013 04:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin/5087965 to your computer and use it in GitHub Desktop.
Save justin/5087965 to your computer and use it in GitHub Desktop.
A sample filter description for Wolfpack.
{
"formatVersion" : 1,
"filterIdentifier" : "filter.com.secondgear.Noir",
"filterName" : "Noir",
"filterDescription" : "FILTER_DESCRIPTION",
"requirements" : [
"iOS > 6.0"
],
"organizationName" : "Justin Williams",
"organizationURL" : "http://carpeaqua.com",
"sampleImages" : [
"Sample1.jpg",
"Sample2.jpg",
"Sample3.jpg"
],
"processing" : [
{
"actionType" : "image",
"blendMode" : "soft_light",
"alpha" : 0.3
},
{
"actionType" : "image",
"alpha" : 1.0,
"imageName" : "border_mask",
"blendMode" : "lighten"
},
{
"actionType" : "image",
"alpha" : 1.0,
"imageName" : "border",
"blendMode" : "darken"
},
{
"actionType" : "image",
"alpha" : 1.0,
"imageName" : "noise",
"blendMode" : "darken"
},
{
"actionType" : "CoreImage",
"CIFilter" : "CIColorMonochrome",
"parameters" : {
"inputColor" : "rgb(229,229,229)",
"inputIntensity" : 1.0
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment