[Slick2D] Annoying sprite blinking?

My sprite in slick seems to be blinking and tearing around the edges of the image? Any idea how to fix this?

EDIT: This is probably something very basic that I am neglecting.

Sounds like screen tearing of some kind, try this thread: slick forums

A GIF (a high quality one that is) would be much more useful for diagnosing graphical glitches than a vague 1-sentence description, but try messing with Vsync and framerate as per that thread first.

Yep, VSync, thats what I thought.

Sorry about no GIF. My gif program records at like 10 frames per second and that is too slow to catch this little glitch. It’s not game ending, just annoying to the eye.

I’ve found GifCam to be excellent. Simple to use, but has plenty of options underneath.

If it only happens around the edges, it means is it not Vsync. Screen tearing happens when there is this line on varying Y axis point that whole screen is torn. If it only happens around the edges, that is called sprite bleeding, and what that is, is basically when you use very low res sprites to cover huge area and use floating point camera positions. Then sprites kinda get edges sometimes, at certain floating point camera positions, not from their sprite coordinates, but from nearby texels on the textures.