As mentioned above, tif's and jpg's are both viewable in Access 2002 (XP) -
the tif filter in installed in the graphic filter folder when Office or
Access 2002 is installed, but there is no such filter in Office or Access
2003 - even in the Conversion Pack.
Does anyone know why...
1. MS took this functionality out of the image control in Access 2003?
2. Other than converting to a supported file format, is there any way to
view a tif image in an image control in Access 2003?
An alternate solution is here:
http://www.lebans.com/loadjpeggif.htm
A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for the
Display of Jpeg and Gif files on systems that do not have the Office
Graphic Filters installed. TIF and PNG formats are now supported via the
Microsoft GDI+ DLL. The GDI+ DLL is freely redistributable and available
directly from MS here:
http://www.microsoft.com/downloads/release.asp?releaseid=32738
or on this Web site:
GDI+DLL.zip
Please take a moment to read the redist.txt file contained in
distribution archive. This file explains how and where to install the
DLL.
The GDI+ A2K version can easily be converted to A97 but you will have to
manually change all of the ENUMS. Frankly I am getting tired of
supporting both A97 and A2K versions mainly due to the lack of ENUM
support in A97. :-(
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Wade" <wnede...@preinnewhofdonotreply.com> wrote in message
news:#$66u8qkF...@TK2MSFTNGP10.phx.gbl...
Unfortunately, according to the redist.txt file, the dll is not supported on
WinXP systems. It is supported on W2k, NT, & Win98 systems though.
Also, the file doesn't appear to be available at the microsoft web site
anymore, but I think the updated version (which does appear to support XP)
is here (English version):
..which must go through a validation process before it can be downloaded.
In our situation, it looks like its going to be easier to just convert all
our tif's to jpg's - and hope MS doesn't discontinue support for jpg's too.
"Stephen Lebans" <ForEmailGotoMy.WebSit...@linvalid.com>
wrote in message news:uo54sLvk...@tk2msftngp13.phx.gbl...
Assuming you're not working with multipage tiffs, you can just convert them
to a standard filename, e.g., tempimg.bmp in the working directory, and
loading that into the control at display time. I've found that the
conversion is fast enough if the files aren't huge and you convert to BMP
(which makes for large files but ones that can be written and read very
quickly since there's no encoding/decoding overhead).
If you decide to convert all your graphics to another format, depending on
what they are and how they're stored within the TIFF file, I'd recommend NOT
converting them to JPGs, because it's a lossy format whereas many TIFF
compression schemes (especially for monochrome images) are lossless, and
TIFF can handle a wider range of color depths (monochrome, grayscale, etc.)
that JPG doesn't. PNG might also be a better choice--it's lossless, and
handles monochrome. JPG is really only suitable for photos and the like, not
for line art, scanned text, or anything with large areas of continuous
color.
"Wade" <wnede...@preinnewhofdonotreply.com> wrote in message
news:eib%23H32kF...@TK2MSFTNGP12.phx.gbl...
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Wade" <wnede...@preinnewhofdonotreply.com> wrote in message
news:eib#H32kFH...@TK2MSFTNGP12.phx.gbl...
If "no", then what should I do?
Samir Shah
The issue is that, by default, Access doesn't use this DLL to display images
on forms (it uses an image control). What the code of Stephen Lebans' page
does is use the GDI+ dll functionality that is already on your XP system to
display the image in a form. All you need to do is integrate the code form
Stephen's site.
"Samir Shah" <Samir Sh...@discussions.microsoft.com> wrote in message
news:5BFBFE9A-E196-4CDF...@microsoft.com...
Samir
The whole point of the GDI+ sample MDB is to add the ability for A2003
to display TIF files.
The workaround to restore the missing Graphics Filters is detailed
below.
1. Stephen Lebans May 27, 8:00 pm show options
Newsgroups: microsoft.public.access
From: "Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com> - Find
messages by this author
Date: Fri, 27 May 2005 20:00:27 -0300
Local: Fri, May 27 2005 8:00 pm
Subject: Re: .tif Images in Access 2003
Reply to Author | Forward | Print | Individual Message | Show original |
Report Abuse
The Tiff Office Graphics filters(among others) are not installed with
Access 2003. This is a change from all previous versions of Access.
The solution is to get hold of the Office XP Legacy Converter Pack (it
will work for Office 2003 as well). The problem is that you can no
longer download the XP Converter Pack due to security concerns.
http://www.microsoft.com/officÂe/ork/xp/appndx/appc00.htm
Instead you are directed to download the Office 2003 Legacy Converter
Pack but as I said it no longer contains the TIF Filters!!!!aarrgghh
The solution is to contact MS PSS and request the XP Pack.
-----------------------------------------------------------------------
A poster from Germany described the process to obtain the legacy
Graphics Filter pack from MS that does contain the TIFF filters.
Newsgroups: microsoft.public.access
From: "tino" <t...@discussions.microsoft.com> - Find messages by this
author
Date: Mon, 30 May 2005 06:07:19 -0700
Local: Mon, May 30 2005 10:07 am
Subject: Re: .tif Images in Access 2003
Reply to Author | Forward | Print | Individual Message | Show original |
Report Abuse
Yes, of course, sorry that I did'nt yet :
1. Call the Microsoft Product Support Services
(Phone - No. for Germay : 0180 567 22 55, see Microsoft Sites)
2. Ask for the Hotfix for KB 822346
3. MS will send you a link for Download.
I did so, and there where no more questions for license keys or other,
the
KB - Number was the only necessary information.
__________________________________________________________________
-
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"BoardBurtonVT" <BoardB...@hotmail.com> wrote in message
news:1125686338....@f14g2000cwb.googlegroups.com...