protected virtual void ConvertTexture() { texture2D.Apply(); bytes = texture2D.EncodeToPNG(); currentStep++; }