Talk:GimConv

From PS3 Developer wiki
Revision as of 18:49, 2 March 2015 by Sandungas (talk | contribs) (moved from "Multimedia Formats and Tools" page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gimconv.cfg unnofficial changes made for rcomage

The version used as an standard unofficially is the one included in rcomage that uses a configuration file (named GimConv.cfg) initially edited by Zinga Burga to improve compatibility with rcomage, and later to add compatibility with ps3 rco's (there are some specific settings for ps3 that was added at some point, but now can be considered incorrect for ps3, or not generic enought)

The command line help of GimConv.exe gives a very limited explain of a few options (the ones at top are not real options, are more like groups of presets)

C:\rcomage-v1.1.1\GimConv>GimConv.exe
gimconv ver 1.20h --- generic picture converter
Copyright (C) 2006 Sony Computer Entertainment Inc.
 All Rights Reserved.

usage:
       gimconv <input files> [options]

options:
       -o <filename>   specify output file name
       -s <w,h>        resize image data
       -P              resize image data to a power of two
       -N              output in normal (not faster) pixel storage format
       -X              swap RGBA <-> ABGR
       -ps3            output ps3 style GIM
       -bpp<n>         color output bit depth; n is: 4, 8, 16, 16p, 16a or 32
                       4, 8 are indexed; 16, 16a, 16p, 32 are RGBA format

       -S              output text format
       -interact       input additional options
       -pictures       merge files as pictures
       -frames         merge files as frames
       -levels         merge files as levels
       -prompt         prompt always
       -warning        prompt on warning
       -error          prompt on error

Some of the options that appears in the help of the command line what are really doing is to load the real options from GimConv.cfg, where all the options are listed and is posible to specify his default values, or to create groups of options, is also the only place where is posible to see all the different settings availables of the tool

These options was added by Zinga Burga to improve compatibility with rcomage, and later to add compatibility with ps3 rco's

  • changed under default settings section:
Code Sample
  • added under process option section:
Code Sample
  • removed under default settings section:
Code Sample
  • removed under mode option section:
Code Sample
  • removed under process option section:
Code Sample
  • removed under PS3 OSD specific options section:
Code Sample