[Qt-interest] QT program having issues over VNC
Diego Iastrubni
diegoiast at gmail.com
Tue May 24 07:08:35 CEST 2011
On Mon, May 23, 2011 at 9:24 PM, Cole, Derek <dcole at integrity-apps.com>wrote:
> I think this is narrowing in on that same thing - I am passing single-band
> data to my image filters, so they just work in grayscale essentially. I
> noticed that when I create my image chip from the QImage, and then do a
> bytesPerLine() call, I basically get 4x width on SSH, and only 2x width when
> I am running it from VNC. I had no idea this call would be dependent on
> something like that. My image
what does "bits()" return? It seems that over ssh you get a 32bit image
(RGBA) and under vnc you get only 16 (4 bits per channel). If so - should e
trivial to fix. How do you construct your QImage?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110524/65d0e2c8/attachment.html
More information about the Qt-interest-old
mailing list