parameter(s) / image


  {
    input image4 src;
    output pixel4 dst;
    
    parameter float2 imgSize
    <
      defaultValue : float2(512.0, 512.0);
      minValue : float2(0.0,0.0);
      maxValue : float2(512.0,512.0);
    >;