With below CSS code you can flip images
How to display visitors IP in an Image using PHP
Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves a network request for each image, and prevent exposure of directory paths. Please note that IE7 and below are not compatibles with data URIs.
Essentially the trick is to draw the panel/frame/etc.
Essentially the trick is to draw the panel/frame/etc. into a BufferedImage and use the ImageIO class to write it to an image file.
Save a screen capture of a Java Frame/Panel/Window
PHP code example for an image CAPTCHA.
I had to scan a bunch of paper documents (one image per page), and upload them all to a web site that would accept only one PDF file containing the whole set.
This is your most basic version of an image CAPTCHA.
Java code example to create thumbnail of an image
CSS code example for a background image repeat vertically (y-axis), horizontally (x-axis), in both directions, or in neither direction.
This PHP script will get the day of the week from the server date and then display an image (jpg or gif) to match.
Take an image, and put a water mark on top of it. Note that you can only use this function once per page.
This snippet shows how to get the thumbnail from exif metadata. This is very useful for generating very fast thumbnails!! I hope many would benefit from this.
Full screen background image using pure CSS3.
PHP Code example for ASCII CAPTCHA
Take a JPG image, and convert it to ASCII code!
CSS Code example : how to repeat a background image only horizontally.
CSS code example for Image Preloading
Better way to handle Broken Image. Missing images will either just display nothing, or display a [ ? ] style box.