The only 8-bit format supported by Qt is also the only indexed format. So in Qt yes, but you can't say "simply" in general as you can imagine other indexed formats or non-indexed 8-bit format.
You can check if the image is indexed using QImage::format().
Bookmarks