ImgRemoveJPEGArtifacts |
Top Previous Next |
Prototype
ImgRemoveJpegArtifacts(intImageHandle)
Description
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 artifacts on images so that 8x8 block edges are visible: the filter blends this edges attempting to build a better image. This function is in test stage, so use it carefully!
Example
// Remove block artifacts from JPEG images ImgRemoveJpegArtifacts(_CurrentImage); |