image nibabel

affine = img.affine
array_img = nib.Nifti1Image(array_data, affine)
nib.save(array_img, dir)
Real Raccoon