Need help identifing this file!

Soldato
Joined
4 Mar 2003
Posts
5,248
Location
Herefordshire
Hi,

I need some help identifing this file, it has no extension at all. Ive run file command in the terminal and it reports it as an ASCII text file with some command line.

This is what it looks like in notepad.

Code:
!PS-Adobe-2.0
51 .5 551
{ /x exch def
  111 .5 721
  { /y exch def
    y 521 sub
    201 div
    x 301 sub
    201 div
    1 index
    1 index
    31 -1 1
    { /n exch def
      1 index
      dup mul
      1 index
      dup mul
      1 index
      1 index
      add
      /d exch def
      sub
      4 index add
      3 1 roll
      2 mul mul
      2 index add
      d 4 gt
      {exit} if
    } for
    pop pop pop pop
    n 31 div
    setgray
    x y moveto
    .5 0 rlineto
    0 .5 rlineto
    -.5 0 rlineto
    fill
  } for
} for
showpage

Dont suppose anyone knows what file type this is by any chance? Ive tried Adobe Reader and cant find much info on PS Adobe 2.0. A lot of my work is based in Ubuntu so Im pretty sure its a Linux type file but not 100%.

Thanks a lot.
 
Yep, it's Postscript. (I almost abbreviated it as PS just now. D'oh! :p)

What do you need to do with the file, Nanoman? We might be able to suggest a reader or something.
 
Ok thanks guys! Yea I just need to view it, I tried viewing it in windows with ghost script but it didnt work. I then opened it with document viewer in ubuntu and after ages of loading it displayed an image but I dont think its the correct one. There should be something related to james bond but its giving me a weird calibration picture like an image used for screen testing or something.:confused:
 
Back
Top Bottom