From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:20:28 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2FCD106564A for ; Thu, 23 Aug 2012 14:20:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A03648FC08 for ; Thu, 23 Aug 2012 14:20:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q7NEKPhI024250; Thu, 23 Aug 2012 08:20:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q7NEKMVo024247; Thu, 23 Aug 2012 08:20:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 23 Aug 2012 08:20:22 -0600 (MDT) From: Warren Block To: Gary Aitken In-Reply-To: <5035C6E8.3050108@dreamchaser.org> Message-ID: References: <5035C6E8.3050108@dreamchaser.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 23 Aug 2012 08:20:25 -0600 (MDT) Cc: FreeBSD Mailing List Subject: Re: EXIF inspector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 14:20:29 -0000 On Thu, 23 Aug 2012, Gary Aitken wrote: > For the photo folks -- > > What do you use for inspecting EXIF data? > I've tried > exif > exiftags > exifprobe > and none of them show the full compliment of tags present on my oly pen-ep3. > In particular, they omit most of the vendor specific stuff, > and they seem to display different parts of things, but not everything. graphics/p5-Image-ExifTool should be capable of showing everything. It's a Perl module but includes a command-line interface called just exiftool.