Category How-to

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…

How to make online Payments with Cash

The most usual ways to pay online when buying something on the internet is using a credit card or online money transfer providers (i.e., PayPal, Stripe). The telematic communication makes logical that payments methods are always electronic. However, some companies…