//Decrypting process which, as far as it involves image management, is located in the IO class
 public void startDecrypting(IO curIO)
 {
     curIO.decryptImage(this);
 }