You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Liz Kim <li...@gmail.com> on 2008/03/19 01:27:46 UTC

[users@httpd] Problems with Rendering Images

I have a very simple html file which includes two images:

<img src="images/1.jpg">
<img src="images/2.tif">

The path to the files are correct and I can view both the files on my
browser by directly
going to the src path.  However, when this html file is viewed, the tif file
appears broken.
Any ideas?  Do I have to enable some setting to be able to render tif
formats when embedded
into a file?

I can easily convert this to a different format, but I need to have a tif
file showing on this page.

Any ideas?

Thank u

Re: [users@httpd] Problems with Rendering Images

Posted by Michael Gordon <de...@armadilloweb.com>.
Liz,

I don't think this is an Apache issue unless you have not set the 
mime/types correctly for image formats.

I think it may be a web browser issue, or a third party software issue 
blocking your .tif image files.

What web browser are you using.

Please provide a URL to one of your image files on a web host.

Michael

Liz Kim replied On 3/18/2008 7:27 PM
> I have a very simple html file which includes two images:
>
> <img src="images/1.jpg">
> <img src="images/2.tif">
>
> The path to the files are correct and I can view both the files on my 
> browser by directly
> going to the src path.  However, when this html file is viewed, the 
> tif file appears broken.
> Any ideas?  Do I have to enable some setting to be able to render tif 
> formats when embedded
> into a file? 
>
> I can easily convert this to a different format, but I need to have a 
> tif file showing on this page.
>
> Any ideas?
>
> Thank u

-- 
Armadillo Web Design
Opening your door of opportunity

Armadillo Web Design
www.armadilloweb.com

Character is doing the right thing...
Even when no one is watching...

SeaMonkey
www.mozilla.org/projects/seamonkey/ 
The all in one browser, mail, and composer. 
SeaMonkey the "All In One Internet Application Suite" 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problems with Rendering Images

Posted by Skye Poier Nott <sk...@F4.ca>.
Its not an apache issue, its a browser issue.  Apache serves the tif  
file the same whether it was entered directly in the location bar or  
referenced from html.  The browser is in charge of rendering the image  
inside the document.

Skye



On 18-Mar-08, at 5:48 PM, Liz Kim wrote:

> I dont think that is the problem because
> I can directly access and view the image on the browser when I use  
> the src "http://mysite.com/images/2.tif"
> It's only when this src is embedded in a file such as html that it  
> shows up as broken link image.
>
> On Tue, Mar 18, 2008 at 5:44 PM, j k <jo...@gmail.com> wrote:
> I think you need a plugin similar
> http://www.alternatiff.com/
>
> to view tiff files in a browser.
>
>
> On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <li...@gmail.com> wrote:
> I have a very simple html file which includes two images:
>
> <img src="images/1.jpg">
> <img src="images/2.tif">
>
> The path to the files are correct and I can view both the files on  
> my browser by directly
> going to the src path.  However, when this html file is viewed, the  
> tif file appears broken.
> Any ideas?  Do I have to enable some setting to be able to render  
> tif formats when embedded
> into a file?
>
> I can easily convert this to a different format, but I need to have  
> a tif file showing on this page.
>
> Any ideas?
>
> Thank u
>
>


Re: [users@httpd] Problems with Rendering Images

Posted by Nils Jeppe <ni...@pandemonium.de>.

On Tue, 18 Mar 2008, Liz Kim wrote:

> I dont think that is the problem because
> I can directly access and view the image on the browser when I use the src "
> http://mysite.com/images/2.tif"
> It's only when this src is embedded in a file such as html that it shows up
> as broken link image.

I hate to say this, but I somehow feel this is not an issue Apache can 
correct, but more an issue with your browser's rendering engine. However, 
you may wish to make sure that the correct mimetypes are set, just in 
case.

No other ideas, sorry.

- Nils

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problems with Rendering Images

Posted by Liz Kim <li...@gmail.com>.
I dont think that is the problem because
I can directly access and view the image on the browser when I use the src "
http://mysite.com/images/2.tif"
It's only when this src is embedded in a file such as html that it shows up
as broken link image.

On Tue, Mar 18, 2008 at 5:44 PM, j k <jo...@gmail.com> wrote:

> I think you need a plugin similar
> http://www.alternatiff.com/
>
> to view tiff files in a browser.
>
>
> On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <li...@gmail.com> wrote:
>
> > I have a very simple html file which includes two images:
> >
> > <img src="images/1.jpg">
> > <img src="images/2.tif">
> >
> > The path to the files are correct and I can view both the files on my
> > browser by directly
> > going to the src path.  However, when this html file is viewed, the tif
> > file appears broken.
> > Any ideas?  Do I have to enable some setting to be able to render tif
> > formats when embedded
> > into a file?
> >
> > I can easily convert this to a different format, but I need to have a
> > tif file showing on this page.
> >
> > Any ideas?
> >
> > Thank u
> >
>
>

Re: [users@httpd] Problems with Rendering Images

Posted by j k <jo...@gmail.com>.
I think you need a plugin similar
http://www.alternatiff.com/

to view tiff files in a browser.

On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <li...@gmail.com> wrote:

> I have a very simple html file which includes two images:
>
> <img src="images/1.jpg">
> <img src="images/2.tif">
>
> The path to the files are correct and I can view both the files on my
> browser by directly
> going to the src path.  However, when this html file is viewed, the tif
> file appears broken.
> Any ideas?  Do I have to enable some setting to be able to render tif
> formats when embedded
> into a file?
>
> I can easily convert this to a different format, but I need to have a tif
> file showing on this page.
>
> Any ideas?
>
> Thank u
>