apply PShader on PImage
              in 
             Programming Questions 
              •  
              28 days ago    
            
 
           
             How can i apply a PShader on a PImage?
            
             
            
            
             
              
             
            
            
             
            
            
             
            
            
              
           
 
            
           - cam.filter(THRESHOLD, 0.7);
- cam.filter(blur);
             First line is ok since that's not a pshader. 2nd line is not.
            
            
             Or is it not possible?
            
            
             This is so slow:
            
            - cam.filter(BLUR, 1);
 
              
              1  
            
 
            
 
 
          