Tag image

How to make screenshots in Ubuntu

This post summarizes how to make screenshots in Ubuntu OS. How to make screenshots in Ubuntu 22.04 Copy the whole screen to the clipboard Press keys Shift + PrtSc (Print Screen). Copy a region of the screen to the clipboard…

Presentation Templates Resources

This post list some useful resources and sites that offer presentation templates, in different formats like OpenDocument (odp) or PowerPoint (.pptx). Presentation Templates Slidesgo Company from Spain. One of the co-founders sold Panoramio to Google. SlidesCarnival Free images…

How to scale an image in Java

I programmed my own function, based on other examples: /** * Method that scale an image (BufferedImage) into the specified dimensions * @param sbi Source image * @param imageType Image type among BufferedImage.TYPE_… constants (example: TYPE_INT_ARGB) * @param dWidth Image…