When the RawGfx mode is activated for the first time on a file, it tries to auto-detect the file format from the file extension, and then to guess all graphics format settings. Auto detection can also be triggered from the RawGfx|View|Preset|AutoDetect menu item, or the button on the Format Panel.
For Bitmap and Sprite files, format settings and color palette are read from the file contents.
For raw YUV formats, format settings are guessed from the filename. If an image resolution keyword is recognized, it will be used to specify the frame size. Otherwise the first two numbers in the filename are taken as width and height. The YUV byte order is guessed from keywords in the filename (YUV, 422), and by statistical analysis of the pixel data.
List of Recognized File Formats
List of Recognized Image Resolution Keywords
CIF | 352x288 |
QCIF | 176x144 |
4CIF | 704x576 |
PAL | 352x288 |
NTSC | 352x240 |
CGA | 320x200 |
EGA | 640x350 |
VGA | 640x480 |
SVGA | 800x600 |
QVGA | 320x240 |
QQVGA | 160x120 |
XGA | 1024x768 |
UXGA | 1600x1200 |
QXGA | 2048x1536 |
SXGA | 1280x1024 |
QSXGA | 2560x2048 |
HSXGA | 5120x4096 |
WVGA | 852x480 |
WXGA | 1366x768 |
WSXGA | 1600x1024 |
WUXGA | 1920x1200 |
WOXGA | 2560x1600 |
WQSXGA | 3200x2048 |
WQUXGA | 3840x2400 |
WHSXGA | 6400x4096 |
WHUXGA | 7680x4800 |
HD480 | 852x480 |
HD720 | 1280x720 |
HD1080 | 1920x1080 |
See also: RawGfx|View|Preset|AutoDetect