mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
disable image.cc
This commit is contained in:
parent
3b80e5711c
commit
27b11243bd
@ -7,16 +7,18 @@
|
||||
* 2012.08.14
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#include <boost/format.hpp>
|
||||
// for gil bug
|
||||
const int *int_p_NULL = nullptr;
|
||||
#include <boost/gil/gil_all.hpp>
|
||||
#include <boost/gil/extension/io/png_dynamic_io.hpp>
|
||||
#endif
|
||||
|
||||
#include "HTMLRenderer.h"
|
||||
#include "namespace.h"
|
||||
|
||||
using namespace boost::gil;
|
||||
//using namespace boost::gil;
|
||||
|
||||
void HTMLRenderer::drawImage(GfxState * state, Object * ref, Stream * str, int width, int height, GfxImageColorMap * colorMap, GBool interpolate, int *maskColors, GBool inlineImg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user