cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

Fix BMP loading in DCT sample

Open averne opened this issue 5 months ago • 0 comments

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: image

After: image

averne avatar Jul 20 '25 11:07 averne