File:Alpha Centauri relative sizes.png

頁面內容不支援其他語言。
出自維基導遊

原始檔案(3,770 × 1,368 像素,檔案大小:56 KB,MIME 類型:image/png

摘要

Español: Comparación del tamaño y color de las tres estrellas de Alfa Centauri con nuestro sol.

A comparison of the sizes and colors of the stars in the Alpha Centauri system with the Sun.

File:Alpha Centauri relative sizes.svg是本檔案的向量版本。 如果品質不低,就應該優先使用該檔案,而非PNG檔案。

File:Alpha Centauri relative sizes.png → File:Alpha Centauri relative sizes.svg

更多資訊請參閱Help:SVG/zh

其他語言
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
新SVG圖片

David Benbennick made this image on January 29, 2005 with the following Metapost program as stars.mp:

verbatimtex
\font\foo=cmss9 at 10pt
\foo
etex

sunrad=0.3in;
alpharad = 1.227*sunrad;
betarad = 0.865*sunrad;
proximarad = 0.145*sunrad;
gap = 0.8*sunrad;

pair sunpos, alphapos, betapos, proximapos;
sunpos = (0 + gap + sunrad, 1.9*sunrad);
alphapos = sunpos + (sunrad + gap + alpharad, 0);
betapos = alphapos + (alpharad + gap + betarad, 0);
proximapos = betapos + (betarad + gap + proximarad, 0);

beginfig(1);

  fill unitsquare xscaled ((xpart proximapos) + proximarad + gap)
    yscaled (2 * (ypart sunpos));

  fill fullcircle scaled (2*sunrad) shifted sunpos
    withcolor (1,0.960,0.949);   % Color is fff1ed
  label.bot(btex Sun etex, sunpos - (0, sunrad)) withcolor white;

  fill fullcircle scaled (2*alpharad)
    shifted alphapos
    withcolor (1,0.960,0.949);
  label.bot(btex $\alpha$ Centauri A etex, alphapos - (0, alpharad))
    withcolor white;

  fill fullcircle scaled (2*betarad)
    shifted betapos
    withcolor (1,0.878,0.737);  % ffe0bc
  label.bot(btex $\alpha$ Centauri B etex, betapos - (0, betarad))
    withcolor white;

  fill fullcircle scaled (2*proximarad)
    shifted proximapos
    withcolor (1,0.752,0.411);  % ffcc6f
  label.bot(btex Proxima etex, proximapos - (0, proximarad))
    withcolor white;

endfig;
end;

And I had the following TeX file as stars.tex:

%&latex
\documentclass[10pt]{article}
 \usepackage{graphicx}
 \pagestyle{empty}
\begin{document}
 \includegraphics{stars.1}
\end{document}

Then I ran

mpost stars
tex stars
dvips -mode ljfzzz -D 1200 stars -o
convert -density 1200 -chop 99999x99999+6249+3463 -chop 2479x2095 stars.ps stars.png
pngcrush -reduce -brute -l 9 stars.png stars.crush.png

stars.crush.png was the final output file.

(Apparently it's non-trivial to get dvips to use a given resolution. I would have preferred to use 1600 dpi, but dvips didn't already have a "printer" at that resolution. ljfzzz, at 1200, was the best I could find.)

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

References

  • I took the star colors from [1], which indicates they're only approximate. Apparently there are inherent difficulties in representing a star's color on a computer monitor.
  • I took the star radii from [2].

derivative works

Derivative works of this file:

說明

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

在此檔案描寫的項目

描繪內容

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

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

多媒體型式 繁體中文 (已轉換拼寫)

image/png

校驗和 繁體中文 (已轉換拼寫)

29cb58d75fe8fe45f339a7a486163d387f9b7909

斷定方法:​SHA-1 中文 (已轉換拼寫)

57,447 位元組

1,368 像素

3,770 像素

檔案歷史

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

日期/時間縮⁠圖尺寸用戶備⁠註
目前2005年2月4日 (五) 13:41於 2005年2月4日 (五) 13:41 版本的縮圖3,770 × 1,368(56 KB)Dbenbennsans serif fonts version
2005年1月30日 (日) 14:42於 2005年1月30日 (日) 14:42 版本的縮圖5,029 × 1,825(94 KB)Dbenbennhigher resolution version
2005年1月30日 (日) 11:50於 2005年1月30日 (日) 11:50 版本的縮圖2,515 × 913(24 KB)Dbenbennstar size and color comparison

沒有使用此檔案的頁面。

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

檢視此檔案的更多全域使用狀況