I know windows can read the exif data out of jpeg files, but can I retrieve
that data with vbscript?

please help,
Rafael

Re: how can I read EXIF data from a JPEG file by Miyahn

Miyahn
Wed Apr 06 05:43:22 CDT 2005

"Rafael T" <okinawapro@hotmail.com> wrote in message news:OJsqvtkOFHA.2252@TK2MSFTNGP15.phx.gbl...
> I know windows can read the exif data out of jpeg files, but can I retrieve
> that data with vbscript?

Hi,
For WindowsXP, you can use the following SDK.
The SDK is including some sample code.

"Windows Image Acquisition Automation Library v2.0 Tool
: Image acquisition and manipulation component for VB and scripting"
http://www.microsoft.com/downloads/details.aspx?FamilyID=a332a77a-01b8-4de6-91c2-b7ea32537e29&DisplayLang=en

--
Miyahn (Masataka Miyashita) JPN
Microsoft MVP for Microsoft Office - Excel(Jan 2005 - Dec 2005)
HQF03250@nifty.ne.jp


Re: how can I read EXIF data from a JPEG file by ljb

ljb
Wed Apr 06 07:12:19 CDT 2005


"Rafael T" <okinawapro@hotmail.com> wrote in message
news:OJsqvtkOFHA.2252@TK2MSFTNGP15.phx.gbl...
> I know windows can read the exif data out of jpeg files, but can I
retrieve
> that data with vbscript?
>
> please help,
> Rafael
>
>
The vbscript found here will do it with only the FileSystem Object. Download
the ASP file and remove the HTML stuff from it.
http://www.4guysfromrolla.com/webtech/050300-1.shtml



Re: how can I read EXIF data from a JPEG file by Rafael

Rafael
Wed Apr 06 19:09:46 CDT 2005

LJB,

The script works well however it just shows the regular properties for the
file.
I was looking for the Exif tags. Maybe from that code, would be easy to
write
something to read the exif code, however I don't know how to do that.

thanks
Rafael

"ljb" <.> wrote in message news:OXe1gHqOFHA.3828@TK2MSFTNGP10.phx.gbl...
>
> "Rafael T" <okinawapro@hotmail.com> wrote in message
> news:OJsqvtkOFHA.2252@TK2MSFTNGP15.phx.gbl...
>> I know windows can read the exif data out of jpeg files, but can I
> retrieve
>> that data with vbscript?
>>
>> please help,
>> Rafael
>>
>>
> The vbscript found here will do it with only the FileSystem Object.
> Download
> the ASP file and remove the HTML stuff from it.
> http://www.4guysfromrolla.com/webtech/050300-1.shtml
>
>



Re: how can I read EXIF data from a JPEG file by Keith

Keith
Wed Apr 06 22:40:00 CDT 2005

Take a look at this script:

http://groups-beta.google.com/group/microsoft.public.windowsxp.general/ms=
g/13dc4053a8ee5510

which uses the getdetailsof method for a folder.

http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/shellc=
c/platform/shell/reference/objects/folder/getdetailsof.asp

Keith

"Rafael T" <okinawapro@hotmail.com> wrote in message =
news:uDOoXXwOFHA.3156@TK2MSFTNGP15.phx.gbl...
> LJB,
>=20
> The script works well however it just shows the regular properties for =
the
> file.
> I was looking for the Exif tags. Maybe from that code, would be easy =
to=20
> write
> something to read the exif code, however I don't know how to do that.
>=20
> thanks
> Rafael
>=20
> "ljb" <.> wrote in message =
news:OXe1gHqOFHA.3828@TK2MSFTNGP10.phx.gbl...
> >
> > "Rafael T" <okinawapro@hotmail.com> wrote in message
> > news:OJsqvtkOFHA.2252@TK2MSFTNGP15.phx.gbl...
> >> I know windows can read the exif data out of jpeg files, but can I
> > retrieve
> >> that data with vbscript?
> >>
> >> please help,
> >> Rafael
> >>
> >>
> > The vbscript found here will do it with only the FileSystem Object.=20
> > Download
> > the ASP file and remove the HTML stuff from it.
> > http://www.4guysfromrolla.com/webtech/050300-1.shtml
> >
> >=20
>=20
>

Re: how can I read EXIF data from a JPEG file by Rafael

Rafael
Wed Apr 06 23:27:46 CDT 2005

Thanks Keith,

But Exif properties are different and cannot be read that way. I'm testing
Miyahn's solution which seems to be what i'm looking for.

RT
"Keith Miller" <k.miller79@verizon.net> wrote in message
news:eBJS6NyOFHA.2348@tk2msftngp13.phx.gbl...
Take a look at this script:

http://groups-beta.google.com/group/microsoft.public.windowsxp.general/msg/13dc4053a8ee5510

which uses the getdetailsof method for a folder.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/objects/folder/getdetailsof.asp

Keith

"Rafael T" <okinawapro@hotmail.com> wrote in message
news:uDOoXXwOFHA.3156@TK2MSFTNGP15.phx.gbl...
> LJB,
>
> The script works well however it just shows the regular properties for the
> file.
> I was looking for the Exif tags. Maybe from that code, would be easy to
> write
> something to read the exif code, however I don't know how to do that.
>
> thanks
> Rafael
>
> "ljb" <.> wrote in message news:OXe1gHqOFHA.3828@TK2MSFTNGP10.phx.gbl...
> >
> > "Rafael T" <okinawapro@hotmail.com> wrote in message
> > news:OJsqvtkOFHA.2252@TK2MSFTNGP15.phx.gbl...
> >> I know windows can read the exif data out of jpeg files, but can I
> > retrieve
> >> that data with vbscript?
> >>
> >> please help,
> >> Rafael
> >>
> >>
> > The vbscript found here will do it with only the FileSystem Object.
> > Download
> > the ASP file and remove the HTML stuff from it.
> > http://www.4guysfromrolla.com/webtech/050300-1.shtml
> >
> >
>
>