Save Command

Hi everyone, I came across roboflow a couple days ago when looking for dog segmentation pre-trained models, and came across a model on Roboflow that I thought predict mine quite accurately. As such, I wanted to use the model to predict some of my images. However, the code to save the new prediction is only models.predict(‘filename’).save(‘newimage.jpg’), and instead of only saving the segmented dog images, this command masks the images and save it like that. So in the new predicted images, the background is still present, but just looks a little washed. Is there any command to remove the background so it’s completely gone instead of just looking washed?