Home Risen Risen2 Risen3 Forum English Russian

Registrieren Hilfe Kalender Heutige Beiträge
Ergebnis 1 bis 11 von 11
  1. #1 Zitieren
    Schwertmeister Avatar von CzarnyAfgan
    Registriert seit
    Jun 2010
    Ort
    Warsaw, Poland
    Beiträge
    818
    Hi! I am not very fluent with dds conversion things, but I need to convert some images from JPEG to DDS and then to XIMG. Photoshop nvidia panel asks me to select one setting from very long list, what setting do you suggest?
    CzarnyAfgan ist offline

  2. #2 Zitieren
    Ehrengarde Avatar von Baltram
    Registriert seit
    Jun 2006
    Beiträge
    2.264
    I don't know what exact settings 'Photoshop nvidia panel' offers. (I'm working with GIMP.)

    Generate MipMaps: Yes, except for GUI graphics or loading screens.

    Compression:
    BC1/DXT1 for solid textures
    BC2/DXT3 for textures with hard transitions to transparency
    BC3/DXT5 for textures with soft transitions to transparency
    No compression (RGBA8) for some of the GUI textures (specifically the item icons texture)
    Baltram ist offline

  3. #3 Zitieren
    Schwertmeister Avatar von CzarnyAfgan
    Registriert seit
    Jun 2010
    Ort
    Warsaw, Poland
    Beiträge
    818
    This will be a loading screen hint image, so which one of those will be best?

    BC1/DXT1 for solid textures ?
    BC2/DXT3 for textures with hard transitions to transparency ?
    BC3/DXT5 for textures with soft transitions to transparency ?
    No compression (RGBA8) for some of the GUI textures (specifically the item icons texture) ?
    CzarnyAfgan ist offline

  4. #4 Zitieren
    Legende Avatar von JFaron
    Registriert seit
    Sep 2010
    Beiträge
    7.179
    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    This will be a loading screen hint image, so which one of those will be best?
    The loading screens do not have any transparency, therefore they are solid textures. (They are GUI-graphics as well.)
    JFaron ist offline

  5. #5 Zitieren
    Schwertmeister Avatar von CzarnyAfgan
    Registriert seit
    Jun 2010
    Ort
    Warsaw, Poland
    Beiträge
    818
    Okay, so which one from this list? :

    [Bild: dds.png]

    Last time I used ARGB 8bppp - it worked, but I noticed huge quality/resolution drop... I suppose I need some less compression setting right? I have also used some other setting and as effect there was only a red screen visible in game...
    CzarnyAfgan ist offline Geändert von CzarnyAfgan (05.12.2013 um 19:27 Uhr)

  6. #6 Zitieren
    Legende Avatar von JFaron
    Registriert seit
    Sep 2010
    Beiträge
    7.179
    Have you tried DXT1, as suggested previously? (Of course the version without the alpha-bit.) Besides, this thing is confusing me: Doesn't 4 bits per pixel result in a maximum of 16 colors?
    JFaron ist offline

  7. #7 Zitieren
    Ehrengarde Avatar von Baltram
    Registriert seit
    Jun 2006
    Beiträge
    2.264
    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    Okay, so which one from this list? :
    I already posted the answer:
    Zitat Zitat von Baltram Beitrag anzeigen
    Compression:
    BC1/DXT1 for solid textures
    BC2/DXT3 for textures with hard transitions to transparency
    BC3/DXT5 for textures with soft transitions to transparency
    No compression (RGBA8) for some of the GUI textures (specifically the item icons texture)
    Your texture has no transparency so DXT1 is the proper compression (as JFaron pointed out).

    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    Last time I used ARGB 8bppp - it worked, but I noticed huge quality/resolution drop
    I dont't quite understand this. ARGB8 is the uncompressed, raw 32bit per pixel color format. There is no higher quality than ARGB8. What quality/resolution drop do you mean? Maybe your image has the wrong resolution (please compare it to the resolution of the original menu background image!).
    Zitat Zitat von JFaron Beitrag anzeigen
    Besides, this thing is confusing me: Doesn't 4 bits per pixel result in a maximum of 16 colors?
    That would be right if the color was stored per-pixel. But DXT1 is a compressed format with 64 bits per 4x4 pixel block.
    Baltram ist offline

  8. #8 Zitieren
    Legende Avatar von JFaron
    Registriert seit
    Sep 2010
    Beiträge
    7.179
    Totally forgot that Thanks
    JFaron ist offline

  9. #9 Zitieren
    Schwertmeister Avatar von CzarnyAfgan
    Registriert seit
    Jun 2010
    Ort
    Warsaw, Poland
    Beiträge
    818
    Okay I have tried the RGB 4 bpp no alpha, but in game there is still huge picture quality loss comparing with .dds file

    My jpeg files are in 1920x1080p resolution and they are sharp as hell... but looks like vanilla ximg pictures are 1024 x 1024 pix, does the game crops pictures so much?

    Some of the loading screens, maybe you will know better what to do? :

    Snapshot__2013_11_29_0004.jpg


    [Bild: Snapshot__2013_11_29_0002.jpg]

    [Bild: Snapshot__2013_11_29_0004.jpg]

    [Bild: Snapshot__2013_11_29_0001.jpg]
    CzarnyAfgan ist offline Geändert von CzarnyAfgan (06.12.2013 um 16:02 Uhr)

  10. #10 Zitieren
    Ehrengarde Avatar von Baltram
    Registriert seit
    Jun 2006
    Beiträge
    2.264
    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    My jpeg files are in 1920x1080p resolution
    That's the problem. Your texture should have an edge length that is a power of 2 (e.g. 2, 4, 8, 16, ..., 256, 512, 1024, ...).

    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    Some of the loading screens, maybe you will know better what to do? :
    The health bar can be seen on your loading screens. Press Ctrl+H in the game to hide the HUD before taking screenshots.

    Also, resize your loading screens to 1024x1024 (they are streched again later when displayed in the game). Nice pictures btw!
    Baltram ist offline Geändert von Baltram (06.12.2013 um 16:07 Uhr)

  11. #11 Zitieren
    Rookie
    Registriert seit
    Apr 2024
    Ort
    INDIA
    Beiträge
    6
    Zitat Zitat von CzarnyAfgan Beitrag anzeigen
    Hi! I am not very fluent with dds conversion things, but I need to convert some images from JPEG to DDS and then to XIMG. Photoshop nvidia panel asks me to select one setting from very long list, what setting do you suggest?
    Hey hi, it's recommended to use the DXT5 compression setting in the NVIDIA texture tools plugin for Photoshop. This setting typically provides good quality while minimizing compression artifacts and for manually compress jpeg you can also try Jpeg compressor it compresses images without losing their quality.
    Ushavilash ist offline

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •