LibNebular, JPEG plugin. More...
#include "libnebular-plugin-base.hpp"
#include <sstream>
#include <vector>
#include <boost/static_assert.hpp>
#include <boost/bind.hpp>
#include "jpeglib.h"
Go to the source code of this file.
Classes | |
class | libnebular::JpegPictureHandler |
struct | libnebular::JpegPictureHandler::MyErrorMgr |
Error manager on top of jpeg_error_mgr . | |
Namespaces | |
namespace | libnebular |
All ⟨libnebular⟩ identifiers which are exposed to public. | |
Typedefs | |
typedef MgrForPicHandler < JpegPictureHandler > | libnebular::CurrPicHandlerMgr |
Functions | |
boost::shared_ptr < libnebular::PicHandlerMgr > | getNewCurrPicHandlerMgr () |
LibNebular, JPEG plugin.
Copyright (C) 2011 Leonid Sadikov ⟨ leonius@inbox.ru ⟩
This file is part of LibNebular.
LibNebular is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.
See "COPYING.LESSER" and "COPYING" in distribution or ⟨http://www.gnu.org/licenses/⟩ for full license text.
Based on "Independent JPEG Group libjpeg".
Definition in file libnebular-plugin-jpeg.cpp.
boost::shared_ptr<libnebular::PicHandlerMgr> getNewCurrPicHandlerMgr | ( | ) |
Definition at line 514 of file libnebular-plugin-jpeg.cpp.