Better quality with screen shots

Next
 From:  Rudl
11015.1 
If I use a monitor with 3840 x 2160 pixels instead of 1920/1080 is the quality of screenshots in this case better?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11015.2 In reply to 11015.1 
Hi Rudl, how are you doing the screenshots?

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rudl
11015.3 
I make it with print on the keyboard
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11015.4 In reply to 11015.3 
Hi Rudl, a better way to do the screenshot is by setting up a script on a shortcut key in MoI, as described here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=1049.5

That generates an image basically to an internally allocated screen so it isn't limited by your actual monitor size.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rudl
11015.5 
Hi Michael, thank you very much.
I will try it tomorrow.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rudl
11015.6 In reply to 11015.5 
Hi Michael,

is it possible to enlarge the siz of the internally allocated screen. The picture has a size 0f 2560/2560 and I am not very happy with it.


Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11015.7 In reply to 11015.6 
Hi Rudl,

re:
> is it possible to enlarge the siz of the internally allocated screen.

Yes, in the script code you can change the 2560, 2560 to something else. The upper limit will depend on what the video card driver supports.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cody (ECHOLOCATING)
11015.8 
Sometimes, I put certain variables in the front of the script, if I think I might need to change them.

My clipboard image script looks like...

script: /* CAPTURE RENDER */ var w = 3000; var h = 2000; var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 0; moi.grid.display = false; moi.view.meshAngle = 5.0; moi.grid.showXYAxes = false; moi.view.showHiddenLines = false; v.renderToClipboard(w, h); moi.view.lineWidth = 1; moi.grid.display = true; moi.view.meshAngle = 10.0; moi.grid.showXYAxes = true; moi.view.showHiddenLines = true; }

...and it's so easy for me to change the render size now. I just change w and h to whatever resolution I want.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rudl
11015.9 In reply to 11015.8 
Thank you. How can I find out, what my video card support.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11015.10 In reply to 11015.9 
Hi Rudl,

re:
> Thank you. How can I find out, what my video card support.

Well the main way is when you increase it and it doesn't work.

You may be able to find something like a maximum texture size on Windows using dxdiag.exe

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rudl
11015.11 In reply to 11015.10 
I have a amd radeon rx 5700 xt



Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11015.12 In reply to 11015.11 
Hi Rudl, I'm not really sure where to find the maximum. You can just keep bumping it up by a couple of thousand and trying.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Rudl
11015.13 In reply to 11015.12 
Thank you, I will try it.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All