Program usage Save movie AVI/MOV/RM image compression
Documentation of Aniplayer

4.7 Save image(s)

It's possible to save the current image or a selection of images in the IMG, TGA or JPG file format, depending on the screen resolution:

  - IMG, GEM Bit Image:

    • 256 colours if screen <= 256 colours (XIMG).
    • 24-bit true colour if screen >= 256 colours.

  - TGA, Targa Image 2.0 in 24-bit True Color:

    • 256 colours if screen is <= 256 colours (because a 256-colour
      buffer holds the image when the screen is 2, 4, or 16 colours).
    • number of screen colours if screen > 256 colours (this will
      save 24 bits directly if screen is in 24-bit true colour).

  - JPG, JPEG Joint Photographic Expert Group in 24-bit True Color,
    with the shared library JPEG.SLB:

    • 256 colours if screen is <= 256 colours (because a 256-colour
      buffer holds the image when the screen is 2, 4, or 16 colours).
    • number of screen colours if screen > 256 colours (this will
      save 24 bits directly if screen is in 24-bit true colour).

    This library is the work of the Independent JPEG Group.
    http://www.ijg.org
By default, the selection of images starts from number one (or from the current image if pause is active) up to the total number of images. If the starting or ending image is changed, the display of the total time will be changed accordingly. The last 5 characters of the filename are reserved for image numbers 00001 to 99999 (for example: FRM00001.IMG for the first image).



While saving, a red button is displayed at the bottom of the window.

You can also copy the current image into the GEM clipboard (file SCRAP.IMG), using the ^C shortcut.