Home
last modified time | relevance | path

Searched defs:Load_signature (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/generic_image_decoder/gid/src/
H A Dgid-headers.adb25 procedure Load_signature ( subprogram
32 c: Character;
33 FITS_challenge : String(1..5); -- without the initial
34 GIF_challenge : String(1..5); -- without the initial
35 PNG_challenge : String(1..7); -- without the initial
36 PNG_signature : constant String:= "PNG" & ASCII.CR & ASCII.LF & ASCII.SUB & ASCII.LF;
37 PNM_challenge : Character;
38 TIFF_challenge : String(1..3); -- without the initial
39 TIFF_signature : String(1..2);
40 procedure Dispose is
[all …]