TinEye | The perfect tool to search duplicate images
We all hate people that plagiarizes; stealing our property and using it for their own selfish use without giving any credits to the people that had done much. Have you ever drew any wallpaper that is cool and shared it to the world wide web only to find that someone had claimed it to be a property of his? Find this situation common? Use TinEye, a website where you can upload your own image and search through the world wide web for any duplicates of your own product!
Source: TinEye Reverse Image Search
Placing an image file in an executable in C
If you ever wanted to place an image file into the executable or store any resources in it, this post will be able to help you. If you have previously read Builder & Stub | How to create your own builder and stub in C (using Resource), you will be able to understand this post easily. We are using the similar method by placing the image in the resource data. In this post, i am creating an application that extracts the image that has been placed in the resource data and place it in a file and execute the file.