Завантаження...

Random-image
 

 

This is a premium free photo

 

This photo was viewed 1 times and was downloaded in full size 0 times.

This photo was liked 0 times


If you are a member, please login in order to see the source link of the above image.


Summaryedit

Description
English: Each pixel of this RGB image was sampled independently from all other pixels. Each RGB pixel is randomly created in for each channel.
Deutsch: Jeder Pixel dieses RGB-Bildes wurde unabhängig gleichverteilt generiert. Auch die 3 RGB-Kanäle sind von einander unabhängig. Der Wert wurde jeweils gleichverteilt aus gezogen.
Date
Source Own work
Author MartinThoma

This file was created with LaTeX (tikz):

#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Create a white noise RGB image of the dimensions you want."""

import numpy
import Image


def create_white_noise(outfile, width, height):
    """
    Create white noise RGB image

    Parameters
    ----------
    outfile : str
    width : int
    height : int
    """
    array = numpy.random.rand(height, width, 3) * 255
    im_out = Image.fromarray(array.astype('uint8')).convert('RGBA')
    im_out.save(outfile)


def get_parser():
    """Get parser object for create_random_image.py."""
    from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
    parser = ArgumentParser(description=__doc__,
                            formatter_class=ArgumentDefaultsHelpFormatter)
    parser.add_argument("-f", "--file",
                        dest="filename",
                        help="write white noise image to FILE",
                        default="white-noise.jpg",
                        metavar="FILE")
    parser.add_argument("-x", "--width",
                        dest="width",
                        default=1280,
                        type=int,
                        help="width of the image")
    parser.add_argument("-y", "--height",
                        dest="height",
                        default=960,
                        type=int,
                        help="height of the image")
    return parser


if __name__ == "__main__":
    args = get_parser().parse_args()
    create_white_noise(args.filename, args.width, args.height)

Licensingedit

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Quality images logo.svg
Quality image

This image has been assessed using the Quality image guidelines and is considered a Quality image.


Photo's description:
Each pixel of this RGB image was sampled independently from all other pixels. Each RGB pixel is randomly created in { 0 , 1 , … , 255 } {\displaystyle \{0,1,\dots ,255\}} for each channel. Deutsch: Jeder Pixel dieses RGB-Bildes wurde unabhängig gleichverteilt generiert. Auch die 3 RGB-Kanäle sind von einander unabhängig. Der Wert wurde jeweils gleichverteilt aus { 0 , 1 , … , 255 } {\displaystyle \{0,1,\dots ,255\}} gezogen.
Licensing:
Public Domain


Only registered users can post comments. Please login.


EXIF data:
File name random-image.jpg
Size, Mbytes 2.16015625
Mime type image/jpeg




The images at Free-Photos.biz come mainly from Wikimedia Commons or from our own production. The photos are either in the public domain, or licensed under free linceses: Free-Photos.biz license, GPL, Creative Commons or Free-Art license. Some very few other photos where uploaded to Free-Photos.biz by our users and released into the public domain or into free usage under another free license (like GPL etc.)

While the copyright and licensing information supplied for each photo is believed to be accurate, Free-Photos.biz does not provide any warranty regarding the copyright status or correctness of licensing terms. If you decide to reuse the images from Free-Photos.biz, you should verify the copyright status of each image just as you would when obtaining images from other sources.


The use of depictions of living or deceased persons may be restricted in some jurisdictions by laws regarding personality rights. Such images are exhibited at Free-Photos.biz as works of art that serve higher artistic interests.

PRIVACY POLICY


By registering your account and/or by subscribing to new and newly rated photographs you agree we may send you the links to photos and we may occasionally share other information with you.

We do NOT disclose your personal data.





christianity portal