לדלג לתוכן

קובץ:Color gradient illustrating a sorites paradox.png

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(8,192 × 1,024 פיקסלים, גודל הקובץ: 57 ק"ב, סוג MIME‏: image/png)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

File:Color gradient illustrating a sorites paradox with labels.png
תיאור
English: Color gradient from green to red, any adjacent colors being indistinguishable for the human eye (composed of 256 rectangles of wd=32, hg=1024 of really unique color: #00ff00, #01fe00, #02fd00, ..., #fe0100, #ff0000)
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה
יוצר Jochen Burghardt

C source code

C cource of pnm image
#include <stdio.h>
typedef int xT;         /* x coordinate */
typedef int yT;         /* y coordinate */
typedef int coT;        /* rgb color value */

static void build(
    xT wd, 
    yT HG) 
{
    yT y;
    coT r;
    xT x;
    
    printf("P3\t%d %d\t255\n",wd*256,HG);
    for (y=0; y<HG; ++y) {
        for (r=0; r<256; ++r) {
            coT const g = 255 - r;
            coT const b = 0;
            for (x=0; x<wd; ++x) {
                printf("%03d %03d %03d ",r,g,b);
            }
            printf("\n");
        }
        printf("\n");
    }   
}

int main(
    int argc,
    const char * const argv[argc])
{
    build(32,1024);
    return 0;
}

// after compiling, run "a.out | pnmtopng >Color_gradient_illustrating_a_sorites_paradox.png" to obtain image
קובץ זה נטול זכויות יוצרים ולפיכך ברשות הציבור. יצירה מורכבת כולה, מיֶדַע שהוא נחלת הכלל, ואין לה מרכיב יצירתי מקורי.

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

checksum אנגלית

4e7db30cce81773b6e736a421a1c94a0b4e66ab3

הוגדר לפי: SHA-1 אנגלית

58,328 בית

1,024 פיקסל

8,192 פיקסל

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית22:59, 7 בנובמבר 2013תמונה ממוזערת לגרסה מ־22:59, 7 בנובמבר 2013‪1,024 × 8,192‬ (57 ק"ב)Jochen BurghardtUser created page with UploadWizard

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה: