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

RE: [PHP] thumbnail of webpage

2004-09-22 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 altprint Scrn

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-20 Thread Gryffyn, Trevor
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. If I had time right now, I'd

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

RE: [PHP] thumbnail of webpage

2004-09-20 Thread Gryffyn, Trevor
- 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 wondering if you can interface with IE via COM

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 snapshot of a html page and save it as a jpg

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

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.

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

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=694523highlight=pillo la+upload - Original Message - From: Michael Mao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 1:54 AM Subject: [PHP] thumbnail of webpage Is

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 how about

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

RE: [PHP] thumbnail of webpage

2004-09-17 Thread Vail, Warren
] Sent: Friday, 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

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.

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 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 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

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 Fatal error:

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, the

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-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

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 clients

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-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 lot if

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

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 and

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
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 Donald Tyler
Try this: function Resize_Image($FilePath, $new_w){ $File = fopen($FilePath, r); $FileContents = fread($File, filesize($FilePath)); $src= imagecreatefromstring($FileContents); $width = imagesx($src); // Shrink the image to the maximum width

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 part of

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

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

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

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 --

Re: [PHP] thumbnail

2004-01-20 Thread Chris Edwards
,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 [snip] OK, but how? I already use GD, I need to now how to create a thumbnail, somebody now how

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

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 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 script using

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 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

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 do

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 you don't want

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 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? any

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 most

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

2001-07-13 Thread scott [gts]
Here is my code to turn a directory full of *files* into thumbnail images. im sure you can adapt it to your own needs... the code is a bit long-winded, but it was my first attempt at writing thumbnail code, so forgive me ;) // example call to the function make_thumbs('./pictures/cavern/',

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

2001-07-12 Thread Matthew Loff
Jason-- There are many reasons I don't quite recommend creating the thumbnails on the fly with ImageMagick: 1) I've heard many say that storing/retrieving images from MySQL databases isn't the greatest idea, because you end up with -huge- tables, which leads to long query times. 2) Resizing a