Resources for reading and writing photo meta tag like EXIF

http://social.msdn.microsoft.com/Forums/en-US/windowswic/thread/fdbcd8f4-5d75-4c33-8bed-97ef03a65c70 http://stackoverflow.com/questions/2755000/inplacebitmapmetadatawriter-trysave-returns-true-but-does-nothing http://www.andrewdothay.net/blog/2010/08/16/HowToEditMetaDataInsideJPGFilesWithC.aspx http://www.dreamincode.net/code/snippet3144.htm http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html#exif    

Published
Categorised as ASP.Net Tagged

C# Library for QR code

There are several c# project about QR code. Among them, http://code.google.com/p/zxing/ looks one of the best as of now. Tip 1. When reading QR code from jpg file, the image size should be relatively small. I thought that big image of QR code is better to read, but it was wrong. Small QR code image… Continue reading C# Library for QR code

Use Sublime Text theme color in Visual Studio 2010

I started using Sublime Text since I went to the DDD event at Sydney, where all presenters were using Sublime Text as their main editor. Soon, I became a fan of it. Now I wanted to use its theme color on text editor screen in Visual Studio. Dark background with light font color may be… Continue reading Use Sublime Text theme color in Visual Studio 2010

Visual Studio 2011 Express for web beta (Visual Studio 2012)

I started using it from several days ago at work. Good Intellisence for CSS, which is really useful Intellisence for JavaScript, heard that’s working. Build in Unit Test, not used yet though Real time search functionality. As soon as you type a keyword editor shows the result on screen, which is the same function as… Continue reading Visual Studio 2011 Express for web beta (Visual Studio 2012)