翻訳と辞書
Words near each other
・ portable airtime
・ portable commodore 64
・ portable common loops
・ portable common tool environment
・ portable computer
・ portable document format
・ portable forth environment
・ portable network graphics
・ portable object adapter
・ portable operating system interface
portable pixmap
・ portable scheme debugger
・ portable scheme interpreter
・ portable standard lisp
・ portable tool interface
・ portal
・ porting
・ portmapper
・ pos
・ pose


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

portable pixmap : FOLDOC
Portable Pixmap
(PPM) A colour image file format.
A PPM file contains the following:
a two character "magic number" - "P3",
the width in pixels,
the height in pixels,
the maximum colour component value,
HEIGHT rows of WIDTH pixels.

The rows are ordered from top to bottom with the pixels in each row ordered from left to right. Each pixel is represented as three values for red, green, and blue.
All parts are separated by whitespace and numbers are in decimal {ASCIII} representation. A zero pixel component means that colour is absent. Characters from a "#" to the next end-of-line are ignored and no line should be longer than 70 characters.
Here is an example of a small pixmap in this format:
P3
# feep.ppm
4 4
15
0 0 0 0 0 0 0 0 0 15 0 15
0 0 0 0 15 7 0 0 0 0 0 0
0 0 0 0 0 0 0 15 7 0 0 0
15 0 15 0 0 0 0 0 0 0 0 0

A "RAWBITS" variant has magic number "P6", pixel values are stored as plai


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.