Disable image filters totally.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Azzarc
:warning: Old Version Published before Godot 3 was released.

Hi,
i have an issue when creating a tileset. It look like Godot apply a filter on that image but i want to disable it. See bellow :
Original :

In Godot :

Can someone tell me how to fix that ?
Thank you !

:bust_in_silhouette: Reply From: vnen

Go to Project Settings > Image Loader and untick the Filter option. This only applies to new textures, so for the ones you’re already using, edit the texture in the Inspector and untick Filter under the Flags option.

Thank you for the answer, but i already disable filter.
Before, it was blurry like this :

Azzarc | 2016-07-04 14:30

I believe that changing the Image Loader options apply to existing textures too if they haven’t been imported, but are loaded directly as PNG (unless they have custom .flags files I guess). At least in my projects if I change those options I see the difference directly on all existing content.

Akien | 2016-07-07 08:47