Frederic Leymarie wrote: > Hi there > > I have a few old PostScript image files I cannot > read in newer versions of image viewers such as xv > or gimp. > > these PS files start like the example given below. > > Any idea how I could convert these to something readable > by more modern viewers ? > > Frederic
If these are bitmap images, then why not 'sanitize' them by running them through ghostscript's ps2ps utility. If they contain vector postscript data then I'm not sure what the best approach is as ps2ps currently turns them into bitmaps. (I believe). -- Angus
