matyalatte / Blender-DDS-Addon

Blender addon to import and export dds textures
MIT License
49 stars 5 forks source link

the export result of an r32_float image has error #25

Open v8786339 opened 1 month ago

v8786339 commented 1 month ago

I export an r32_float image,but when i view it in renderdoc,the pixel value of it is not right,for example orginal value is 5127.0f,but when I see it in renderdoc,it shows 5134.0f,and when I import the image back to blender,It show 5120.0f

matyalatte commented 3 weeks ago

Thanks for the report. Can you make a reproducible example? (Small texture size would be nice.) I repeated export and import my hdr file as r32_float, but its pixel data did not change.