pbm
pbm.ads
pbm.adb
images
bit_buffers
depixel
gray_images
images
pbm
pgm
pnm
util
hash_tables/
heaps/
images/
lists/
maths/
messages/
pipes/
primes/
readers/
strings/
writers/
ada
bin/
engine/
fonts/
internal/
text/
util/
Home
Showcase
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
PBM
exception Expect_P4
Raised if the magic number is not P4.
procedure Read_Header
Read a PBM header from a stream.
Param
Type
Description
in
Stream
Stream_Access
Read from this stream.
out
Width
Positive
Width of image in pixels.
out
Height
Positive
Height of image in pixels.
procedure Write_Header
Write a PBM header to a stream.
Param
Type
Description
in
Stream
Stream_Access
Write to this stream.
in
Width
Positive
Width of image in pixels.
in
Height
Positive
Height of image in pixels.
exceptions
Expect_P4
methods
Read_Header
Write_Header