graphics

What is real-time ray tracing and why should you care?

If you have been following the coverage of Nvidia’s new graphics cards, you will have seen lots of talk of ray tracing. The new RTX series graphics cards were announced last month and will be hitting stores soon. As well as being faster and much more expensive, they are making a big thing out of … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });