Re: [PHP] Screenshot from web page

2007-10-18 Thread Gevorg Harutyunyan
Thanks for response,

Actually I understood that I was searching not real thing.
I needed PHP code that will generate jpeg from HTML.
I understood that this is not real.
As an addition I would prefer to launch that code on remote
server(linux) and not on my PC(linux too :P ).

Thanks once more,
Be happy,
Gevorg

On 10/16/07, Rodolfo De Nadai [EMAIL PROTECTED] wrote:
 Here are php functions that you are looking for... long time ago i found
 this, but can't remenber anymore the functions names, but i know that
 was possible!!!... so a search google again and give me:
 http://blog.thepimp.net/index.php/post/2007/04/17/Screen-capture-with-PHP-and-GD


 But here the references on php documentation:
 http://php.oregonstate.edu/manual/en/function.imagegrabscreen.php
 http://us3.php.net/manual/en/function.imagegrabwindow.php

 Stut escreveu:
  Philip Thompson wrote:
  If you're not talking about automated screenshots, and you're using
  Windows, just press your PrtScr button. Hold down Alt as well to get
  just the active window. This will put the screenshot on to the
  clipboard, so you'll then need to paste it into paint or other such
  graphics program (PSP, Photoshop) after which you'll then be able to
  save it to a file.
 
  Thanks for the Alt tip. I always hated Windoze b/c I couldn't just
  select
  part of the screen show how little I knew!
 
  Sorry that this had nothing to do with the original post. =/
 
  http://www.jingproject.com/ is also worth a look if you take
  screenshots a lot or ever want to share short screencasts.
 
  -Stut
 

 --
 * Rodolfo De Nadai *
 * Analista de Sistema Jr. - Desenvolvimento *




 *Informática de Municípios Associados S.A.*
 Seu governo mais inteligente
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  -
 www.ima.sp.gov.br http://www.ima.sp.gov.br/
 Fone: (19) 3739-6000 / Ramal: 1307

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Best Regards,
Gevorg Harutyunyan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Screenshot from web page

2007-10-16 Thread Miguel J. Jiménez

Gevorg Harutyunyan escribió:

Hi,

I would like to make web page screenshot and generate an image for
example .jpg or .png using PHP,Apache.

If any one has experiance in doing that please help.

I know that there are lot of services like that, but I don't want to use them.
In real I need that to generate screenshot of my local server pages.

  
There is a firefox extension called screengrab to do just that... The 
results are, well, perfect! the URL is:


https://addons.mozilla.org/es-ES/firefox/addon/1146

--
.---.
| Miguel J. Jiménez |
| Programador Senior|
| Área de Internet  |
| [EMAIL PROTECTED]|
:---:
| ISOTROL, S.A. |
| Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta.  |
| Parque Tecnológico Cartuja '93, 41092 Sevilla (ESP).  |
| Teléfono: +34 955 036 800 (ext.1805) - Fax: +34 955 036 849   |
| http://www.isotrol.com|
:---:
| Una bandera une a los habitantes de un pais bajo unos ideales|
| comunes y es por eso por lo que todos ellos deben aceptarlos de   |
| buena gana y no ser forzados a ello pues entonces dicha bandera   |
| no serviría de nada. - Emperador Ming, Flash Gordon (1x07)(2007) |
'---'


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Screenshot from web page

2007-10-16 Thread Richard Heyes

I would like to make web page screenshot and generate an image for
example .jpg or .png using PHP,Apache.

If any one has experiance in doing that please help.

I know that there are lot of services like that, but I don't want to 
use them.

In real I need that to generate screenshot of my local server pages.

  
There is a firefox extension called screengrab to do just that... The 
results are, well, perfect! the URL is:


https://addons.mozilla.org/es-ES/firefox/addon/1146



If you're not talking about automated screenshots, and you're using 
Windows, just press your PrtScr button. Hold down Alt as well to get 
just the active window. This will put the screenshot on to the 
clipboard, so you'll then need to paste it into paint or other such 
graphics program (PSP, Photoshop) after which you'll then be able to 
save it to a file.


--
Richard Heyes
+44 (0)800 0213 172
http://www.websupportsolutions.co.uk

Knowledge Base and HelpDesk software
that can cut the cost of online support

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Screenshot from web page

2007-10-16 Thread Rodolfo De Nadai
Here are php functions that you are looking for... long time ago i found 
this, but can't remenber anymore the functions names, but i know that 
was possible!!!... so a search google again and give me: 
http://blog.thepimp.net/index.php/post/2007/04/17/Screen-capture-with-PHP-and-GD


But here the references on php documentation:
http://php.oregonstate.edu/manual/en/function.imagegrabscreen.php
http://us3.php.net/manual/en/function.imagegrabwindow.php

hope this helps

Richard Heyes escreveu:

I would like to make web page screenshot and generate an image for
example .jpg or .png using PHP,Apache.

If any one has experiance in doing that please help.

I know that there are lot of services like that, but I don't want to 
use them.

In real I need that to generate screenshot of my local server pages.

  
There is a firefox extension called screengrab to do just that... 
The results are, well, perfect! the URL is:


https://addons.mozilla.org/es-ES/firefox/addon/1146



If you're not talking about automated screenshots, and you're using 
Windows, just press your PrtScr button. Hold down Alt as well to get 
just the active window. This will put the screenshot on to the 
clipboard, so you'll then need to paste it into paint or other such 
graphics program (PSP, Photoshop) after which you'll then be able to 
save it to a file.




--
* Rodolfo De Nadai *
* Analista de Sistema Jr. - Desenvolvimento *




*Informática de Municípios Associados S.A.*
Seu governo mais inteligente
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  - 
www.ima.sp.gov.br http://www.ima.sp.gov.br/
Fone: (19) 3739-6000 / Ramal: 1307 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Screenshot from web page

2007-10-16 Thread Philip Thompson

 If you're not talking about automated screenshots, and you're using
 Windows, just press your PrtScr button. Hold down Alt as well to get
 just the active window. This will put the screenshot on to the
 clipboard, so you'll then need to paste it into paint or other such
 graphics program (PSP, Photoshop) after which you'll then be able to
 save it to a file.



Thanks for the Alt tip. I always hated Windoze b/c I couldn't just select
part of the screen show how little I knew!

Sorry that this had nothing to do with the original post. =/

~PT


Re: [PHP] Screenshot from web page

2007-10-16 Thread Stut

Philip Thompson wrote:

If you're not talking about automated screenshots, and you're using
Windows, just press your PrtScr button. Hold down Alt as well to get
just the active window. This will put the screenshot on to the
clipboard, so you'll then need to paste it into paint or other such
graphics program (PSP, Photoshop) after which you'll then be able to
save it to a file.


Thanks for the Alt tip. I always hated Windoze b/c I couldn't just select
part of the screen show how little I knew!

Sorry that this had nothing to do with the original post. =/


http://www.jingproject.com/ is also worth a look if you take screenshots 
a lot or ever want to share short screencasts.


-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Screenshot from web page

2007-10-16 Thread Rodolfo De Nadai
Here are php functions that you are looking for... long time ago i found 
this, but can't remenber anymore the functions names, but i know that 
was possible!!!... so a search google again and give me: 
http://blog.thepimp.net/index.php/post/2007/04/17/Screen-capture-with-PHP-and-GD 



But here the references on php documentation:
http://php.oregonstate.edu/manual/en/function.imagegrabscreen.php
http://us3.php.net/manual/en/function.imagegrabwindow.php

Stut escreveu:

Philip Thompson wrote:

If you're not talking about automated screenshots, and you're using
Windows, just press your PrtScr button. Hold down Alt as well to get
just the active window. This will put the screenshot on to the
clipboard, so you'll then need to paste it into paint or other such
graphics program (PSP, Photoshop) after which you'll then be able to
save it to a file.


Thanks for the Alt tip. I always hated Windoze b/c I couldn't just 
select

part of the screen show how little I knew!

Sorry that this had nothing to do with the original post. =/


http://www.jingproject.com/ is also worth a look if you take 
screenshots a lot or ever want to share short screencasts.


-Stut



--
* Rodolfo De Nadai *
* Analista de Sistema Jr. - Desenvolvimento *




*Informática de Municípios Associados S.A.*
Seu governo mais inteligente
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  - 
www.ima.sp.gov.br http://www.ima.sp.gov.br/
Fone: (19) 3739-6000 / Ramal: 1307 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Screenshot from web page

2007-10-12 Thread Gevorg Harutyunyan
Hi,

I would like to make web page screenshot and generate an image for
example .jpg or .png using PHP,Apache.

If any one has experiance in doing that please help.

I know that there are lot of services like that, but I don't want to use them.
In real I need that to generate screenshot of my local server pages.

-- 
Best Regards,
Gevorg Harutyunyan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php