I am using Visual Studio 2015. When I add an existing .png file to my project's resources, VS recognizes it is an image and changes the format to a bitmap. It changes the size and bytes.
This is really annoying since I need the exact original png, not some converted bitmap. When I use c# to access my resource, e.g. Resources.MyPngFileName it returns the changed bitmap. Does anyone know how to avoid this?