चित्र:Barn grand tetons rgb separation.jpg

पृष्ठ की सामग्री दूसरी भाषाओं में उपलब्ध नहीं है।
मुक्त ज्ञानकोश विकिपीडिया से

मूल चित्र((1,600 × 4,780 पिक्सेल, फ़ाइल का आकार: 1.03 MB, MIME प्रकार: image/jpeg))

કલર ડિઝાઇન

सारांश

विवरण
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.
दिनांक २ जून २००६ (original upload date)
स्रोत Transferred from en.wikipedia to Commons. Transfer was stated to be made by User:nopira.
लेखक इसका मूल अपलोड करने वाला अंग्रेज़ी विकिपीडिया पर Mike1024 है।
अनुमति
(इस चित्र का पुनः उपयोग करना)
Public domain मैं, इस कार्य का/की कॉपीराइट धारक, इस कार्य को सार्वजनिक डोमेन में प्रकाशित करता/करती हूँ। यह पूरे विश्व में लागू होता है।
कुछ देशों में यह कानूनी तौर पर नहीं हो सकता है; ऐसा हो तो:
मैं सभी को इस कार्य का इस्तेमाल किसी भी उद्देश्य से, बिना किसी बाधाओं के इन शर्तों के कानून द्वारा अनिवार्य किए तक करने की अनुमति देता/देती हूँ।

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');

मूल अपलोड लॉग

The original description page was here. All following user names refer to 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

चित्रण

MIME type अंग्रेज़ी

image/jpeg

checksum अंग्रेज़ी

c72c0afadd48dfa4ef86e9336144c37524bcaab3

निर्धारण विधि: SHA-1 अंग्रेज़ी

data size अंग्रेज़ी

१०,८२,३१६ बाइट

४,७८० पिक्सल

width अंग्रेज़ी

१,६०० पिक्सल

चित्र का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयथंबनेलआकारसदस्यप्रतिक्रिया
वर्तमान16:42, 9 दिसम्बर 200716:42, 9 दिसम्बर 2007 के संस्करण का थंबनेल संस्करण1,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;

निम्नलिखित पन्ने इस चित्र से जुडते हैं :

चित्र का वैश्विक उपयोग

इस चित्र का उपयोग इन दूसरे विकियों में किया जाता है:

मेटाडेटा