TagStudioDev / TagStudio

A User-Focused Photo & File Management System
GNU General Public License v3.0
2.84k stars 266 forks source link

[BUG] Small pixel art is blurry and doesn't fit in image preview #174

Closed DeLoR1AnEc closed 4 weeks ago

DeLoR1AnEc commented 1 month ago

image

CyanVoxel commented 1 month ago

I can get this addressed soon. The blurriness will be a simple fix but I'm not sure what you mean by how an image "doesn't fit in image preview". All of the pixels from the original images are displayed in thumbnails you've shown, just with the bilinear filtering making them look a bit wonky. When I fix the blurriness by changing to a "nearest neighbor" filtering mode, they appear as this:

image

I just want to make sure that you're not referring to a different issue that I can't see or am not aware of.

DeLoR1AnEc commented 1 month ago

It seems like it looked "cropped" because of blur, so now everything is okay.