Public Member Functions

SerialSaver Class Reference

Handles tiled JPEG saving for the save filter. More...

#include <serialsaver.h>

Collaboration diagram for SerialSaver:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SerialSaver (const QString &fileName, const QSize &fullImageSize, const QByteArray &rawExifData)
 ~SerialSaver ()
bool process (const QuillImage &image)
bool isFinished () const
uchar * data (const QuillImage &image)

Detailed Description

Handles tiled JPEG saving for the save filter.

This class acts as an adaptation layer for LibJPEG for the purposes of saving.


Constructor & Destructor Documentation

SerialSaver::SerialSaver ( const QString &  fileName,
const QSize &  fullImageSize,
const QByteArray &  rawExifData 
)
SerialSaver::~SerialSaver (  ) 

Member Function Documentation

uchar * SerialSaver::data ( const QuillImage image  ) 
bool SerialSaver::isFinished (  )  const
bool SerialSaver::process ( const QuillImage image  ) 

The documentation for this class was generated from the following files: