/usr/include/minidjvu/alg/erosion.h is in libminidjvu-dev 0.8.svn.2010.05.06+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | /*
* erosion.h - determine candidates for flipping by image encoder
*/
MDJVU_FUNCTION mdjvu_bitmap_t mdjvu_get_erosion_mask(mdjvu_bitmap_t bmp);
|