You can just do this:
image.Thumbnail(96, 72); image.BackgroundColor = ImageMagick.MagickColors.AntiqueWhite; image.Extent(96, 72, Gravity.Center);