summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/Palm2QImage.h
blob: 5d327c53e903b0534077839aa3dfbd10b28dde91 (plain)
1
2
3
4
5
6
7
#include <qimage.h>
#include <qpixmap.h>

QImage* Palm2QImage
(unsigned char *image_bytes_in, int byte_count_in);

QImage* hRule(int w, int h, unsigned char r=0, unsigned char g=0, unsigned char b=0);