function y = crypto(c,i) % blurs or deblurs an image y(:,:,1) = c*i(:,:,1); y(:,:,2) = c*i(:,:,2); y(:,:,3) = c*i(:,:,3);