Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created May 19, 2011 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musketyr/980550 to your computer and use it in GitHub Desktop.
Save musketyr/980550 to your computer and use it in GitHub Desktop.
image manipulations language
(enclosingCallName("transform") &
inClosure() &
enclosingCallDeclaringType('com.google.appengine.api.images.Image')).accept{
provider = 'Gaelyk'
method name: 'feeling',
type: 'com.google.appengine.api.images.Image',
params: [lucky: boolean],
doc: 'Applies the "I\'m feeling lucky" transformation.'
property name: 'lucky',
type: boolean,
doc: 'Use after the "feeling" keyword'
// many more
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment