Editing XMB Manuals
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 69: | Line 69: | ||
{{Boxframe1|content='''Can be created with nvidia texture tool (nvdxt.exe) by using this command:''' | {{Boxframe1|content='''Can be created with nvidia texture tool (nvdxt.exe) by using this command:''' | ||
*Individual file: | *Individual file: | ||
{{Keyboard|content= | {{Keyboard|content=nvdxt.exe -file input.png -dxt1c -nomipmap -output output.dds}} | ||
*Individual file with cube filter rescale to 1920x1080 resolution, and highest quality compression: | *Individual file with cube filter rescale to 1920x1080 resolution, and highest quality compression: | ||
{{Keyboard|content= | {{Keyboard|content=nvdxt.exe -file input.png -dxt1c -nomipmap -prescale 1920 1080 -quality_highest -output output.dds}} | ||
*Multiple files with cube filter rescale to 1920x1080 resolution, highest quality compression, and using folder paths for input and output (massive conversion of any supported image with any name and any resolution from CUSTOM_IMAGES folder to MANUAL folder) | *Multiple files with cube filter rescale to 1920x1080 resolution, highest quality compression, and using folder paths for input and output (massive conversion of any supported image with any name and any resolution from CUSTOM_IMAGES folder to MANUAL folder) | ||
{{Keyboard|content= | {{Keyboard|content=nvdxt.exe -deep c:\CUSTOM_IMAGES -all -dxt1c -nomipmap -prescale 1920 1080 -quality_highest -outdir c:\MANUAL}} | ||
*Nvidia Texture Tool notes: | *Nvidia Texture Tool notes: | ||
**Supported image formats | **Supported image formats |