Gnash
0.8.11dev
|
#include "GnashImageGif.h"
#include <sstream>
#include <algorithm>
#include <gif_lib.h>
#include "GnashImage.h"
#include "utility.h"
#include "log.h"
#include "GnashException.h"
#include "IOChannel.h"
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
gnash::image | |
Image handling functions and classes. | |
Functions | |
std::unique_ptr< Input > | gnash::image::createGifInput (std::shared_ptr< IOChannel > in) |
Create a GifInput and transfer ownership to the caller. More... | |