Jan Verbesselt
2005-May-13 09:55 UTC
[R] DEV2bitmap: jpeg with res=400 not enough for CORELDRAW poster A0
Dear all,
When saving a plot with the dev2bitmap command:
name <- c("test.jpeg")
dev2bitmap(name,type="jpeg",height=8,width=13,res=400)
Everything seems to be ok... After importing this picture in CORELDRAW (for
a poster A0) format the resolution and colors are not optimal.
How can I save pictures (colors/resolution) optimally for import into
CorelDraw for an A0 poster?
Pdf?/tiff?/bmp?/
Thanks,
Jan
_______________________________________________________________________
ir. Jan Verbesselt
Research Associate
Lab of Geomatics Engineering K.U. Leuven
Vital Decosterstraat 102. B-3000 Leuven Belgium
Tel: +32-16-329750 Fax: +32-16-329760
http://gloveg.kuleuven.ac.be/
Uwe Ligges
2005-May-13 10:19 UTC
[R] DEV2bitmap: jpeg with res=400 not enough for CORELDRAW poster A0
Jan Verbesselt wrote:> Dear all, > > When saving a plot with the dev2bitmap command: > > name <- c("test.jpeg") > dev2bitmap(name,type="jpeg",height=8,width=13,res=400) > > Everything seems to be ok... After importing this picture in CORELDRAW (for > a poster A0) format the resolution and colors are not optimal. > > How can I save pictures (colors/resolution) optimally for import into > CorelDraw for an A0 poster? > > Pdf?/tiff?/bmp?/What about PostScript? It's perfectly resizable and CorelDraw (at least the outdated version 10) can deal with it. Uwe Ligges> Thanks, > Jan > > > _______________________________________________________________________ > ir. Jan Verbesselt > Research Associate > Lab of Geomatics Engineering K.U. Leuven > Vital Decosterstraat 102. B-3000 Leuven Belgium > Tel: +32-16-329750 Fax: +32-16-329760 > http://gloveg.kuleuven.ac.be/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Maybe Matching Threads
- Spatial Autocorrelation for point data
- Read date for timeserie object
- Range in probabilities of a fitted lrm model (Y~X)
- Plotting: Plot several axis at right hand side of the plot
- Penalized likelihood-ratio chi-squared statistic: L.R. model for Goodness of fit?