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
, 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
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
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
> -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
--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
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
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 lo
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
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
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
Subject: [PHP] thumbnail of webpage
>
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
> 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
* 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.
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
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
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
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
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
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
* 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,
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!
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
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
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
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
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
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
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
> 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
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
> [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
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
>
[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 --
> [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
> 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
[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
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
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
> 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
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
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
> 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
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
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
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
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
> 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?
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/', './
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 J
50 matches
Mail list logo