I wrote this application so I could resize a batch of photos all at once. The use is very simple. You insert the input image folder and the out put folder. You…
Category: Java
Using Hibernate Validator to cover your validation needs
Recently I had to choose a validation framework or write one by my own. First I thought, no big deal, validation is not that a complicated issue. But the more you think…
EasyImage – a third party jar for image functionalities and affects
EasyImage lets you do all the basic image operations – converting, cropping, resizing, rotating, flipping… Plus it let’s you do some really cool affects. All is done super easily. Combining operations can…
HTML image maker
From time to time I like to make small projects that are good for nothing. This weekend I have created a small project that I call “HTML image maker”. Description It’s purpose…