Posted By
   bubis on 2003-11-25
  |   Re: DFLIConv v0.9
  Some more info from the readme file:
  FLIConverter v0.9 coded by bubis/RSC
  Use this tool to convert images into various Commodore Plus/4 (software) graphic modes.
  Simple usage:
  dfliconv -grmode [zoom4|ch|hires|hiresfli|mc|mcfli|mcifli] <image file name>
  Supported input image formats: JPEG, GIF.
  Options:
      -grmode: Specifies the graphic mode. It can be:         zoom4 (80x50),         ch = chessboard interlace (160x100)         hires (320x200)         hiresfli (320x200)         mc = multicolor (160x200)         mcfli = multicolor fli (160x200)         mcifli = multicolor interlace fli (320x200)     -dither [yes|no]: The converter uses Floyd-Steinberg dithering for         better looking result or just simply tries to interpolate the         picture colors. Default is yes.     -scale: The image is scaled to the resolution of the used graphic mode.
  Output options:
      -prg: A Plus/4 executable will be generated that shows the converted         picture.     -png: A PNG "preview" of the conversion will be generated.     -p4s: The conversion result will be saved in Abcug's PixelShop format         (zoom4 and chessboard are not supported).     -bin: The generated color ram (*.col), bitmap (*.bitm) and ff15-16 data         (*.rast) will be saved in separate file(s).     -outprefix: Here you can give the common prefix of the output files.         The image file name will be used if this option is not used.
  If no output type is specified the converter will generate PRG output.
  Advanced Options:
      -pal: Give your own Plus/4 palette file here. The format is a simple         text file with 128*3 integers (R,G,B: 0-255) separated by any         whitespace.
  |