mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-08-23 04:03:29 +08:00
[Translated]How to convert an HTML web page to PNG image on Linux
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Translating---------------geekpi
|
||||
|
||||
|
||||
How to convert an HTML web page to PNG image on Linux
|
||||
================================================================================
|
||||
One of the easiest way to screen capture a particular web page as a PNG image is by using [CutyCapt][1], which is a convenient command line Linux tool for converting any HTML webpage to a variety of vector and bitmat image formats (e.g., SVG, PDF, PS, PNG, JPEG, TIFF, GIF). Internally, CutyCapt uses WebKit rendering engine to export webpage rendering output to an image file. Built with Qt, CutyCapt is actually a cross-platform application available for other platforms such as Windows as well.
|
||||
@@ -81,4 +84,4 @@ via: http://xmodulo.com/2014/02/convert-html-web-page-png-image-linux.html
|
||||
|
||||
[1]:http://cutycapt.sourceforge.net/
|
||||
[2]:https://github.com/hoehrmann/CutyCapt/issues/3
|
||||
[3]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html
|
||||
[3]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html
|
||||
|
||||
Reference in New Issue
Block a user