Skip to content

splash: New buffer accessors for SplashBitmap

Martin requested to merge bz2/poppler:bitmap_ptr_at into master

Add alphaAt and dataAt public methods for simple and type corrected access into underlying alpha and data buffers.

Adapt SplashBitmap.cc with these new functions and static_cast as demonstration of use to handle values that do not fit in int.

Merge request reports