Editing Talk:GimConv
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= | =gimconv.cfg custom changes made for rcomage= | ||
[[Rcomage]] uses a GimConv | [[Rcomage]] uses a GimConv configuration file edited by Zinga Burga initially to improve interoperativity with rcoedit/rcomage for PSP, and later to add compatibility with PS3 | ||
*Changes in the ''help'' screen | |||
{{Keyboard|content='''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 | |||
}} | |||
*changed: | |||
{{Boxcode|content=<syntaxhighlight lang="c"> | |||
* | |||
{{Boxcode| | |||
//---------------------------------------------------------------- | //---------------------------------------------------------------- | ||
// default settings | // default settings | ||
Line 60: | Line 42: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
* | *added: | ||
{{Boxcode|content=<syntaxhighlight lang="c"> | |||
{{Boxcode| | |||
//-------------------------------------------------------- | //-------------------------------------------------------- | ||
// process option | // process option | ||
Line 146: | Line 70: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
* | *removed: | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="c"> | ||
//---------------------------------------------------------------- | |||
// default settings | |||
//---------------------------------------------------------------- | |||
// PS3 OSD default settings | |||
format_endian = big // -B | |||
pixel_order = normal // -N | |||
pixel_channel = default // -R | |||
image_format = rgba8888 // --image_format rgba8888 | |||
//-------------------------------------------------------- | //-------------------------------------------------------- | ||
// mode option | // mode option | ||
Line 175: | Line 107: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
= | = gimconv settings = | ||
<sandungas> the problem about some images for ps3 rco's in gim dxt5 format ---> http://endlessparadigm.com/forum/showthread.php?tid=19501&pid=350611#pid350611 | |||
<sandungas> damn, this is completly solved by changing a setting in the .cfg of gimconvert | |||
<sandungas> it seems ps3 uses different types of .gim inside the rco's | |||
<sandungas> and rcomage doesnt manages that differences :/ | |||
<sandungas> look, there is some problem when rebilding gim's | |||
<sandungas> http://endlessparadigm.com/forum/showthread.php?tid=19501&pid=352551#pid352551 | |||
<sandungas> all the messages from this "mugi" are about ps3 | |||
< | |||