Ok, I found a work-around.

The images are QR codes that are for some reason stored as RGB images (but of course in reality only black and white is used). If I convert the images to monochrome prior to printing, then all are printed.

I assume that the color-coded (but only b/w) images exceed some complexity limit of Qt. I would still be interested what the exact limitation is.

Al_