Posts tagged gif

my batch Image Converter using java imageIO

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 liked it so i decided [...]

convert images using java imageIO

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 decoding. ImageIO supports most common formats such [...]

usefulness of corrupted files

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 files:
a corrupted file is a computer file [...]

save webpage as image

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 dont need all these i [...]