iOrange / sh2tex

Silent Hill 2 Textures Explorer
MIT License
13 stars 2 forks source link

Suggestions and requests #1

Closed SiarMortal closed 7 months ago

SiarMortal commented 7 months ago

Hi, it's a great tool! Can you please make it dark for more pleasant viewing experience (most SH2 textures are pretty dark)? And an export to PNG/TGA/BMP would be great too.

iOrange commented 7 months ago

Hi!

I'll try to add the dark theme to the app. Do you want it to follow your Windows settings or it being an option available inside the app?

As for the PNG/TGA/BMP/etc - adding them is easy, now the question is - do we need that? DDS is superior - it can contain compressed and uncompressed formats, and it unifies the format of the export and import functions.

It'll bloat the the UI a bit (how do we select the output format for the batch export) ?

I'll keep it simple for now, but can add if someone suggests nice solutions for the issues I've mentioned above.

IlDucci commented 7 months ago

Hi there! I'm the Spanish translator for the Enhanced Edition and I have also made a Spanish revision patch for both the PS2 and XBOX versions of the game, and I have quickly tested your tool with what I've got, so here are a bunch of comments and suggestions:

Now, as comments for your questions:

I'll try to add the dark theme to the app. Do you want it to follow your Windows settings or it being an option available inside the app?

If I had to pick, both? As in, pick what's in Windows first, but have the option to override within the tool?

It'll bloat the the UI a bit (how do we select the output format for the batch export) ?

Batch export to TGA/PNG/BMP/DDS could be a simple suboption before doing the actual batch job: original format (DDS) or pick an uncompressed one (TGA/PNG/BMP). That's the only real two choices there, without counting the TIM2 factor for PS2. For importing, though, that would be a bigger issue.

iOrange commented 7 months ago

@IlDucci thanks for your feedback! I'll see what I can implement. As for the preview resize - you can use same hotkeys as in Photoshop - Ctrl++ to zoom in and Ctrl+- to zoom out.

IlDucci commented 7 months ago

As for the preview resize - you can use same hotkeys as in Photoshop - Ctrl++ to zoom in and Ctrl+- to zoom out.

Oh, nice! If so, I'd be missing an equivalent with the mouse wheel, like Ctrl + Mouse up/Down. I missed out the zoom information in the lower bar.

iOrange commented 7 months ago

Okay, I think I can do dark theme. It's a bit troublesome but since it's not default - I'm okay with that. I have couple of bugs to fix as well, and then I'll think on how to implement selecting the output format for the batch-export.

image

iOrange commented 7 months ago

pushed 5ecfdcd9b47c3d79559771dc5e80694bac1406e6 to support dark theme

iOrange commented 7 months ago