Save image from MOI
 1-18  19-38  39-43

Previous
Next
 From:  Franz
1049.39 In reply to 1049.5 
Dear ALL!

script: /*! Screenshot Moi Strg+G*/var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 5300, 3560 ); moi.view.lineWidth = 1; }

I have been using this feature for many years without any problems. Now we have noticed on a new PC that nothing or only a transparent background is inserted from the clipboard. What could be the reason for this?

Best Regards,
Franz
  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
1049.40 In reply to 1049.39 
Hi Franz, it is likely to be a problem or limit of maximum texture size in your new machine's video driver.

You could try updating your machine's video driver or lowering the width and height of the requested image down from 5300, 3560 .

What happens if you use this for example:

script: /*! Screenshot Moi Strg+G*/var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 1000, 1000 ); moi.view.lineWidth = 1; }

- 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:  Franz
1049.41 In reply to 1049.40 
Thanks Michael for the quick reply.
Unfortunately, it has nothing to do with that, but maybe it's a setting in Irfan View.
Should Java Script be installed?

My colleague works with Windows 11.

Best Regards,
Franz
  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
1049.42 In reply to 1049.41 
Hi Franz, do you mean that test shortcut above with a 1000 x 1000 pixel size still doesn't work?

And updating the video driver didn't make any difference either?


re:
> Should Java Script be installed?

MOI has JavaScript built in, it doesn't need to be installed separately.

- 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:  Franz
1049.43 In reply to 1049.42 
Hello!

We found the error. It is probably due to the new version of Irfan View.
We have now installed the slightly older version and everything is working again.
“iview452_x64_setup.exe”

Thank you very much,
Franz
  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

 

 
 
Show messages:  1-18  19-38  39-43