From 428b687982966dc2efabaf6dbcc55ad0ea30aa10 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 22 Mar 2004 23:32:41 +0000 Subject: Initial Check in of the Eye Of Zilla. This ImageViewer features Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display --- (limited to 'noncore/graphics/opie-eye/slave/jpeg_slave.h') diff --git a/noncore/graphics/opie-eye/slave/jpeg_slave.h b/noncore/graphics/opie-eye/slave/jpeg_slave.h new file mode 100644 index 0000000..e800dbd --- a/dev/null +++ b/noncore/graphics/opie-eye/slave/jpeg_slave.h @@ -0,0 +1,19 @@ +/* + * GPLv2 zecke@handhelds.org + */ +#ifndef JPEG_SLAVE_IMPL_H +#define JPEG_SLAVE_IMPL_H + +#include "slaveiface.h" + +class JpegSlave : public SlaveInterface { +public: + JpegSlave(); + ~JpegSlave(); + + QString iconViewName( const QString& ); + QString fullImageInfo( const QString& ); + QPixmap pixmap( const QString&, int, int ); +}; + +#endif -- cgit v0.9.0.2