CutyCapt is a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.
Questions tagged [cutycapt]
3 questions
3
votes
1 answer
CutyCapt seems to ignore the Xvfb screen size parameters
I have a problem using CutyCapt to create images rendered for a particular screen size.
For example, if I do these:
xvfb-run --server-args="-screen 0, 800x600x24" \
~/bin/CutyCapt/CutyCapt…
bzdjamboo
- 267
- 1
- 3
- 7
2
votes
2 answers
Xvfb does not release memory
We want to create screenshots of websites for our software, and we are doing this by using CutyCapt with Xvfb.
Unfortunatly every time CutyCapt takes a screenshot, the memory of Xvfb increases .. until the memory of the boy explodes.
This is not…
Dag
- 195
- 2
- 7
2
votes
1 answer
How to take higher resolution screenshots with CutyCapt
Assume i take a screenshot via
xvfb-run -s "-screen 0 1920x1080x16" cutycapt --url ... --out ...
then i have learned that cutycapt will not use the X sessions parameters.
How would i generate an output with cutycapt at a higher resolution, so it…
x29a
- 141
- 1
- 6