Hi John,
Images are always rectangular. Perhaps what you want is to replace the dark areas around the disk with an alpha channel that will make it transparent. You can use RemoveBackground
to do that. Using the image provided
RemoveBackground[img, {Black, .01}]
