STEM与日常科技·英语30篇(3)
30 / 30
正在确认阅读权限…
JPEG Compression Artifacts and Block-Based Encoding Limitations
JPEG压缩伪影与基于分块编码的固有局限
-
JPEG divides images into 8×8 pixel blocks before applying discrete cosine transform and quantization.JPEG 将图像划分为 8×8 像素块,再进行离散余弦变换和量化。
-
High compression ratios force aggressive quantization, discarding fine frequency details from each block.高压缩比导致激进的量化,丢弃每个块中的细微频率细节。
-
When reconstructed, these simplified blocks often show visible edges where their colors or brightness differ slightly.重建后,这些简化的块常在颜色或亮度略有差异处显现明显边缘。
-
These square-shaped distortions are called blocking artifacts—and worsen near sharp transitions like text or hair.这类方形失真称为块效应,且在文字或发丝等锐利过渡区域尤为严重。
-
JPEG cannot smooth boundaries between blocks because it processes them independently without overlap.JPEG 无法平滑块间边界,因其独立处理各块,无重叠。
-
Low-light photos or heavily compressed web thumbnails reveal these artifacts most clearly under magnification.弱光照片或高度压缩的网页缩略图在放大后最易暴露这些失真。
-
Modern formats like WebP and AVIF reduce blocking by using larger transforms or adaptive block sizes.WebP 和 AVIF 等现代格式通过采用更大变换或自适应块尺寸来减轻块效应。
-
Still, JPEG remains widely used because its trade-off between size and quality suits everyday sharing well.但 JPEG 仍被广泛使用,因其在文件大小与画质间的权衡契合日常分享需求。
-
Understanding blocking helps photographers choose optimal settings before uploading high-detail images.理解块效应有助于摄影师在上传高细节图像前选择最优设置。
-
It also reminds us that all lossy compression sacrifices some truth for practical convenience.它也提醒我们:所有有损压缩都以部分真实为代价,换取实用便利。