Gnash
0.8.10
|
#include "GnashImageGif.h"
#include <sstream>
#include <algorithm>
#include <boost/scoped_array.hpp>
#include <gif_lib.h>
#include "GnashImage.h"
#include "utility.h"
#include "log.h"
#include "GnashException.h"
#include "IOChannel.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::image |
Image handling functions and classes. | |
Functions | |
std::auto_ptr< Input > | gnash::image::createGifInput (boost::shared_ptr< IOChannel > in) |
Create a GifInput and transfer ownership to the caller. |
size_t _currentRow |
GifFileType* _gif |
boost::scoped_array<PixelRow> _gifData |