From davidenrique at gmail.com Wed Sep 12 19:27:08 2012 From: davidenrique at gmail.com (David Sanchez) Date: Wed, 12 Sep 2012 14:57:08 -0430 Subject: [FileMaker and Lisp] Exif plugin Message-ID: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> I have been trying the FileMaker Exif plugin. However, I have some medical photos that are not read at all by the plugin. They were created by a Endoscopic device. However Troi plugin reads the exif perfectly. Is there a way to fix this? David From info at jensteich.de Wed Sep 12 22:36:15 2012 From: info at jensteich.de (Jens Teich) Date: Thu, 13 Sep 2012 00:36:15 +0200 Subject: [FileMaker and Lisp] Exif plugin In-Reply-To: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> References: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> Message-ID: <50510E5F.9030101@jensteich.de> Am 12.09.12 21:27, schrieb David Sanchez: > I have been trying the FileMaker Exif plugin. > > However, I have some medical photos that are not read at all by the > plugin. They were created by a Endoscopic device. However Troi plugin > reads the exif perfectly. > > Is there a way to fix this? Can you send me one of these photos? Jens From dodgem340 at gmail.com Thu Sep 13 21:00:41 2012 From: dodgem340 at gmail.com (KG) Date: Thu, 13 Sep 2012 14:00:41 -0700 Subject: [FileMaker and Lisp] EXIFplugin Message-ID: I have tried your EXIFplugin and it appears to work really good. I am interested in being able to read the GPS data. I have also tried Troi and MediaManager, and yours seems to be so much easier and has better results for me. The only drawback that I see is that the picture must be embedded in a container, and that a reference path does not work. The other two will work using a path, but trying different ways with the EXIFplugin, I have not got anything to work. I did notice that when doing calculations of EXIF data using your plugin, that a comma was used instead of a period for a decimal point. Is there maybe some other oddity that is used in a path that I need to adjust for, for the part of the world in which you are at? Thanks...Ken -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at jensteich.de Thu Sep 13 22:18:39 2012 From: info at jensteich.de (Jens Teich) Date: Fri, 14 Sep 2012 00:18:39 +0200 Subject: [FileMaker and Lisp] EXIFplugin In-Reply-To: References: Message-ID: <50525BBF.1080501@jensteich.de> Am 13.09.12 23:00, schrieb KG: > I have tried your EXIFplugin and it appears to work really good. I am > interested in being able to read the GPS data. I have also tried Troi > and MediaManager, and yours seems to be so much easier and has better > results for me. > > The only drawback that I see is that the picture must be embedded in a > container, and that a reference path does not work. The other two will > work using a path, but trying different ways with the EXIFplugin, I have > not got anything to work. > > I did notice that when doing calculations of EXIF data using your > plugin, that a comma was used instead of a period for a decimal point. > Is there maybe some other oddity that is used in a path that I need to > adjust for, for the part of the world in which you are at? Thanks...Ken Reading from a path is not supported. Jens From info at jensteich.de Fri Sep 14 21:26:02 2012 From: info at jensteich.de (Jens Teich) Date: Fri, 14 Sep 2012 23:26:02 +0200 Subject: [FileMaker and Lisp] Exif plugin In-Reply-To: References: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> <50510E5F.9030101@jensteich.de> Message-ID: <5053A0EA.6050709@jensteich.de> Exif-plugin uses a library (zpb-exif) written by Zach Beane (many thanks!). I contacted him and here is his answer: | For what it's worth, I get this with "jhead", a C program for dumping | exif info: | | $ jhead zx.jpg | | Nonfatal Error : 'zx.jpg' Suspicious offset of first Exif IFD value | File name : zx.jpg | File size : 48119 bytes | File date : 2012:09:14 11:35:19 | Camera make : DR. CARLOS LARDER PEREZ | Camera model : | Date/Time : 20/05/2011 07:12:15 | Resolution : 473 x 317 | Comment : UNICODE | | So it's not *just* zpb-exif, but probably zpb-exif can recover from it | better. I'll see what can be done. So it is possible that he patches his lib to process these images despite their corrupt data. jens Am 13.09.12 04:47, schrieb David Sanchez: > Hi! > > Yes, of course. > > > Thank you in advance, > > David > > On Sep 12, 2012, at 6:06 PM, Jens Teich > wrote: > >> Am 12.09.12 21:27, schrieb David Sanchez: >>> I have been trying the FileMaker Exif plugin. >>> >>> However, I have some medical photos that are not read at all by the >>> plugin. They were created by a Endoscopic device. However Troi plugin >>> reads the exif perfectly. >>> >>> Is there a way to fix this? >> >> Can you send me one of these photos? >> >> Jens >> >> >> _______________________________________________ >> FM-Lisp mailing list >> FM-Lisp at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp > From info at jensteich.de Sun Sep 16 21:52:05 2012 From: info at jensteich.de (Jens Teich) Date: Sun, 16 Sep 2012 23:52:05 +0200 Subject: [FileMaker and Lisp] Exif plugin In-Reply-To: <5053A0EA.6050709@jensteich.de> References: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> <50510E5F.9030101@jensteich.de> <5053A0EA.6050709@jensteich.de> Message-ID: <50564A05.5030804@jensteich.de> New Version 0.2.2 of Exif-plugin is online. Thanks to Zach for the quick fix. http://jensteich.de/wp-content/exif-plugin/ExifPlugIn-0.2.2.zip jens Am 14.09.12 23:26, schrieb Jens Teich: > Exif-plugin uses a library (zpb-exif) written by Zach Beane (many > thanks!). I contacted him and here is his answer: > > | For what it's worth, I get this with "jhead", a C program for dumping > | exif info: > | > | $ jhead zx.jpg > | > | Nonfatal Error : 'zx.jpg' Suspicious offset of first Exif IFD value > | File name : zx.jpg > | File size : 48119 bytes > | File date : 2012:09:14 11:35:19 > | Camera make : DR. CARLOS LARDER PEREZ > | Camera model : > | Date/Time : 20/05/2011 07:12:15 > | Resolution : 473 x 317 > | Comment : UNICODE > | > | So it's not *just* zpb-exif, but probably zpb-exif can recover from it > | better. I'll see what can be done. > > So it is possible that he patches his lib to process these images > despite their corrupt data. > > jens > > Am 13.09.12 04:47, schrieb David Sanchez: >> Hi! >> >> Yes, of course. >> >> >> Thank you in advance, >> >> David >> >> On Sep 12, 2012, at 6:06 PM, Jens Teich > > wrote: >> >>> Am 12.09.12 21:27, schrieb David Sanchez: >>>> I have been trying the FileMaker Exif plugin. >>>> >>>> However, I have some medical photos that are not read at all by the >>>> plugin. They were created by a Endoscopic device. However Troi plugin >>>> reads the exif perfectly. >>>> >>>> Is there a way to fix this? >>> >>> Can you send me one of these photos? >>> >>> Jens >>> >>> >>> _______________________________________________ >>> FM-Lisp mailing list >>> FM-Lisp at common-lisp.net >>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp >> > > > _______________________________________________ > FM-Lisp mailing list > FM-Lisp at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp > From davidenrique at gmail.com Mon Sep 17 18:40:47 2012 From: davidenrique at gmail.com (David Sanchez) Date: Mon, 17 Sep 2012 14:10:47 -0430 Subject: [FileMaker and Lisp] Exif plugin In-Reply-To: <50564A05.5030804@jensteich.de> References: <8AAF5E65-9FEB-4F4D-BD77-1C6DD3A5CDCD@gmail.com> <50510E5F.9030101@jensteich.de> <5053A0EA.6050709@jensteich.de> <50564A05.5030804@jensteich.de> Message-ID: <4BA6C788-2D77-462E-A576-230D745407B6@gmail.com> Amazing update! This update solve all the issues I had with the endoscopic equipment. Thank you, David P.S. I am going to check why the endoscopic equipment is corrupting some images. On Sep 16, 2012, at 5:22 PM, Jens Teich wrote: > New Version 0.2.2 of Exif-plugin is online. Thanks to Zach for the quick fix. > > http://jensteich.de/wp-content/exif-plugin/ExifPlugIn-0.2.2.zip > > jens > > > Am 14.09.12 23:26, schrieb Jens Teich: >> Exif-plugin uses a library (zpb-exif) written by Zach Beane (many >> thanks!). I contacted him and here is his answer: >> >> | For what it's worth, I get this with "jhead", a C program for dumping >> | exif info: >> | >> | $ jhead zx.jpg >> | >> | Nonfatal Error : 'zx.jpg' Suspicious offset of first Exif IFD value >> | File name : zx.jpg >> | File size : 48119 bytes >> | File date : 2012:09:14 11:35:19 >> | Camera make : DR. CARLOS LARDER PEREZ >> | Camera model : >> | Date/Time : 20/05/2011 07:12:15 >> | Resolution : 473 x 317 >> | Comment : UNICODE >> | >> | So it's not *just* zpb-exif, but probably zpb-exif can recover from it >> | better. I'll see what can be done. >> >> So it is possible that he patches his lib to process these images >> despite their corrupt data. >> >> jens >> >> Am 13.09.12 04:47, schrieb David Sanchez: >>> Hi! >>> >>> Yes, of course. >>> >>> >>> Thank you in advance, >>> >>> David >>> >>> On Sep 12, 2012, at 6:06 PM, Jens Teich >> > wrote: >>> >>>> Am 12.09.12 21:27, schrieb David Sanchez: >>>>> I have been trying the FileMaker Exif plugin. >>>>> >>>>> However, I have some medical photos that are not read at all by the >>>>> plugin. They were created by a Endoscopic device. However Troi plugin >>>>> reads the exif perfectly. >>>>> >>>>> Is there a way to fix this? >>>> >>>> Can you send me one of these photos? >>>> >>>> Jens >>>> >>>> >>>> _______________________________________________ >>>> FM-Lisp mailing list >>>> FM-Lisp at common-lisp.net >>>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp >>> >> >> >> _______________________________________________ >> FM-Lisp mailing list >> FM-Lisp at common-lisp.net >> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp >> > > > _______________________________________________ > FM-Lisp mailing list > FM-Lisp at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp