PhotoDigital.netPhoto Resources  Photo Gallery
Google
  Web PhotoDigital.net

rec.photo.digital: Re: Add EXIF Tag to JPEG
Index of rec.photo.digital  Other Photo Groups

From: BluDog (news_at_email.domain.hidden)
Date: Tue Jun 15 2004 - 10:20:31 EDT


Martin

I have converted the C# wrapper bit to VB no probs:

Public Shared Function GetEncoderCodec(ByVal mimetype As String) As
ImageCodecInfo

        Dim codecs() As ImageCodecInfo =
ImageCodecInfo.GetImageEncoders()
        Dim codec As ImageCodecInfo

        For Each codec In codecs
            If codec.MimeType = mimetype Then Return codec
        Next

End Function

But the rest, this is C++, i am assuming from your post that this can
only be acheived using C++ and cannot be converted to VB?

Is this correct?

Cheers

Blu