Classes representing DjVu files.
Files "DjVuFile.h" and "DjVuFile.cpp" contain implementation of the DjVuFile class, which takes the leading role in decoding of DjVuImages.In the previous releases of the library the work of decoding has been entirely done in DjVuImage. Now, due to the introduction of multipage documents, the decoding procedure became significantly more complex and has been moved out from DjVuImage into DjVuFile.
There is not much point though in creating just DjVuFile alone. The maximum power of the decoder is achieved when you create the DjVuDocument and work with it when decoding the image.
Alphabetic index Hierarchy of classes