Downsampling happens when there isn't enough memory to load the bitmap. Instead of crashing the process it tries to downsample the image.
You should avoid loading large images with LoadBitmap. Instead load them with LoadBitmapSample. Otherwise a single image can require more memory than is available.