Search found 3 matches

by Niclasa
Sat Feb 24, 2018 10:47 pm
Forum: General
Topic: Is it possible to scale images without it getting blury?
Replies: 2
Views: 2530

Re: Is it possible to scale images without it getting blury?

By default love uses linear filter mode when scaling images up or down, which results in a blurry image. You can change this behavior simply by setting the default like so love.graphics.setDefaultFilter("nearest", "nearest",1) After setting the mode to "nearest" you ca...
by Niclasa
Sat Feb 24, 2018 9:57 pm
Forum: General
Topic: Is it possible to scale images without it getting blury?
Replies: 2
Views: 2530

Is it possible to scale images without it getting blury?

My question is "Is it possible to scale images without it getting blury?" And that is what i want to know! I want to know if there is a trick a workaround or whaterverthef so that doesnt happen? I tried scaling it up in intervals of integers but that didnt seem to work either... Im going f...
by Niclasa
Thu Sep 28, 2017 12:03 pm
Forum: Support and Development
Topic: Scaling without bluring the pixels?
Replies: 4
Views: 4799

Scaling without bluring the pixels?

Is it possible to scale an image without the image being all blury im scaling by an int and if i asked this twice im an idiot and you can find my project in the attachments
thanks in common