File:Lichtenstein jpeg2000 difference.png

Lichtenstein_jpeg2000_difference.png(512 × 512像素,文件大小:394 KB,MIME类型:image/png


摘要

描述

The picture shows the difference pixel-by-pixel between an image and its JPEG2000 compressed version: white=no-difference; black=big-difference The original image is Image:Lichtenstein img processing test.png, that I have renamed castle.png on my hard-disk to make it simpler. The I have converted it so JPEG2000 using the "convert" utility by ImageMagik, with the following command:

convert -quality 50 castle.png castle.jp2

Then I had to reconvert the JPEG2000 version to PNG to be able to read it:

convert castle.jp2 castle_2000.png

The I have used the following Matlab code:

%read original image
original=imread('castle.png');
%read compressed image
compressed=imread('castle_2000.png');

original=im2double(original);
compressed=im2double(compressed);

error=abs(original-compressed);

%amplify the error for each color layer
error(:,:,1)=imadjust(error(:,:,1));
error(:,:,2)=imadjust(error(:,:,2));
error(:,:,3)=imadjust(error(:,:,3));

%invert the picture
error=1-error;

%write it to a file
imwrite(error,'castle_error_2000.png');
日期
来源 自己的作品
作者 Alessio Damato
其他版本
original image

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2019年7月6日 (六) 08:272019年7月6日 (六) 08:27版本的缩略图512 × 512(394 KB)Alexis JazzReverted to version as of 19:11, 19 May 2007 (UTC) Can't be sure if metadata, color profiles or browser compatiblity was lost. These overwrites are not needed, MediaWiki handles this.
2019年7月5日 (五) 23:352019年7月5日 (五) 23:35版本的缩略图512 × 512(391 KB)C 1File size reduced by 4KB using OptiPNG, a lossless optimizer/recompressor for PNG images. No changes made to image or metadata.
2007年5月19日 (六) 19:112007年5月19日 (六) 19:11版本的缩略图512 × 512(394 KB)Alejo2083 {{Information |Description=The picture shows the difference pixel-by-pixel between an image and its JPEG2000 compressed version: white=no-difference; black=big-difference The original image is Image:Lichtenstein img processing test.png, that I have

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据