PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > php.general > html2png
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
html2png

Réponse
 
LinkBack Outils de la discussion
Vieux 07/09/2007, 21h56   #1
timothy johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut html2png

I was wondering if anyone knew of some php code that I could use to create
thumbnails of webpages.

  Réponse avec citation
Vieux 08/09/2007, 01h02   #2
AlmostBob
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: html2png

http://www.justfuckinggoogleit.com/search?query="php+thumbnail+create"
--
If at first you dont succeed
try try try again
If at first you do succeed
try not to look surprised

_
""timothy johnson"" <mr2bigjohnson@gmail.com> wrote in message
news:3767b850709071356l7d62c7efv675f49c91afaa760@m ail.gmail.com...
> I was wondering if anyone knew of some php code that I could use to create
> thumbnails of webpages.
>



  Réponse avec citation
Vieux 08/09/2007, 16h39   #3
Al
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: html2png

Imagick PHP extension, easiest, or Imagemagick command line using exec().

Imagick to read a pdf and output it as a jpeg:

header('Content-type: image/jpeg');
$obj = new Imagick('xxxxx.pdf');
$obj->SetImageFormat('jpeg');
echo $obj;

Your want to use montage, resizing and write the result to a file, etc.






timothy johnson wrote:
> I was wondering if anyone knew of some php code that I could use to create
> thumbnails of webpages.
>

  Réponse avec citation
Vieux 09/09/2007, 00h28   #4
Kevin Waterson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Re: html2png

This one time, at band camp, Al <news@ridersite.org> wrote:
The Imagick php extension is at RC2 and like all beta ware,
should not be considered for a production environment.


> Imagick PHP extension, easiest, or Imagemagick command line using exec().
>
> Imagick to read a pdf and output it as a jpeg:
>
> header('Content-type: image/jpeg');
> $obj = new Imagick('xxxxx.pdf');
> $obj->SetImageFormat('jpeg');
> echo $obj;
>
> Your want to use montage, resizing and write the result to a file, etc.




--
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."
  Réponse avec citation
Vieux 10/09/2007, 15h42   #5
Al
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Re: html2png

Like I said "... or Imagemagick command line using exec()." It's been a stable
release for years.

Kevin Waterson wrote:
> This one time, at band camp, Al <news@ridersite.org> wrote:
> The Imagick php extension is at RC2 and like all beta ware,
> should not be considered for a production environment.
>
>
>> Imagick PHP extension, easiest, or Imagemagick command line using exec().
>>
>> Imagick to read a pdf and output it as a jpeg:
>>
>> header('Content-type: image/jpeg');
>> $obj = new Imagick('xxxxx.pdf');
>> $obj->SetImageFormat('jpeg');
>> echo $obj;
>>
>> Your want to use montage, resizing and write the result to a file, etc.

>
>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h57.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,10553 seconds with 13 queries