Lompat ke isi

Berkas:Barn grand tetons rgb separation.jpg

Konten halaman tidak didukung dalam bahasa lain.
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

Ukuran asli(1.600 × 4.780 piksel, ukuran berkas: 1,03 MB, tipe MIME: image/jpeg)

Berkas ini berasal dari Wikimedia Commons dan mungkin digunakan oleh proyek-proyek lain. Deskripsi dari halaman deskripsinya ditunjukkan di bawah ini.

કલર ડિઝાઇન

Ringkasan

Deskripsi
English: This takes an image (Image:Barns grand tetons.jpg) and displays the red, green and blue elements extracted from it.

Note that the white snow is composed of strong red, green and blue; the brown barn is composed of strong red and green with little blue; the dark green grass is composed of strong green with little red or blue; and the light blue sky is composed of strong blue and moderately strong red and green.

Based on the (public domain) photo Image:Barns grand tetons.jpg. Code above and resulting output by Mike1024.
Tanggal 2 Juni 2006 (original upload date)
Sumber Dipindahkan dari en.wikipedia ke Commons. Transfer was stated to be made by User:nopira.
Pembuat Pemuat yang asli adalah Mike1024 di Wikipedia bahasa Inggris
Izin
(Menggunakan kembali berkas ini)
Public domain Saya, pemegang hak cipta karya ini, merilis karya ini ke domain umum. Lisensi ini berlaku di seluruh dunia.
Di sejumlah negara, tindakan ini tidak memungkinkan secara sah; bila seperti itu:
Saya memberikan siapa pun hak untuk menggunakan karya ini untuk tujuan apa pun, tanpa persyaratan apa pun, kecuali yang ditetapkan oleh hukum.

Generator code

In en:MATLAB:

RGBimage = imread('barns_grand_tetons.jpg');
[height,width,depth]=size(RGBimage);

% Newer versions of matlab need outputimage=zeros(height*4,width,depth,'uint8');
outputimage=uint8(zeros(height*4,width,depth));
for w=1:width,
  for h=1:height,
    outputimage(h,w,1) = RGBimage(h,w,1); %Copy R, G and B for normal image
    outputimage(h,w,2) = RGBimage(h,w,2);
    outputimage(h,w,3) = RGBimage(h,w,3);
    outputimage(h+height,w,1) = RGBimage(h,w,1); %Copy R only for first component
    outputimage(h+(2*height),w,2) = RGBimage(h,w,2); %G only for second component
    outputimage(h+(3*height),w,3) = RGBimage(h,w,3); %B only for third component
  end
end

image(outputimage);

imwrite(outputimage,'rgb_separation.jpg','jpeg');

Log pengunggahan asli

Halaman deskripsi aslinya ada di sini. Semua nama pengguna berikut merujuk pada en.wikipedia.
  • 2006-06-02 12:33 Mike1024 1600×4780×8 (1082316 bytes) ==Summary== This takes an image ([[:Image:Barns grand tetons.jpg|Image:Barns grand tetons.jpg]]) and displays the red, green and blue elements extracted from it. Note that the white snow is comprised of strong red, green and blue; the brown barn is compr

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

menggambarkan

2 Juni 2006

image/jpeg

checksum Inggris

c72c0afadd48dfa4ef86e9336144c37524bcaab3

1.082.316 Bita

4.780 piksel

1.600 piksel

Riwayat berkas

Klik pada tanggal/waktu untuk melihat berkas ini pada saat tersebut.

Tanggal/WaktuMiniaturDimensiPenggunaKomentar
terkini9 Desember 2007 16.42Miniatur versi sejak 9 Desember 2007 16.421.600 × 4.780 (1,03 MB)Nopira{{Information |Description={{en|This takes an image (Image:Barns grand tetons.jpg) and displays the red, green and blue elements extracted from it. Note that the white snow is composed of strong red, green and blue;

Halaman berikut menggunakan berkas ini:

Penggunaan berkas global

Wiki lain berikut menggunakan berkas ini:

Metadata