Strange pixel blur

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
egorcod
Prole
Posts: 17
Joined: Sun Jul 02, 2017 9:41 am

Strange pixel blur

Post by egorcod »

Hello!

I have a little robot texture:
Image

I have code to draw it:

Code: Select all

love.load = function()
  image = love.graphics.newImage('robot.png')
  image:setFilter("nearest", "nearest")
end
love.draw = function()
  return love.graphics.draw(image, 0, 0, 0, 20, 20)
end
But when drawed, robot have strange effects like weird pixel blur and outline around him:
Image

Can I fix it?
User avatar
raidho36
Party member
Posts: 2063
Joined: Mon Jun 17, 2013 12:00 pm

Re: Strange pixel blur

Post by raidho36 »

Hmm... works fine to me. Try updating your graphics driver, see if driver control panel has any weird settings.
MrFariator
Party member
Posts: 509
Joined: Wed Oct 05, 2016 11:53 am

Re: Strange pixel blur

Post by MrFariator »

Someone on Discord not too long ago had similar scaling issues because they had DSR (Dynamic Super Resolution) enabled on their graphics card.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 43 guests