Searched refs:PPM (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tkimg/
H A Dppm.rb18 module PPM module in class:Tk.Img
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPPM.c4 * A photo image file handler for PPM (Portable PixMap) files.
29 * Define PGM and PPM, i.e. gray images and color images.
33 #define PPM 2 macro
36 * The format record for the PPM file format:
84 * contains image data in PPM format.
88 * PPM data, and 0 otherwise.
103 * here if the file is a valid raw PPM
118 * This function is called by the photo image type to read PPM format
153 Tcl_AppendResult(interp, "couldn't read raw PPM header from file \"",
158 Tcl_AppendResult(interp, "PPM imag
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPPM.c4 * A photo image file handler for PPM (Portable PixMap) files.
30 * Define PGM and PPM, i.e. gray images and color images.
34 #define PPM 2 macro
37 * The format record for the PPM file format:
92 * a file contains image data in PPM format.
96 * like PPM data, and 0 otherwise.
111 * raw PPM file. */
126 * PPM format data from a file and write it into a given
162 Tcl_AppendResult(interp, "couldn't read raw PPM header from file \"",
167 Tcl_AppendResult(interp, "PPM imag
[all...]
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DConfig.PL1 # Never modify Config.PPM, always Config.PL
2 # (Whenever you generate a distribution Config.PPM is overwriten by Config.PL)
29 if ($0 =~ /\.PPM$/i) {
31 print "Running from PPM...\n\n";
43 print STDERR "The module Sender.pm is not found. Are you realy running the script via PPM install ???\n";
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm214 This prevents C<Crypt::SSLeay> from being distributed as a PPM package from
218 for more information on this issue. You may be able to download a PPM for
219 C<Crypt::SSLeay> from an alternative repository (see L<PPM::Repositories>).
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c13 * A photo image handler for the PPM/PGM image file formats.
18 * True-color (PPM): 8-bit and 16-bit, 3 channels per pixel.
31 * PPM 8-bit ASCII | Yes | Yes | Yes | Yes |
32 * PPM 8-bit BINARY | Yes | Yes | Yes | Yes |
33 * PPM 16-bit ASCII | Yes | Yes | No | No |
34 * PPM 16-bit BINARY | Yes | Yes | No | No |
56 * -ascii <bool>: If set to true, file is written in PPM ASCII format (P3).
65 * >> A photo image file handler for PPM (Portable PixMap) files.
98 * Define PGM and PPM, i.e. gray images and color images.
102 #define PPM macro
[all...]

Completed in 187 milliseconds