datiswous Posted November 4, 2023 Report Share Posted November 4, 2023 Is there a way to change the default resolution of saved screenshots? Standard they're saved in the same resolution as the set screen resolution. But I upload them at a lower resolution to save space, so then I have to resize them first. Quote Link to comment Share on other sites More sharing options...
stgatilov Posted November 4, 2023 Report Share Posted November 4, 2023 In theory, you can pass resolution to screenshot command: screenshot 1000 1000. But in practice it is broken now. 1 Quote Link to comment Share on other sites More sharing options...
AluminumHaste Posted November 4, 2023 Report Share Posted November 4, 2023 You can quickly and easily (for free) batch resize images using IfranView. (https://www.fosshub.com/IrfanView.html) Tutorial: https://kb.tourwriter.com/resizing-pictures-using-irfanview I personally use photoshop batch resize as I paid for the app, but ifranview is excellent also. 1 Quote I always assumed I'd taste like boot leather. Link to comment Share on other sites More sharing options...
Araneidae Posted November 4, 2023 Report Share Posted November 4, 2023 I understand it's easy to resize with ImageMagick 1 Quote Link to comment Share on other sites More sharing options...
Zerg Rush Posted November 4, 2023 Report Share Posted November 4, 2023 Images can be resized with any image editor which you have at hand, or use an extern screenshot tool (I use ShareX, maybe the best, but only for Windows) Quote Sys Specs Laptop Lenovo V145 15AST, AMD A9- 9425 Radeon R5 - 5 cores 3,1 GHz RAM 8Gb, GPU 1+2 Gb -Win10 64 v21H2 Favorite online apps you may like too Link to comment Share on other sites More sharing options...
datiswous Posted November 4, 2023 Author Report Share Posted November 4, 2023 14 hours ago, stgatilov said: In theory, you can pass resolution to screenshot command: screenshot 1000 1000. But in practice it is broken now. Why is it broken? 9 hours ago, AluminumHaste said: You can quickly and easily (for free) batch resize images using IfranView. Thanks, but I can already do that with Pix (Linux). I know how to do that, but I want to save screenshots directly at a specific resolution. Quote Link to comment Share on other sites More sharing options...
datiswous Posted November 4, 2023 Author Report Share Posted November 4, 2023 I guess maybe I could do: r_customWidth 1280 r_customHeight 720 screenshot r_customWidth 1920 r_customHeight 1080 But I don't know if I could put that in a command. Quote Link to comment Share on other sites More sharing options...
stgatilov Posted November 4, 2023 Report Share Posted November 4, 2023 37 minutes ago, datiswous said: I guess maybe I could do: r_customWidth 1280 r_customHeight 720 screenshot r_customWidth 1920 r_customHeight 1080 But I don't know if I could put that in a command. I think it won't work until game restart, and won't work at all in fullscreen/borderless mode. Yes, it's either we need to fix the old tiled rendered, or we need to allow rendering screenshot frame with different resolution. 1 Quote Link to comment Share on other sites More sharing options...
datiswous Posted November 4, 2023 Author Report Share Posted November 4, 2023 (edited) Well it works via command vid_restart , but it's very slow.. I guess the best workaround is to make some script that converts all image files in the screenshots folder to the specified resolution. Like: #! /usr/bin/bash mogrify -resize 1280x720 ./*.jpg Edited November 10, 2023 by datiswous Quote Link to comment Share on other sites More sharing options...
Xolvix Posted November 5, 2023 Report Share Posted November 5, 2023 (edited) Well since you're a Linux user and already know about scripts, I invite you to learn about the inotifywait command which can monitor the changes made to a directory or file. You could have your mogrify script run whenever the screenshots dir changes (i.e. a screenshot is saved). Examples - https://www.thegeekdiary.com/inotifywait-command-examples-in-linux/ Edited November 5, 2023 by Xolvix 1 Quote A word of warning, Agent Denton. This was a simulated experience; real LAMs will not be so forgiving. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.