Skip to content
Prev 257706 / 398502 Next

Error in png: unable to start png() device

On 21.04.2011 22:32, Patrick McKann wrote:
The following works for me:

 > png("test.png", width=50000, height=50000, res=1000)
Error in png("test.png", width = 50000, height = 50000, res = 1000) :
   unable to start png() device
In addition: Warning messages:
1: In png("test.png", width = 50000, height = 50000, res = 1000) :
   Unable to allocate bitmap
2: In png("test.png", width = 50000, height = 50000, res = 1000) :
   opening device failed
 > png("test.png",width=1000, height=1000, res=1200)
 > dev.off()


PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html and provide commented, 
minimal, self-contained, reproducible code.

- So where is your reproducible example???
- Assuming you are running R-2.13.0 (also unstated)???
- Why do you send html mails???

Uwe Ligges