search for: dpi

Displaying 20 results from an estimated 473 matches for "dpi".

Did you mean: dp
2008 Apr 10
3
wine dpi too large
I accidentally put the wine font to 496 dpi, because im stupid, [Embarassed] so does anyone know a way to change all the settings back to default? [Question] please help me, PLEASE :P
2010 Aug 29
3
Saving plot to tiff, with high resolution for publication ?
Hello all. A Journal we are sending an article to is asking for the following: To ensure the best reproduction quality of your figures we would appreciate high resolution files. All figures should preferably be in TIFF or EPS format... and should have the following resolution: Graph: 800 - 1200 DPI Photo: 400 - 800 DPI Color (only CMYK): 300 - 400 DPI (DPI = dots per inch) Since I am sending a graph, I am trying to save it using tiff. Here is the code I am using: tiff(filename = "c:\\aaa.tiff", res = 800, pointsize = 2) plot(1:100) dev.off() But sadly, it produces a ve...
2010 Jan 28
1
quartz() and dpi
Hello all, I am using quartz (on OS X obviously) to produce PDFs and PNGs from my plots, for later inclusion in LaTeX. I am typically using something like: plot(0) dev.print(quartz, file="foo.pdf", width=5, height=3) dev.print(quartz, file="foo.png", width=5, height=3, dpi=72) I want the sizes of the PDF and PNG to be *equal* in *inches*, which works with dpi=72. However, when I increase the dpi parameter, instead of producing an image of the same size with increased resolution, it creates a larger image of resolution = 72. E.g. try dev.print(quartz, file="foo...
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
...that Xorg was giving something reasonable.. eg dimensions: 1600x1200 pixels (423x317 millimeters) resolution: 96x96 dots per inch So far so good. With this new fangled gnome and fontconfig stuff, you also need to set up some X-resources with: xrdb -query |grep Xft Xft.antialias: 1 Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: none ... and to inform gnome-settings-daemon with gnome-appearance-properties->Font->Details->dpi which is the same as: gconftool-2 -s --type float /desktop/gnome/font_rendering/dpi 96 It's that last step that b...
2015 Sep 05
2
Support for high DPI 4K screens
I was recently testing R and RStudio on a high dpi 4K monitor under Windows and noticed that the plot window cannot be scaled or zoomed without affecting the relative sizing of all plot elements (line widths, font sizes, legend spacing etc). RStudio seems to try to overcome this by enabling dpi scaling for the plot window on high dpi screens, but t...
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
...corriendo la siguiente instruccion, ggsave(paste('img/',plotName,'.png', sep='') y resulta el error: ggsave(paste('img/',plotName,'.png', sep='') Saving 7.32 x 4.87 in image Error in grDevices::png(..., width = width, height = height, res = dpi, : unable to start png() deviceIn addition: Warning messages:1: In grDevices::png(..., width = width, height = height, res = dpi, : unable to open file 'img/StreetRobberyKde2d.png' for writing2: In grDevices::png(..., width = width, height = height, res = dpi, : opening device fail...
2008 May 20
4
[Bug 16033] New: [Randr12] DPI calculation ludicrously incorrect
http://bugs.freedesktop.org/show_bug.cgi?id=16033 Summary: [Randr12] DPI calculation ludicrously incorrect Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists...
2003 Oct 29
2
samba3, network printing, additional problems
Hello, First of all my thanks to everyone for their suggestions. I'm still having an issue getting this network printer going. I'm now getting a windows error from explorer.exe, i've checked all the windows system, application, and security logs and of course the error is not in them. I then turned samba's debug level to 10, reloaded it and tried again to access the printer. This
2002 Aug 08
2
R graphics and dpi
Is there a way to tell at what dpi R generates graphics at? I need to generate 600 dpi graphics for an article. -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing...
2010 Dec 14
2
300 dpi and eps:
Hi, I have a run of 5 graphs that I want to place them under the same page. Everything works fine to place them in a pdf file , or eps file, but when it comes to have a high quality of 300 dpi these graphs are not good. For example I open the eps file with Adobe Illustrator (AI) and it shows that it is a 72dpi graph. If I start with a 72dpi graph AI cannot improve this to 300 dpi. Q: HOW CAN A GRAPH IN R DIRECTLY SAVED AS 300dpi? What options do I need to add to the postscript functi...
2010 Mar 12
1
Print density of 600 dpi for a plot
I have to create a plot with a print density of 600 dpi . Within R, is there a way to determine the print density of a plot? Any assistance is much appreciated, regards Bob
2006 Nov 22
3
saving graphics in jpeg format
Dear R users, I need to save a graph in jpeg format. After plotting the graph, when the graphics window is active, in the File menu, the Save as / Jpeg / 100% quality correctly saves the graph in jpeg format. But I would like to know, how could I control the resolution (in dpi) of the saved jpeg file? I need to produce a jpeg at 1200 dpi. I have tried also the jpeg function in the package grDevices. A simple command like this works correctly: jpeg(filename="test01.jpg", width = 800, height = 600, quality = 100, pointsize = 250) barplot(1:5,col=1:5) dev.of...
2015 Sep 05
0
Support for high DPI 4K screens
On 09/05/2015 06:46 AM, Tom Wenseleers wrote: > I was recently testing R and RStudio on a high dpi 4K monitor under > Windows and noticed that the plot window cannot be scaled or zoomed > without affecting the relative sizing of all plot elements (line > widths, font sizes, legend spacing etc). RStudio seems to try to > overcome this by enabling dpi scaling for the plot window on hig...
2023 Jan 20
1
about RGui HighDPI awareness on windows
Dear all: Now RGui on windows no HighDPI awareness.try add HighDPI awareness to RGui in last two days. I write an initial POC(just for verify and only SystemDPI awareness partial implemented) , try to mod graphapp used in R to implemented DPI scaling. it seems works on my laptop , but need further test. So I post the patch https://...
2010 Jan 24
2
[Bug 26194] New: nouveau reports DPI correctly in Xorg.0.log, but value reported by X incorrect
http://bugs.freedesktop.org/show_bug.cgi?id=26194 Summary: nouveau reports DPI correctly in Xorg.0.log, but value reported by X incorrect Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/...
2011 Mar 16
1
changing dpi with regeidt doesn't work
I'm wondering what's wrong with the follwoing command : tfoerste at n22 ~ $ wine regedit ~/Wine/dpi.reg regedit: setValue failed to open key System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts tfoerste at n22 ~ $ cat Wine/dpi.reg [System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "LogPixels"=dword:00000073 Pls reply to me too I'm not subscribed t...
2014 Jan 14
1
Determining the resolution of a screen device
Dear all, I am trying to find a way to reliably and programmatically establish the resolution (i.e. DPI or equivalent) of an on-screen device. It seemed to me that dev.new(width=1, height=1) dpi <- dev.size("px") would do the trick, but the result does not seem to be correct, at least on OS X 10.9.1 using the "quartz" device. Specifically, the window that appears is 1 inc...
2008 Mar 08
5
Fonts are too small in menu bar
Hi. Is there any chance I can increase the size of my fonts for the applications opened with wine? My resolution is 1600 x 1050 and the size seems to be from 5 to 6 pixels (or dpi) and it really hurts my eyes. All my linux apps are just ok at 10 pixels (or dpi) Thanks in advance Luis
2008 Apr 26
6
resolution (dpi) problem
...d electronically. However, I get the following response from the journal: Your manuscript has been unsubmitted because you failed to meet the submission guidelines as indicated below: -Your figures must be submitted in TIFF or EPS format according to the following minimum resolutions: 1200 dpi for black and white line art (simple bar graphs, charts, etc.) 300dpi for halftones (black and white photographs) 600dpi for combination halftones (Photographs that also contain line art such as labeling or thin lines) Does anyone know how to produce the correct settings for the journal (i.e. 1...
2008 Jul 20
1
changed dpi???
Hello, i just changed the settings of winecfg in wrong direction. the dpi value is too low. now i can't see the full display to change it back. after reinstalling the whole programm the settings haven't changed to default. can anybody help me? Thanks