Re: Displaying jpeg images
Re: Displaying jpeg images
- Subject: Re: Displaying jpeg images
- From: Richard Schreyer <email@hidden>
- Date: Sat, 9 Jun 2001 21:44:28 -0700
I would guess that it's not working because the .pl extension indicates
a perl file, which is very likely, because a perl file is much more
likely to be in the cgi-bin directory than an image.
You should check the page again, and make sure you have the url to the
jpg itself, not just the page it's displayed on.
Richard Schreyer
On Saturday, June 9, 2001, at 11:11 AM, email@hidden wrote:
(I noticed in the documentation for NSImage that jpeg isn't mentioned
at all, only tiff and Windows bmp. Does that mean I should be using a
different class? Also, would the fact that the URL has a .pl extension
instead of .jpg or .jpeg have anything to do with it?)