Distortr { ; Here, you can describe the transformation. This text ; will appear in the browsers as comments. ; For more information about transformations, look up ; "writing transformations" in the online help index. transform: #pixel= sin(#pixel*cos(#pixel)^@power) #pixel= #pixel*tan(#e)^3 default: title = "Distort" param Power default= 1 hint= "Using negatives adds an unusual effect" endparam } Pythegrium{ ; ; transform: #pixel= abs((@a^2+@b^2)*cos(#pixel^2)) default: title= "Pythage" param a default= 1 endparam param b default= 1 endparam } Restort{ ; ; transform: #pixel= cos(#pixel*2) default: }