summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/Palm2QImage.h
blob: 3ac2d19b14cd63ac74729ed8ae90d6d8b628c5e9 (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);

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