Prototype
ImgRemoveJpegArtifacts(intImageHandle)
Description
It remove block artifacts from JPEG compressed images.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
The JPEG compression format can introduce block artefacts on images so that 8x8 block edges are visible: the filter blends this edges attempting to build a better image.
Example
//It remove block artifacts from JPEG images
ImgRemoveJpegArtifacts(_CurrentImage);