Displaying 20 results from an estimated 45 matches for "antialia".
Did you mean:
antialias
2009 Mar 24
1
segfault when running heatmap()
...onInfo() follows.
Browse[1]>
debug: op <- par(no.readonly = TRUE)
Browse[1]>
*** caught segfault ***
address 0x103c93d53, cause 'memory not mapped'
Traceback:
1: function (display = "", width, height, pointsize, gamma, bg, canvas,
fonts, xpos, ypos, title, type, antialias) { if (display == "" &&
.Platform$GUI == "AQUA" && is.na(Sys.getenv("DISPLAY", NA)))
Sys.setenv(DISPLAY = ":0") new <- list() if (!missing(display))
new$display <- display if (!missing(width)) new$width <...
2010 Feb 19
1
tiff() and antialias option
I was wondering if someone could help with the antialias option in tiff().
I'm running R 2.9.2 on a Linux machine.
I'm working on creating a tiff file and have tried different antialias
parameters, e.g. default, none, gray, and subpixel, but don't seem to be
seeing a difference in the output. Or perhaps I'm missing something
obvious?...
2008 May 01
1
X11cairo with antialias="none" buggy under MacOS?
using
X11(antialias="none")
plot(1:10)
produces an incomplete plot with 2.7.0. under
MacOS 10.4.11: both y-axes are missing.the
y-ticks (except the tick at `2' wich is missing)
including labels are there.
this happens with a 1280x854 labtop monitor.
is this known behaviour/a cairo bug?
joerg
2017 Nov 28
1
Height not set properly in grDevices::jpeg() with type = "cairo"
...On my system (Windows 7, running R 3.4.2), this produces a plot that
is 755 x 200 pixels, and is vertically very squashed.
Looking at grDevices::jpeg, it looks like the culprit is these lines:
g <- .geometry(width, height, units, res)
if (match.arg(type) == "cairo") {
antialias <- match(match.arg(antialias), aa.cairo)
invisible(.External(C_devCairo, filename, 3L, g$width,
height, pointsize, bg, res, antialias, quality, if
(nzchar(family)) family else "sans",
300))
}
g$width is used, but "height" is used instead...
2008 May 03
0
NVIDIA and antialias
Hi all !
I'm running opensuse10.3 and have reproduced the following problem with 16x.xx drivers and 17x.xx
If I do NOT put antialiasing in Override apllication settings -> OFF, wine games fails with :
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 599
Current serial number in output stream: 599
libxcb:...
2009 Jun 05
1
Antialiasing plots and text on different devices
I have a question about antialiasing when R generates bitmaps. (This follows
a thread on the ggplot2 mailing list.)
I mostly use R on Linux, although I sometimes use it in Mac and Windows as
well. On Linux, I've found that plotting shapes 15-18 via cairo results in
bad-looking output. The points are not antialiased, and they...
2009 Jul 03
1
Plot Fonts in Windows vs Mac OSX
I have been plotting the same charts using png on a Windows machine
and on a Mac OSX and the quality of the resulting images, particularly
in relation to the fonts, look far superior in the plots produced on
the Mac. Is there any way I can enhance the quality of the plots
produced on the Windows machine? I have also tried using win.metafile
on the Windows machine and the quality looks the same as
2004 Dec 27
1
splot.screen: multiple plots
...simplified example with the same data for all
plots
X<-c(1.00000 3.63168 6.44916 10.17572 20.47440)
Y<-c(0.26 0.56 0.80 0.92 0.88)
numFreq<-7
numdist<-8
coefind <- 1
quartz(display = "", width =15, height = 10, pointsize = 9,
family = "Helvetica", antialias = TRUE,
autorefresh = TRUE)
par(pty="s")
split.screen(c(numdist,numFreq))
for (inddist in 1:numdist)
{
for (indFreq in 1:numFreq)
{
indscreen<- indFreq+(inddist-1)*numFreq
screen(indscreen)
# mar<-c(1,1,1,0)
plot(X,Y,
log="x",col="red",xlim=c(1,...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
.../rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:1024
#8 0xb77c11c5 in _cairo_surface_fallback_stroke (surface=0xa46aa10,
op=CAIRO_OPERATOR_OVER, source=0xbfe97454, path=0xa46ace8,
stroke_style=0xa46b4d0, ctm=0xbfe97518, ctm_inverse=0xbfe974e8,
tolerance=0.10000000000000001, antialias=CAIRO_ANTIALIAS_DEFAULT)
at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-surface-fallback.c:836
#9 0xb77be7ab in _cairo_surface_stroke (surface=0xa46aa10,
---Type <return> to continue, or q <return> to quit---
op=CAIRO_OPERATOR_OVER, source=0xbfe97598, path=0xa46ace8,...
2017 Feb 10
2
Grapics Device Resolution Limits
...g other png() devices:
png(filename = "Rplot03d.png",
width = 480, height = 480, units = "px", pointsize = 12,
bg = "white", res = NA, family = "", restoreConsole = TRUE,
type = c("windows", "cairo", "cairo-png"), antialias)
Try the other 2 types: the cairo devices do not use your graphics
hardware nor MicroSoft's GDI. (The other 2 devices are Xlib on a
Unix-alike and Quartz on macOS.)
On 10/02/2017 16:54, Martin Maechler wrote:
>>>>>> Dario Strbenac <dstr7320 at uni.sydney.edu.au>
&g...
2008 May 21
0
No antialiasing with 2.7.0
...ities()
jpeg png tcltk X11 aqua http/ftp sockets libxml
TRUE TRUE TRUE TRUE FALSE TRUE TRUE TRUE
fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE FALSE FALSE
I have the libs and my own test builds antialias just fine, so it is not
an installation issue, rather it is probably the joy of building in
chroot jails: If a library is not in the jail, it won't be found by
configure, and it won't be in the jail unless it is put there.
--
O__ ---- Peter Dalgaard ?ster Farimagsgade...
2004 Nov 30
1
bitmap (blank image) plot rendering without X11
...s=72)
> pie(c(12,5))
> dev2bitmap(file="plot.png", type = "png256", height = 6, width =
6,res=72)
I end up with "plot.png" as a nonzero png file, but it is always
blank... I have gs 6.51 installed & R_GSCMD=/usr/bin/gs set.
generating Rplot.ps; pstoimg -antialias (or pstopnm) would also be an
acceptable solution if I knew how to control the size of the generated
image, or if the ps generated by R was consistently compatible with
pstopnm. (ps2ps causes me to lose parts of the image)..
So I am asking know-alls of R... if they know of a solution? We ar...
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
...ion' and check 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 las...
2011 May 24
2
Fonts Anti Alias Problem
I 'm using a new slackware 13.37 version and after trying to play a MU Online Game I don?t get fonts antialias representation. Normally, I edit regedit but now it?s not function. Is anyone having this problem?
HKEY_CURRENT_USER\Software\Wine\X11 Driver
string: ClientSideAntiAliasWithCore value: N
string: ClientSideAntiAliasWithRender value: N
http://img830.imageshack.us/img830/250/snapshot2x.png
2012 Mar 21
2
No Anti-Aliasing in Warcraft 3?
Hello, Wine Users!
I'm on Debian Sid (x86_64) using fglrx. Wine version is stable 1.4.0
The driver is working fine and I can play Warcraft 3 with 1920x1080 resolution with highest settings, getting about 100 FPS. Now, that's the fine part.
Now the problem:
I can't get anti-aliasing to work. It doesn't matter what options I select or deselect in the Catalyst Control Center,
2013 Apr 05
0
Undesired vertical lines in png file output using 'cairo-png'
...as 'windows' doesn't.
The actual issue has a lot of code I don't think it's useful to post, but
the relevant lines of code are below:
png(file="FooBar.png",
w=900,h=500,units="px",bg="transparent",family="Lato",type="cairo-png",antialias="none")
par(mar=c(5,4,3,0),bty="n",mfrow=c(1,2))
dev.off()
You can see the difference in outputs here:
http://stackoverflow.com/questions/15839198/r-png-has-undesired-vertical-lines-plot-doesnt
Note that using 'windows' does not result in the error - it's somethin...
2017 Jul 21
0
Wine release 2.13
...idToStringSidA().
advapi32/tests: Fix a sid string leak (Valgrind).
po: Update Russian translation.
regedit: Simplify double-click listview handler.
msacm32/tests: Fix a memory leak in tests (Valgrind).
dwrite: Improve rendering parameters validation.
dwrite: Use antialias mode set for bitmap render target.
dwrite: Explicitly check rendering parameters pointer passed to DrawGlyphRun().
dwrite: Trace user-provided OpenType feature set.
d2d1: Pass current text antialias mode down to IDWriteGlyphRunAnalysis.
d2d1: Enforce text antialias mode vs...
2017 Feb 10
0
Grapics Device Resolution Limits
...:
>
> png(filename = "Rplot03d.png",
> width = 480, height = 480, units = "px", pointsize = 12,
> bg = "white", res = NA, family = "", restoreConsole = TRUE,
> type = c("windows", "cairo", "cairo-png"), antialias)
>
> Try the other 2 types: the cairo devices do not use your graphics
> hardware nor MicroSoft's GDI. (The other 2 devices are Xlib on a
> Unix-alike and Quartz on macOS.)
>
>
> On 10/02/2017 16:54, Martin Maechler wrote:
>>>>>>> Dario Strbenac <ds...
2006 Apr 15
6
Good image API for RoR?
Hi, I need a relatively simple image api for the app I''m writing. I
need to copy photos, rename them, and re-size them to put them in a
standard format.
I tried using RMagick/Imagemagick, but the photos would be corrupted on
re-size, so I''m looking for some suggestions.
--
Posted via http://www.ruby-forum.com/.
2009 Aug 22
1
Why is R so slow at plotting on Ubuntu 9.04?
under Ubuntu 9.04 R seems to be very slow at plotting.
the example below illustrates with a plot of error bars of sample means
where i watch as each error bar is plotted one at a time. very annoying and pain in the neck when running Sweave repeatedly.
running R 2.9.1 under Windoze on the same machine the error bars plotted in the code below appear instantaneously.
has anyone else noticed this