Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: A little blurry textures... Cannot add Window options, can i  (Read 2559 times)

0 Members and 1 Guest are viewing this topic.

newn

  • Guest
A little blurry textures... Cannot add Window options, can i
« on: August 21, 2010, 11:08:07 pm »
Hi everyone.
I've tried adding Window's options, like no antialiasing and stuff, but it didn't worked (Well, it's obvious, it's Window's options, another lib's, at least, how i understand it atm.). Is there a way to remove that "bluriness"? I'd like for some images, to keep their form, instead of bluring the edges, and the whole texture.

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
A little blurry textures... Cannot add Window options, can i
« Reply #1 on: August 22, 2010, 01:55:56 am »
SetSmooth(false) on every sf::Image.
I use the latest build of SFML2

newn

  • Guest
A little blurry textures... Cannot add Window options, can i
« Reply #2 on: August 22, 2010, 03:33:33 am »
Thanks, it's working.
Although, i'm wondering, how do you guys know such things... I mean, they are not on tutorials, i was looking at reference or manual, something like that, they weren't near Window, nor graphics...

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
A little blurry textures... Cannot add Window options, can i
« Reply #3 on: August 22, 2010, 07:10:25 pm »
It has been a very common "problem" from way back. ;)

newn

  • Guest
A little blurry textures... Cannot add Window options, can i
« Reply #4 on: August 22, 2010, 07:56:58 pm »
Oh. Google failed me then, hehe.

By the way, is there any way to make edges smooth, without touching one image's content inside?