Menu

#3 command line option -> output graphics in ppm format

open
None
5
2004-05-30
2004-04-29
Anonymous
No

Please allow for the outputtting of graphics extracted
from a .nes file into a png or equivalent format.

This format is just a text file of numbers giving each
individual pixel's color.

ppm - portable pix map
pgm - portable grey map
pbm - portable bit map

Ultimately, I would use nes tools like this:

nestook -extract_graphics_ppm outfile.ppm
convert.exe outfile.ppm outfile.jpg
show outfile.jpg

------
note that this would use the ImageMagick convert.exe to
convert from ppm format to jpeg.

Discussion

  • spike grobstein

    spike grobstein - 2004-05-30

    Logged In: YES
    user_id=786638

    I'm working on that now... seems easy enough.

    Expect pgm output.

     
  • spike grobstein

    spike grobstein - 2004-05-30
    • assigned_to: nobody --> spike666
     

Log in to post a comment.