/* * This file is subject to the terms and conditions defined in * file 'LICENSE.md', which is part of this source code package. */ // Package bitmap contains the bitmap data container for the // binary images used when decoding the jbig2 encoded images. // This package contains also multiple binary image operational functions // that classifies them, does the morphology changes, does raster operations // and combines multiple instances into single image. package bitmap