patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

Screenshots are twice the resolution specified #337

Open snibbe opened 1 year ago

snibbe commented 1 year ago

Hello! When I output a screenshot using a command something like this, I get a file that is twice the resolution I specified:

glslViewer test.frag test.vert test.obj --headless -w 4500 -h 7000 -e screenshot,test.png

outputs a file that is 9000 x 14000 instead!