Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Ray Hauge
On Thursday 04 May 2006 17:52, Ray Hauge wrote: > [SNIP] > I could use a cache, but I haven't yet. It's for an internal intranet > application, so I'm not worried about page load times too much. With 10 > pdfs it still loads in about a minute, and I don't expect there to be many > more than 30 or

Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Ray Hauge
On Thursday 04 May 2006 17:52, Ray Hauge wrote: > On Thursday 04 May 2006 17:41, Richard Lynch wrote: > > [NB: Ray said that...] > > > > > It's easy if the image is all that is on the page. > > > > E. HTML and in-line images don't really work in a cross-browser > > compatible sort of way, and

Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Ray Hauge
On Thursday 04 May 2006 17:41, Richard Lynch wrote: > [NB: Ray said that...] > > > It's easy if the image is all that is on the page. > > E. HTML and in-line images don't really work in a cross-browser > compatible sort of way, and really mess with browser caching and page > load times and are

Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Richard Lynch
On Thu, May 4, 2006 10:26 am, Al wrote: > Richard Lynch wrote: >>> Ray Hauge wrote: convert -resize 800x600 AR-M455N_20060420_130446.pdf[0] - The '-' makes it display the contents of the image to stdout. I want to caputre that binary data and somehow display the images inl

Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Al
Richard Lynch wrote: Ray Hauge wrote: convert -resize 800x600 AR-M455N_20060420_130446.pdf[0] - The '-' makes it display the contents of the image to stdout. I want to caputre that binary data and somehow display the images inline with the website. Is this possible, or am I living in a dream

Re: [PHP] Re: Imagemagick Displaying Images

2006-05-04 Thread Richard Lynch
> Ray Hauge wrote: >> convert -resize 800x600 AR-M455N_20060420_130446.pdf[0] - >> >> The '-' makes it display the contents of the image to stdout. I >> want to >> caputre that binary data and somehow display the images inline with >> the >> website. Is this possible, or am I living in a dream wo

[PHP] Re: Imagemagick Displaying Images

2006-05-03 Thread Al
Ray Hauge wrote: I have an application that shows thumnails of PDF files in different directories. I have so far decided that I can use "convert" from imagemagick to get a .jpg, .png, .gif, etc. to display as the image. The problem I'm running into is that I don't want to save these thumbnail