Re: [PHP] Thumbnail through PHP RSS parser

2008-07-29 Thread Philip Thompson
On Jul 29, 2008, at 6:33 AM, Lyubomir Tsvetanov wrote: Hello, folks! I'm trying to parse RSS feed and display it on my own page. MagpieRSS looks good enough for me, but I have a little problem. http://magpierss.sourceforge.net/ I want to display not only the title and description of each artic

[PHP] Thumbnail through PHP RSS parser

2008-07-29 Thread Lyubomir Tsvetanov
Hello, folks! I'm trying to parse RSS feed and display it on my own page. MagpieRSS looks good enough for me, but I have a little problem. http://magpierss.sourceforge.net/ I want to display not only the title and description of each article, but the thumbnail as well. For example, I tried to do

RE: [PHP] thumbnail of webpage

2004-09-21 Thread Warren Vail
, September 17, 2004 6:48 PM To: 'Jason Davidson'; Michael Mao; [EMAIL PROTECTED] Subject: RE: [PHP] thumbnail of webpage I have been looking into this over the last week and have come up blank as well. Doing this manually is simple, point your browser to your URL, and in windows use to copy a

Re: [PHP] thumbnail of webpage

2004-09-20 Thread Michael Mao
Great link. This tool is exactly what I'm looking for. Thanks! On Mon, 20 Sep 2004 08:01:15 -0500 (EST), Ed Curtis <[EMAIL PROTECTED]> wrote: > > If you have a Linux box available here's something to try although it > does have some required software. > > http://www.babysimon.co.uk/khtml2png/in

Re: [PHP] thumbnail of webpage

2004-09-20 Thread Jonathan Haddad
Stefan Holmes wrote: -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: 18 September 2004 03:22 To: Michael Mao Cc: [EMAIL PROTECTED] Subject: Re: [PHP] thumbnail of webpage Michael Mao wrote: Is there a way to capture a snapshot of a html page and save it

RE: [PHP] thumbnail of webpage

2004-09-20 Thread Stefan Holmes
> -Original Message- > From: raditha dissanayake [mailto:[EMAIL PROTECTED] > Sent: 18 September 2004 03:22 > To: Michael Mao > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] thumbnail of webpage > > Michael Mao wrote: > > > Is there a way to capture a snapsho

RE: [PHP] thumbnail of webpage

2004-09-20 Thread Gryffyn, Trevor
--Original Message- > From: raditha dissanayake [mailto:[EMAIL PROTECTED] > Sent: Monday, September 20, 2004 12:28 PM > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] thumbnail of webpage > > > Gryffyn, Trevor wrote: > > >Some great recommendations, but my first thought is

Re: [PHP] thumbnail of webpage

2004-09-20 Thread raditha dissanayake
Gryffyn, Trevor wrote: Some great recommendations, but my first thought is wondering if you can interface with IE via COM or something. Or open the URL via IE and use the Windows API to do a PRINT SCREEN or ALT-PRINT SCREEN to capture it to the clipboard and do something funny that way. Good i

RE: [PHP] thumbnail of webpage

2004-09-20 Thread Gryffyn, Trevor
[EMAIL PROTECTED] > Subject: [PHP] thumbnail of webpage > > > Is there a way to capture a snapshot of a html page and save > it as a jpg > using php? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] thumbnail of webpage

2004-09-20 Thread Ed Curtis
If you have a Linux box available here's something to try although it does have some required software. http://www.babysimon.co.uk/khtml2png/index.html There is also a link on the site for a commercial product for Windows that does the same thing. I can't endorse either one as I have not used

Re: [PHP] thumbnail of webpage

2004-09-18 Thread Brian V Bonini
On Fri, 2004-09-17 at 22:22, raditha dissanayake wrote: > Michael Mao wrote: > > > Is there a way to capture a snapshot of a html page and save it as a > > jpg using php? > > > This is something that's very very hard to do with PHP but can be easily > done with Java. Have not tried this but ho

Re: [PHP] thumbnail of webpage

2004-09-18 Thread francesco[AT]automationsoft[DOT]biz
Hi Michael, read this (in italian) http://forum.html.it/forum/showthread.php?s=&threadid=694523&highlight=pillo la+upload - Original Message - From: "Michael Mao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 18, 2004 1:54 AM Subje

Re: [PHP] thumbnail of webpage

2004-09-18 Thread Jason Wong
On Saturday 18 September 2004 09:48, Vail, Warren wrote: > I have been looking into this over the last week and have come up blank as > well. A semi-workable was posted in the archives some months ago. Twice. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems I

Re: [PHP] thumbnail of webpage

2004-09-17 Thread Brad Pauly
> Michael Mao wrote: > > > Is there a way to capture a snapshot of a html page and save it as a > > jpg using php? This is a bit of a hack, but kinda neat if you don't mind setting it up. I'm sure you could use php to call a script anyway. Heh. http://www.livejournal.com/users/brad/2015327.html

Re: [PHP] thumbnail of webpage

2004-09-17 Thread Curt Zirzow
* Thus wrote Michael Mao: > Is there a way to capture a snapshot of a html page and save it as a jpg > using php? As you can see this isn't an easy task. One possiblity is to ask the mozilla/gecko developers if it would be possible to to create a library that would render a page into a bitmap.

Re: [PHP] thumbnail of webpage

2004-09-17 Thread raditha dissanayake
Michael Mao wrote: Is there a way to capture a snapshot of a html page and save it as a jpg using php? This is something that's very very hard to do with PHP but can be easily done with Java. -- Raditha Dissanayake. http

RE: [PHP] thumbnail of webpage

2004-09-17 Thread Vail, Warren
riday, September 17, 2004 6:08 PM To: Michael Mao; [EMAIL PROTECTED] Subject: Re: [PHP] thumbnail of webpage First, im not sure how you would capture a snapshot of the page, sinse the page is rendered by the browser, and php is completely server side. Possibly there is a way to fopen a pa

Re: [PHP] thumbnail of webpage

2004-09-17 Thread Jason Davidson
First, im not sure how you would capture a snapshot of the page, sinse the page is rendered by the browser, and php is completely server side. Possibly there is a way to fopen a page or something, but... i dunno.. as for making thumbnail, using the gd extension, is quite easy. check the manual fo

[PHP] thumbnail of webpage

2004-09-17 Thread Michael Mao
Is there a way to capture a snapshot of a html page and save it as a jpg using php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thumbnail Problem

2004-08-13 Thread Hannes Magnusson
On Fri, 13 Aug 2004 15:18:20 +0800 [EMAIL PROTECTED] (Jason Wong) wrote: > On Thursday 12 August 2004 21:05, Me2resh wrote: > > i have a class that generates thumbnails without making actual file on the > > server > > it works good on my local server > > but on my web hosting it gives me " > > Fa

Re: [PHP] Thumbnail Problem

2004-08-13 Thread Jason Wong
On Thursday 12 August 2004 21:05, Me2resh wrote: > i have a class that generates thumbnails without making actual file on the > server > it works good on my local server > but on my web hosting it gives me " > Fatal error: Call to undefined function: exif_imagetype() in > /home/me2resh/public_html

[PHP] Thumbnail Problem

2004-08-12 Thread Me2resh
i have a class that generates thumbnails without making actual file on the server it works good on my local server but on my web hosting it gives me  " Fatal error: Call to undefined function: exif_imagetype() in /home/me2resh/public_html/furniture/class_THUMB.php on line 58 " how can i pass

Re: [PHP] thumbnail problems

2004-05-10 Thread Marek Kilimajer
Ninti Systems wrote: I've searched the archives on this and, while I have turned up some tips, they don't seem to solve my problem. I an building a website for an indigenous organisation where jpg images are uploaded, resized to a standard format, and thumbnails also generated at the same time (so

Re: [PHP] thumbnail problems

2004-05-09 Thread Curt Zirzow
* Thus wrote Ninti Systems ([EMAIL PROTECTED]): > > I read somewhere that memory limitations could cause this, but still, it > only happens sometimes and not others. We are on a crowded shared server > I think. A quick sample of sizes of images does back this thoery up. Most pictures I sampled,

[PHP] thumbnail problems

2004-05-09 Thread Ninti Systems
I've searched the archives on this and, while I have turned up some tips, they don't seem to solve my problem. I an building a website for an indigenous organisation where jpg images are uploaded, resized to a standard format, and thumbnails also generated at the same time (so that is two resizes

Re: [PHP] thumbnail script

2004-02-06 Thread David T-G
Ryan, et al -- ...and then Ryan A said... % % Hey David (my pal with the funny % prefix to replies...:-p ) Hi, Ryan (my ex-logo-drawing-buddy with the non-threading mailer ;-) % Thanks for replying. Sure thing. % % > Why, yes. I call it % > http://web-folio.net/ % % Nice name. Thanks!

Re: [PHP] thumbnail script

2004-02-06 Thread Ryan A
Hey David (my pal with the funny % prefix to replies...:-p ) Thanks for replying. > Why, yes. I call it > http://web-folio.net/ Nice name. > and it does everything for which you ask and then some. Kewl, is it free and can i download it and use it on my website? > Just send all of > your clien

Re: [PHP] thumbnail script

2004-02-06 Thread David T-G
Ryan -- ...and then Ryan A said... % % Hi, % Anybody know of a thumbnail script which does either one of the following: [snip] Why, yes. I call it http://web-folio.net/ and it does everything for which you ask and then some. Just send all of your clients to host with me and I'll give you a

Re: [PHP] thumbnail script

2004-02-06 Thread Paul Furman
Jason Wong wrote: manual > imagejpeg() & siblings You could take a look at the source code for "gallery" for more ideas. Google gallery php or something like that. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] thumbnail script

2004-02-05 Thread Jason Wong
On Friday 06 February 2004 10:42, Ryan A wrote: >2. This creates > the thumb dynamically via an img tagbut does not save it...so everytime > a visitor opens up the "portfolio" > it generates the thumbwhich will be a load on the server in the long > run, something that would be cut down > a

[PHP] thumbnail script

2004-02-05 Thread Ryan A
Hi, Anybody know of a thumbnail script which does either one of the following: 1.Support GIF,JPG,PNG, when called the first time it should show/create the thumbnail "on the fly" and save it. or 2.Support GIF,JPG,PNG and thumbnail image any new files uploaded, and save the thumb to another director

Re: [PHP] Thumbnail Page

2004-02-03 Thread Robby Russell
PETCOL typed this on 02/02/2004 03:47 PM: I think I'm having a "Bad Hair Day" I have a table in my database with all my thumbnail filenames in it. My query pull that out, now I want to display the images in a table, I can get it to go down the page row by row, but I want it to say do five columns

[PHP] Thumbnail Page

2004-02-02 Thread PETCOL
I think I'm having a "Bad Hair Day" I have a table in my database with all my thumbnail filenames in it. My query pull that out, now I want to display the images in a table, I can get it to go down the page row by row, but I want it to say do five columns of different images and then go down the

Re: [PHP] thumbnail

2004-01-21 Thread Brian V Bonini
On Wed, 2004-01-21 at 08:16, Ed Curtis wrote: > > No need to copy+mogrify; just use > > > > convert [options] /path/to/old /path/to/new > > > > instead :-) > > I wasn't aware of that command. This list is great!! Just for clarification, those are not PHP functions, they are programs that are a

RE: [PHP] thumbnail???

2004-01-21 Thread Donald Tyler
-Original Message- From: Rafael Alex Cremer [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 5:29 PM To: [EMAIL PROTECTED] Subject: [PHP] thumbnail??? OK, but how? I already use GD, I need to now how to create a thumbnail, somebody now how to use the GD functions to create a thumbnai

Re: [PHP] thumbnail

2004-01-21 Thread Ed Curtis
> No need to copy+mogrify; just use > > convert [options] /path/to/old /path/to/new > > instead :-) I wasn't aware of that command. This list is great!! Thanks, Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] thumbnail

2004-01-21 Thread David T-G
Ed, et al -- ...and then Ed Curtis said... % % Personally, I think Imagemagick's mogrify works alot better. I've been I'm quite happy with IM, too, and use it both within and separate from PHP. % using GD for the past few months and it's very inconsistent on thumbnail % quality even when the

Re: [PHP] thumbnail

2004-01-21 Thread Ed Curtis
> [snip] > OK, but how? I already use GD, I need to now how to create a thumbnail, > > somebody now how to use the GD functions to create a thumbnail??? > [/snip] > > http://www.php.net/GD Personally, I think Imagemagick's mogrify works alot better. I've been using GD for the past few months a

Re: [PHP] thumbnail

2004-01-20 Thread Chris Edwards
humbnail to be created image_createThumb($src,$dest,100,100,100); - Original Message - From: "Matt Matijevich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 6:24 PM Subject: Re: [PHP] thumbnail >

Re: [PHP] thumbnail

2004-01-20 Thread Matt Matijevich
[snip] OK, but how? I already use GD, I need to now how to create a thumbnail, somebody now how to use the GD functions to create a thumbnail??? [/snip] http://www.php.net/GD I think you want to look at: imagecopyresampled -- Copy and resize part of an image with resampling imagecopyresized --

[PHP] thumbnail???

2004-01-20 Thread Rafael Alex Cremer
OK, but how? I already use GD, I need to now how to create a thumbnail, somebody now how to use the GD functions to create a thumbnail??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] thumbnail

2004-01-20 Thread daniel
> [snip] > How I can create thumbnail with php? using the GD libray? > [/snip] > > yes. > > Also I hear imagemagick works well. > I included a imagemagick rotate feature into my photo gallery application as gd just cant seem to do it well ?? -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] thumbnail

2004-01-20 Thread daniel
> How I can create thumbnail with php? using the GD libray? Of course u answered your own question, http://us4.php.net/manual/en/function.imagecopyresampled.php Make sure you have GD2 though you dont want crappy pixelated images. If you want a class already made up check out http://pear.php.ne

Re: [PHP] thumbnail

2004-01-20 Thread Matt Matijevich
[snip] How I can create thumbnail with php? using the GD libray? [/snip] yes. Also I hear imagemagick works well. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] thumbnail

2004-01-20 Thread Rafael Alex Cremer
How I can create thumbnail with php? using the GD libray? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] thumbnail program

2003-06-07 Thread Philip Olson
On Sun, 8 Jun 2003, Artoo wrote: > thanks. I'll give that a try. Happen to know where to get sample code that > uses this program? After doing a google search for the terms mogrify php: http://www.google.com/search?q=mogrify+php The first result was this article, it appears to touch on the

Re: [PHP] thumbnail program

2003-06-07 Thread Artoo
thanks. I'll give that a try. Happen to know where to get sample code that uses this program? "Philip Olson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Sat, 7 Jun 2003, Artoo wrote: > > > Anyone know of a good free thumbnail program that can be called from a PHP > > scrip

RE: [PHP] thumbnail program

2003-06-07 Thread John W. Holmes
> Anyone know of a good free thumbnail program that can be called from a PHP > script using the exec() call or something similar? Netpbm is used by Gallery. Works very well. ---John W. Holmes... Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E PHP Architect - A monthly magazine

Re: [PHP] thumbnail program

2003-06-07 Thread Philip Olson
On Sat, 7 Jun 2003, Artoo wrote: > Anyone know of a good free thumbnail program that can be called from a PHP > script using the exec() call or something similar? By far, the most popular are the tools offered by ImageMagick, such as mogrify: http://www.imagemagick.org/www/mogrify.html Rega

[PHP] thumbnail program

2003-06-07 Thread Artoo
Anyone know of a good free thumbnail program that can be called from a PHP script using the exec() call or something similar? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thumbnail generation

2002-12-23 Thread Mika Tuupola
On Mon, 23 Dec 2002, 1LT John W. Holmes wrote: > Better yet, take the time to write an Image Abstraction Layer that'll > function just like a Database Abstraction Layer. You use the same functions > no matter what and depending on the config, either GD, Imagemagik, Netpbm, > or whatever is used to

Re: [PHP] Thumbnail generation

2002-12-23 Thread 1LT John W. Holmes
> i want to generate the thumbnail of an image but I want my php to be > portable. How can I generate thumbnail without depending on php host > configuration (like --with-gd) ? Along with the othe suggestions, Netpbm is something that you can package up with your application so that you are al

Re: [PHP] Thumbnail generation

2002-12-22 Thread Jason Wong
On Monday 23 December 2002 14:26, Centaur zeus wrote: > Is there some common utilities recommended ? ImageMagick -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* It's not

Re: [PHP] Thumbnail generation

2002-12-22 Thread Centaur zeus
Is there some common utilities recommended ? From: Rasmus Lerdorf <[EMAIL PROTECTED]> To: Centaur zeus <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] Thumbnail generation Date: Sun, 22 Dec 2002 21:07:35 -0800 (PST) You are going to have to depend on something. If yo

Re: [PHP] Thumbnail generation

2002-12-22 Thread Rasmus Lerdorf
You are going to have to depend on something. If you don't want to use GD, you are going to need some external mechanism which will have to be available. -Rasmus On Mon, 23 Dec 2002, Centaur zeus wrote: > Hi all , > > i want to generate the thumbnail of an image but I want my php to be > po

[PHP] Thumbnail

2002-12-22 Thread j
Hi all , i want to generate the thumbnail of an image but I want my php to be portable. So how can I generate thumbnail without depending on php host configuration (like --with-gd) ? Thanks . Perseus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] Thumbnail generation

2002-12-22 Thread Centaur zeus
Hi all , i want to generate the thumbnail of an image but I want my php to be portable. How can I generate thumbnail without depending on php host configuration (like --with-gd) ? Thanks . Perseus _ The new MSN 8: smart spa

[PHP] Thumbnail with GD

2002-10-03 Thread net php
Hi, I am pretty lost.. I am trying to create a php thumbnail with php without using any *sql database.this script was supposed to open a directory then read it resize the images without losing quality and displays it on screen. ok, here is what I am trying to do and its now working

Re: [PHP] Thumbnail pages - alot of them

2002-06-07 Thread Erik Price
On Friday, June 7, 2002, at 03:06 AM, rory oconnor wrote: > I have a mysql database table of about 7000 images (they are not > actually in the db, just references), as yet uncategorized. I need to > put them online and allow my client to browse 12-18 thumbnails per page. > > what would be the

RE: [PHP] Thumbnail pages - alot of them

2002-06-07 Thread David Freeman
> I have a mysql database table of about 7000 images (they are > not actually in the db, just references), as yet > uncategorized. I need to put them online and allow my > client to browse 12-18 thumbnails per page. > > what would be the most efficient method to code that with > PHP?

[PHP] Thumbnail pages - alot of them

2002-06-06 Thread rory oconnor
I have a mysql database table of about 7000 images (they are not actually in the db, just references), as yet uncategorized. I need to put them online and allow my client to browse 12-18 thumbnails per page. what would be the most efficient method to code that with PHP? any help is appreciated!

[PHP] Thumbnail gallery

2001-09-14 Thread Aniceto Lopez
Daniel, if you like mine http://www.lamundial.net/pics/view.php tell me and I'll post the necesary php files Ani Lopez www.lamundial.net download and spread our music -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Thumbnail gallery

2001-09-14 Thread Daniel Alsén
Hi! Does anyone have any good suggestions for a good, simple, thumbnail gallery in php? I have looked in the larger codecollections on the net but haven´t found anything that suits me. I need a simple script that displays thumbnails with links to the larger versions and does pagebreaks after x

RE: [PHP] Thumbnail Generation from DB Stored Images.

2001-07-13 Thread scott [gts]
o disk (in the thumbnail directory) imagejpeg($out, $tdir .'/'. $file .'_t.jpg', $quality); //} }#if }#while } > -Original Message- > From: Jason Bell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 12, 2001 7:27 PM >

RE: [PHP] Thumbnail Generation from DB Stored Images.

2001-07-12 Thread Matthew Loff
riginal Message- From: Jason Bell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 7:27 PM To: [EMAIL PROTECTED] Subject: [PHP] Thumbnail Generation from DB Stored Images. Hello! I have images stored in a MySQL Database. I can retrieve the images and display them without a problem, but I

[PHP] Thumbnail Generation from DB Stored Images.

2001-07-12 Thread Jason Bell
Hello! I have images stored in a MySQL Database. I can retrieve the images and display them without a problem, but I'd really like to be able to create thumbnails. The code that I've written just doesn't seem to work. Preferably, I'd like to pull the image from the database, and create the thum

[PHP] Thumbnail code that will do an entire directory at once

2001-07-09 Thread scott [gts]
i wrote a little subroutine to make a directory full of images into thumbnails... it'll make thumbnail images of a specified height and width and properly resize the original image to preserve the height to width ratio. the syntax of make_thumbs() is this: make_thumbs($imagedir, $thumbsdir, $siz