You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using convert on any file (tga, png, jpg, etc), if you do NOT enable the --no-mips flag, the 3 leftmost columns of pixels are shifted down by one, and it wraps around.
This issue is present in all rgb/gbr/dxt formats
An image with pixels like this:
XXXXXXXX
XXXXXXXX
OOOOOOOO
OOOOOOOO
Would turn into this:
OOOXXXXX
XXXXXXXX
XXXOOOOO
OOOOOOOO
The text was updated successfully, but these errors were encountered:
rsedxcftvgyhbujnkiqwe
changed the title
convert causes texture offset in resulting vtf
mipmaps cause texture offset in resulting vtf
Aug 27, 2023
When using convert on any file (tga, png, jpg, etc), if you do NOT enable the --no-mips flag, the 3 leftmost columns of pixels are shifted down by one, and it wraps around.
This issue is present in all rgb/gbr/dxt formats
An image with pixels like this:
Would turn into this:
The text was updated successfully, but these errors were encountered: