Ah, now I see why ipdf first:
Code:
//////////////////////////////////////////////////////////////////////////
// **** bottleneck ****
// we have to convert from splashbitmap to xImage, which is very slow
//
XImage * XMgr::createImage(SplashBitmap * bmp,
int xSrc , int ySrc,
GBool bRelease )
I assume that if I pull this thorn out, you all might consider incorporating the fix into the mainstream?