Imaging

TwitterFacebook
Get flash to fully experience Pearltrees

Getting Image Metadata with C#

http://tech.pro/tutorial/782/getting-image-metadata-with-csharp Everyone has images. Maybe you're a photographer, a graphic artist, or you simply had a really awesome vacation, but chances are you have a lot of them. What you may or may not know is that every image contains extra information about itself: when it was taken or created, the size of the image, and sometimes even details such as the focal length and type of lens used. Almost every image has some sort of extra data, called metadata, and using C# we can write a function or even a class to help us get this metadata from the image. Image metadata is formatted according to a set of standards, which can be found in a multitude of ways.
FacialRecognition

OpenGL

Exchangeable image file format

Exchangeable image file format ( Exif ) is a standard that specifies the formats for images , sound , and ancillary tags used by digital cameras (including smartphones ), scanners and other systems handling image and sound files recorded by digital cameras. http://en.wikipedia.org/wiki/Exchangeable_image_file_format
MPEG

DirectX

> How to access all the pixels of a bitmap with C#? I am working with Delphi before. In Delphi, you can use TBitmap.Scanline property to access all the pixels of a bitmap object.

How to access all the pixels of a bitmap with C# - bytes

http://bytes.com/topic/c-sharp/answers/267538-how-access-all-pixels-bitmap-c