cuda-samples
cuda-samples copied to clipboard
Fix BMP loading in DCT sample
This fixes the BMP loading routine in the DCT example, which expected a hardcoded set of headers and got it wrong for the example image. Instead, use the header information to jump to the image data. Also updates the set of pre-processed images.
Before:
After: