Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Ability to specify region for render.CapturePixels #806

Open ZehMatt opened 8 years ago

ZehMatt commented 8 years ago

At the moment it captures the entire screen space but for performance reasons it would be nice if one could specify the region to capture as in x,y,w,h.

ZehMatt commented 8 years ago

Actually render.Capture does all of it except for the output, adding raw bitmap support would do the trick already.