[Qt-interest] QImage Format MonoLSB
Andy Hirsh
andhirsh at gmail.com
Sat Apr 2 11:16:09 CEST 2011
Hi all
I'm confused about QImage format "Format_MonoLSB", as I was not able to
get a QImage of that type...
I've try convert one of my images with ImageMagick :
convert in.png -type Bilevel -endian LSB out.png
convert in.png -monochrome -endian LSB out.png
but when loading such images into my app, QImage reports them as either
RGB or Format_Mono
am I doing something wrong ? maybe I cannot get such kind of image on a
little-endian (x86) platform ?
anyone can point me to a Mono LSB example file ?
thanks a lot
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110402/da8352b9/attachment.html
More information about the Qt-interest-old
mailing list