Quote Originally Posted by MSUdom5 View Post
Are you sure the original image format is a 32 bit format?
yes the first image is loaded from a jpg file and the second one is created with

Qt Code:
  1. QImage( _image.size(), QImage::Format_RGB32);
To copy to clipboard, switch view to plain text mode