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 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:共享創意
姓名標示 相同方式分享
此檔案採用共享創意 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
w:zh:共享創意
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 2.5 通用版2.0 通用版以及1.0 通用版授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
您可以選擇您需要的授權條款。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

沒有維基數據項目的某些值

作者姓名字串 繁體中文 (已轉換拼寫):​Alessio Damato
維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Alejo2083

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

檔案來源 Chinese (Taiwan) (已轉換拼寫)

上傳者的原創作品 繁體中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2019年7月6日 (六) 08:27於 2019年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:35於 2019年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:11於 2007年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 使用了這個檔案:

詮釋資料