avr. 18
If you need to create a thumbnial on the fly of a given image, it is quite easy to do in C# as the Image object include a GetThumbnailImage method.
Anyway, there is another method that will generate cleaner thumbnails, for any types of images. [Plus]
avr. 16
Recently, I was needed to order all the pictures that where taken during an event, but by different photographers. In Windows Explorer you can simply add a column "Date Taken" but how can we do the same by code ? [Plus]