I want to add gray filter to the uploaded image.But using img.filter(GRAY,0.3) do not work. I know img is an p5 element here,is there any way to select the image source only and add filter to the uploaded image?I want to add gray filter to the uploaded image