Major Features and Improvements
* ``DecompressedJpeg`` supports both reading and writing some internal variables of JPEG file format.
* The core of `DecompressedJpeg` has been changed to `jstruct` and `mat2D` in C++, which are adopted from [Fridrich's lab.](http://dde.binghamton.edu), and partly modified for Python wrapping.
* `ZigZagDct1d` is removed and will be updated again in the future.
* A test case for reading StegoAppDB JPEG files has added.
* The type of `DecompressedJpeg.quant_tables` is changed to list from `numpy.ndarray`.