Butun axtardiqlarinizi tapmaq ucun buraya: DAXIL OLUN
  Mp4 Mp3 Axtar Yukle
  Video Axtar Yukle
  Shekil Axtar Yukle
  Informasiya Melumat Axtar
  Hazir Inshalar Toplusu
  AZERI CHAT + Tanishliq
  1-11 Sinif Derslikler Yukle
  Saglamliq Tibbi Melumat
  Whatsapp Plus Yukle(Yeni)

  • Ana səhifə
  • Təsadüfi
  • Yaxınlıqdakılar
  • Daxil ol
  • Nizamlamalar
İndi ianə et Əgər Vikipediya sizin üçün faydalıdırsa, bu gün ianə edin.

Fayl:Chess tile pd.png

  • Fayl
  • Müzakirə
  • Vikianbar üzərindən baxış
  • Lokal izah əlavə et
  • Fayl
  • Faylın tarixçəsi
  • Faylın istifadəsi
  • Faylın qlobal istifadəsi
Fayl:Chess tile pd.png
Daha yüksək versiyası yoxdur.
Chess_tile_pd.png (504 × 504 piksel, fayl həcmi: 1.002 bayt, MIME növü: image/png)
Bu fayl Vikianbarda yerləşir. Açıqlama səhifəsindəki məlumatlar aşağıda göstərilib.
Vikianbar azad lisenziyalı media anbarıdır. Siz də töhfə verə bilərsiniz.
File:Chess tile pd.svg is a vector version of this file. It should be used in place of this PNG file.

File:Chess tile pd.png → File:Chess tile pd.svg

For more information, see Help:SVG.

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

 

A dark pawn for use in chess board templates.

This is a series of chess pieces. The naming is Image:Chess_tile_ab.png, where a is the first letter of the piece (k for king, n for knight), and b is l for light, d for dark. The pieces all have transparent background color, so you can put them on a chess board of any color.

Space
King
Queen
Rook
Bishop
Pawn
Knight

David Benbennick made this image on June 18, 2005. I used version 1.2 of Piet Tutelaers' TeX chess fonts, from CTAN archive copy at the Wayback Machine, specifically chess.zip[dead link]. I modified chess/mf/chess30.mf, changing "thin" to

thin#:=5/90*d#;

since the lines of the white pieces were too thin when scaled. Then I ran the following commands:

unzip chess.zip
cd chess
export MFINPUTS=$PWD/mf
echo chess30 | tex testfont "\table\bye"; dvips testfont -o chess30.ps
dvips -mode ljfzzz -D 1200 testfont.dvi -o chess30.ps
convert -density 1200 chess30.ps chess30.pnm
pnmcut -left 3649 -top 3857 -width 504 -height 504 chess30.pnm | pnmtopng > bl.png
pnmcut -left 4471 -top 4470 -width 504 -height 504 chess30.pnm | pnmtopng > kl.png
pnmcut -left 6937 -top 4470 -width 504 -height 504 chess30.pnm | pnmtopng > nl.png
pnmcut -left 2005 -top 5083 -width 504 -height 504 chess30.pnm | pnmtopng > pl.png
pnmcut -left 2827 -top 5083 -width 504 -height 504 chess30.pnm | pnmtopng > ql.png
pnmcut -left 3649 -top 5083 -width 504 -height 504 chess30.pnm | pnmtopng > rl.png
pnmcut -left 3649 -top 6309 -width 504 -height 504 chess30.pnm | pnmtopng > bd.png
pnmcut -left 4471 -top 6922 -width 504 -height 504 chess30.pnm | pnmtopng > kd.png
pnmcut -left 6937 -top 6922 -width 504 -height 504 chess30.pnm | pnmtopng > nd.png
pnmcut -left 2005 -top 7535 -width 504 -height 504 chess30.pnm | pnmtopng > pd.png
pnmcut -left 2827 -top 7535 -width 504 -height 504 chess30.pnm | pnmtopng > qd.png
pnmcut -left 3649 -top 7535 -width 504 -height 504 chess30.pnm | pnmtopng > rd.png
for name in *.png; do convert -transparent white $name $name.t; done

I used the Gimp to fill the interiors of the pieces as white instead of transparent. Also, there were some errors in the TeX font, which I corrected. (The dark king and queen weren't connected, and the dark bishop had some stray pixels, for example.) Finally, I converted all the images to black and white indexed to save space. (It's extremely annoying that I had to tell Gimp the images were black and white. Bah.)

Public domainPublic domainfalsefalse
Public domain Mən, bu əsərin müəllif hüquqlarının sahibi kimi, əsəri ictimai mülkiyyətə buraxıram. Bu icazə bütün dünyada qüvvədədir.
In some countries this may not be legally possible; if so:
Mən hər kəsə bu əsərdən hər hansı bir məqsəd üçün, heç bir şərt olmadan, qanunla belə şərtlər tələb olunmadığı təqdirdə istifadə etmək hüququnu verirəm.
Public domainPublic domainfalsefalse
Public domain This image consists entirely of a raster rendering (e.g. PNG) of characters from one or more typefaces. As such, it is ineligible for copyright in the United States and therefore is in the public domain.

Note: Vector format images of fonts (such as SVG) may be copyrighted in the United States. Also, raster renderings of fonts may be copyrightable in jurisdictions outside of the United States.


العربية ∙ English ∙ español ∙ हिन्दी ∙ Bahasa Indonesia ∙ italiano ∙ 日本語 ∙ 한국어 ∙ മലയാളം ∙ sicilianu ∙ slovenščina ∙ Tagalog ∙ 中文(简体) ∙ 中文(繁體) ∙ 中文(臺灣) ∙ +/−

See also Template:Chess tiles, Template:Chess tiles brown.

Başlıqlar

Bu faylın nəyi təmsil etdiyinə dair bir sətirlik izahat əlavə et

Bu faylda təsvir olunan elementlər

təsvir edir

copyright status ingilis

müəllif hüquqları ilə qorunur, lakin müəllif hüquqlarının sahibi tərəfindən ictimai istifadəyə verilmişdir

lisenziya

released into the public domain by the copyright holder ingilis

media type ingilis

image/png

checksum ingilis

029d938ad2abc16d635e1e5560f00d3a92ed28da

təyinetmə üsulu: SHA-1

data size ingilis

1.002 Bayt

hündürlüyü/boyu

504 piksel

eni

504 piksel

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

Tarix/VaxtMiniatürÖlçülərİstifadəçiŞərh
hal-hazırkı22:03, 18 iyun 200522:03, 18 iyun 2005 tarixindəki versiyanın miniatür görüntüsü504 × 504 (1.002 bayt)Dbenbenn504x504 version, made by me with TeX chess font
18:13, 18 iyun 200518:13, 18 iyun 2005 tarixindəki versiyanın miniatür görüntüsü64 × 64 (191 bayt)Dbenbennfrom xboard, GPL

Faylın istifadəsi

Bu faylı istifadə edən səhifə yoxdur.

Faylın qlobal istifadəsi

Bu fayl aşağıdakı vikilərdə istifadə olunur:

  • pl.wikipedia.org layihəsində istifadəsi
    • Wikiprojekt:Igrzyska olimpijskie/LIO 2012/Państwa 1
    • Letnia Uniwersjada 2011
    • Szachy na Igrzyskach Azjatyckich 2006
    • Szachy na Letniej Uniwersjadzie 2011
    • Polska na Letniej Uniwersjadzie 2011
Mənbə — "https://az.wikipedia.org/wiki/Fayl:Chess_tile_pd.png"
Informasiya Melumat Axtar