About 32,900 results
Open links in new tab
  1. PImage / Reference / Processing.org

    The PImage class contains fields for the width and height of the image, as well as an array called pixels [] that contains the values for every pixel in the image. The methods described below …

  2. Class PImage - GitHub Pages

    The PImage class contains fields for the width and height of the image, as well as an array called pixels [] that contains the values for every pixel in the image. The methods described below …

  3. Images and Pixels — p5 0.8.1 documentation - Read the Docs

    In addition to user-defined objects (such as Ball), Processing has a bunch of handy classes all ready to go without us writing any code. In this tutorial, we’ll examine PImage, a class for …

  4. PImage \ Language (API) - Processing

    The PImage class contains fields for the width and height of the image, as well as an array called pixels that contains the values for every pixel in the image. The methods described below …

  5. PImage | reference | Processing.js

    The PImage object contains fields for the width and height of the image, as well as an array called pixels [] which contains the values for every pixel in the image. A group of methods, described …

  6. createImage () / Reference / Processing.org

    Creates a new PImage (the datatype for storing images). This provides a fresh buffer of pixels to play with. Set the size of the buffer with the width and height parameters. The format …

  7. Precision CAD and Scanning Service for paper, film & engineering

    Perfect Image offers and computer aided drafting (CAD) and scanning service to the engineering and document management community. Conversion services include microfilm, microfiche, …

  8. loadImage () / Reference / Processing.org

    Loads an image into a variable of type PImage. Four types of images ( .gif, .jpg, .tga, .png) images may be loaded. To load correctly, images must be located in the data directory of the …

  9. Class PImage - processing.github.io

    The PImage class contains fields for the width and height of the image, as well as an array called pixels [] that contains the values for every pixel in the image. The methods described below …

  10. get () / Reference / Processing.org

    Reads the color of any pixel or grabs a section of an image. If no parameters are specified, the entire image is returned. Use the x and y parameters to get the value of one pixel. Get a …