Projects tagged ‘exif’, ‘jpeg’, and ‘metadata’


Jump to tag:

Projects tagged ‘exif’, ‘jpeg’, and ‘metadata’

Filtered by Project Tags exif jpeg metadata

Refine results Project Tags iptc (4) photography (3) image (3) exiftool (2) tiff (2) raw (2) digital_photos (2) rotation (2) photos (2) photo (2) rename (2) xmp (2)

[7 total ]

4 Users
   

Renrot is utility written on perl, it's aim is to do different processing tasks upon the files (especially those containing EXIF data). Renrot renames files according the flexible name template ... [More] (allowing DateTimeOriginal and FileModifyDate EXIF tags, if they exist, otherwise, the name will be set according to the current timestamp). Further, renrot can aggregate files according shooting time period or given template. Additionally, it can lossless rotate JPEGs and their thumbnails, accordingly Orientation EXIF tag or given angle. The script can also put commentary into the Commentary and UserComment tags. Personal details can be specified via XMP tags defined in a configuration file. [Less]
Created over 3 years ago.

1 Users

phraymd is a free and open source photo collection manager designed for Linux and the gnome desktop.
Created 10 months ago.

0 Users

This project contains code that I've placed on my blog at http://blogs.msdn.com/rwlodarc.
Created 5 months ago.

0 Users

Exifacto is designed to offer an intuitive API for reading EXIF data from JPEG and TIFF images. EXIF documentation and notes are included in the API's Intellisense comments so you can explore the API ... [More] whilst you're coding and see what fields are available and what they do. var exifData = new Exifacto.ExifData("C:\myfile.jpg"); Console.WriteLine("Photo taken at: " + exifData .DateTimeOriginal.ToString()); Console.WriteLine("Taken with a " + exifData .CameraModel); // Do we need to rotate this photo to display it properly? int rotationRequired; switch(exifData.Orientation) { case CameraOrientation.Normal: rotationRequired = 0; break; case CameraOrientation.LeftSideOfCameraTowardsSky: rotation = -90; break; case CameraOrientation.LeftSideOfCameraTowardsGround: rotationRequired = 90; break; case CameraOrientation.UpsideDown: rotationRequired = 180; break; } [Less]
Created 11 months ago.

0 Users

I have used several tools to do this workflow after taking digital photographs: Connect camera to computer Transfer files to a directory Rotate pictures by EXIF orientation information (saved by ... [More] the camera) Rename pictures by EXIF creation date. Sort pictures to subfolders by date. Since I didn't find a single tool to do all this I naturally decided to make my own tool :-) FlickFleck will enable you to transfer jpg photos from your digicam memory card. These files will be renamed and lossless rotated according to the EXIF information. You can contact developer at: flickfleck(at)gmail.com [Less]
Created about 1 year ago.

0 Users

A library to manipulate image metadata based on Qt.
Created about 1 month ago.

0 Users

A comprehensive C# library for reading and writing metadata stored in jpg photos using WPF and the Windows Imaging Component. Includes support for Windows Live Photo Gallery People Tags, GPS ... [More] Coordinates and most EXIF, XMP & IPTC properties. Also includes code Geotagging photos. [Less]
Created 4 months ago.