The PNG encoder requires and extra action for this. It normally tries to get the smallest file possible if you want to keep a 24/32 bit image you will need to do this:
imageMagick.Settings.Format = MagickFormat.Png24; imageMagick.Write(newPath);