python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Blurry sprites when scaled up in p5.js
I'm trying to scale the size of a sprite in p5.js up a bit (factor of 2) and they look blurry when rendered. Obviously scaling up is usually not a great idea, however I've had success in making a pix...
erik
Votes: 0
Answers: 1
Mapping pixel color to temperature value on thermal image
I have some thermal images with a temperature scale associated.
I'm trying to get for each temperature value the corresponding pixel color.
I've isolated the scales and obtained some jpg files like th...
Luca Lombardi
Votes: 0
Answers: 0
Zooming qgraphicsview with mouse wheel and ctrl
I'm trying to implement zoom using a combination of Ctrl key and mouse wheel. But I came across the fact that when the cursor is inside QGraphicsView, the position of the scrollbar changes along with ...
Alex
Votes: 0
Answers: 0