public IImageTransformer BitDepth(BitDepth bitDepth)
 {
     _image.BitDepth((long)bitDepth);
     return(this);
 }