Perhaps: png("newcat.png") par(mar=rep(0, 4)) plot(x) dev.off()
On 06/03/2008, Alberto Monteiro <[EMAIL PROTECTED]> wrote: > Is there any way to write an imagematrix generated by the rimage package? > > Reproducible example: > > library(rimage) > x <- read.jpeg(system.file("data", "cat.jpg", package="rimage")) > png("newcat.png") > plot(x) > dev.off() > > The newcat.png image is different from the original file, because > there are ugly white borders around it. > > Alberto Monteiro > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.