Posts tagged gif
my batch Image Converter using java imageIO
Jul 10th
how many times you wanted to convert a batch of images from jpg/gif/png/ico to jpg/gif/png/ico?
this happens to me very rarely, still i want to solve this problem my way.
Once i was surfing the net and i found a software called “batch image converter”. it was a simple one. really i More >
convert images using java imageIO
Jun 14th
Hi all, I learned how to use java ImageIO to convert images formats. It makes me happy, so I wanted to share my experience with all of you. As NetBeans told me, ImageIO is a class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and More >
usefulness of corrupted files
Mar 29th
hi all, this articles is an unusual one. today we are going to see the usefulness of corrupted files [superemotions file="icon_exclaim.gif" title="Exclaimaition Mark"]
before that, we need to mention some points such as:
- definition of corrupted files
- types of corrupted files
- real corruption
- fake corruption
- recoverable
- unrecoverable
- causes of corrupted files
- intended
- unintended
- uses of corrupted files
- conclusion
Definition of corrupted More >
save webpage as image
Mar 12th
Hello there ,
have you ever needed to save the current website you are viewing as an image ?!!![superemotions file="icon_question.gif" title="Question Mark"]
well i did, ok usually we do save the site as html but that means there will a html file and folder full of images css files and scripts, i More >
