blueskythlikesclouds / MikuMikuLibrary

Format library and file editor for Hatsune Miku: Project DIVA games
MIT License
195 stars 45 forks source link

A color issue #17

Closed Charl-Ep closed 4 years ago

Charl-Ep commented 4 years ago

Hello blueskythlikesclouds: Your tools are really amazing. Thanks for your work (-0-)/ I've found some issue when I trying to replace a texture, the tool will automatically reduce every RGB value to the nearest multiple of eight. for example (240,220,200) will change to (232,216,192). 39

Waelwindows commented 4 years ago

Could you specify the texture compression you're saving into? e.g. DXT5, RGB, etc As it's likely to be the compression

blueskythlikesclouds commented 4 years ago

What format are you trying to replace the texture with? PNG? It'd help if you also mentioned what texture you are trying to replace.

Charl-Ep commented 4 years ago

yeah i think that's a compression issue. thanks