Displaying 20 results from an estimated 1000 matches similar to: "Undesired vertical lines in png file output using 'cairo-png'"
2019 Apr 18
1
ssl_verify_server_cert against SAN?
2019 Apr 18
2
ssl_verify_server_cert against SAN?
2005 May 16
1
RE: Large Floppy Images
On Thu, Feb 17, 2005 at 16:09:50 -0800, Mikey Sklar wrote
> 
> I use 8MB DOS images with pxelinux to load firmware. Which platform
> would you like them for (I have many).
I just saw your post and I would definitely be interested in an 8 MB DOS
images to work with pxelinux. I have tried the method described in
http://people.cs.uchicago.edu/~gmurali/gui/downloads.html but I keep getting
2019 Apr 14
0
Fwd: Problem with solr working, but not indexing
<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   You need to load it either globally or for doveadm protocol as well.
  </div>
  <div>
   <br>
  </div>
  <div>
   Loading it globally should be safe.
  </div>
  <div>
   <br>
  </div>
  <div>
   Aki
 
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
    Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
    0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2017 Nov 28
1
Height not set properly in grDevices::jpeg() with type = "cairo"
Hi,
I have been having issues producing plots in JPEG format, using type =
"cairo" to get better anti-aliasing. When trying to set the physical
size with units = "cm" or units = "mm", the width is set correctly but
the height is not - it looks like the height is simply treated as
pixels regardless of the 'units' argument.
Example:
x = 1:10
y = 2 * x
2004 Sep 10
1
rpms
--- Miles Egan <miles@caddr.com> wrote:
> On Tue, Jul 17, 2001 at 10:04:49AM -0700, Josh Coalson wrote:
> > --- Miles Egan <miles@caddr.com> wrote:
> > > Are there rpms for flac available?
> > 
> > I'm not aware of any official maintainers but supposedly
> > the gstreamer guys (http://gstreamer.sf.net) have a spec
> > file for it.  I am
2005 Aug 10
0
[fdo] ANN: Gnome Locale Support and Development list (fwd)
FYI
--behdad
http://behdad.org/
---------- Forwarded message ----------
Date: Tue, 9 Aug 2005 01:28:12 -0400
From: Danilo ?egan <danilo@gnome.org>
To: locale-list@gnome.org
Cc: gnome-i18n@gnome.org, translation-i18n@lists.sourceforge.net,
     gtk-i18n-list@gnome.org, linux-utf8@nl.linux.org
Subject: ANN: Gnome Locale Support and Development list
We have created a list for discussing of
2017 Jan 30
0
Linking Linux kernel with LLD
<div>> I have a question also. You added <span style="font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol",Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(255,255,255);">-m elf_i386 </span>to workaround emulation conflict issue in LLD, do you know<div>> does output
2019 Apr 14
2
Fwd: Problem with solr working, but not indexing
2010 Mar 25
0
Error in png concerning 'type = "cairo"'
Dear R-users,
though i have successfully installed Cairo_1.4-5 package on
my Ubuntu machine,
i become the following error message:
Error in png(plot_name, width = 1600, height = 1200) :
  'type = "cairo"' requires cairo >= 1.2 : try 'type =
"cairo1"'
By using 
png(plot_name, width = 1600, height = 1200,type = "cairo1")
i become 
Warning message:
In
2011 Feb 15
1
Cairo device won't output the PNG
Hi All,
I have been experiencing a strange issue ever since I upgraded my R and the packages. I cannot plot anything to the CairoPNG device.For an example:> Cairo(600, 600, file="plot.png", type="png", bg="white")> plot(1:10)> dev.off()will create an empty plot.png file. I am running R 2.12.1 (32bit) on Windows 7 (64bit).
----------------------------->
2009 Oct 22
1
Cairo package, png files within for loop are black?
Hello,
I am generating .png images using the Cairo package in a for loop 
(looping on the number of zones, number of zones equals the number of 
plots to create based on different zone data).   When  I run the R 
script the .png files are created but they are all black?  If I comment 
out the for loop and force my zones to equal one the png file is created 
correctly?  Is there an issue with
2004 Sep 10
2
rpms
--- Miles Egan <miles@caddr.com> wrote:
> Are there rpms for flac available?
I'm not aware of any official maintainers but supposedly
the gstreamer guys (http://gstreamer.sf.net) have a spec
file for it.  I am going to look into it in the next
couple of days but when 1.0 comes out I'm sure RPMs will
pop up pretty quickly.
Josh
__________________________________________________
2019 Apr 18
2
ssl_verify_server_cert against SAN?
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all,
I have been having problems generating png files on a Mac running OS X 10.6.8. 
Here's a simple example
> png("foo.png", type = "cairo"); plot(1:10); dev.off();
null device 
          1 
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
The resultant file is of size 0 Kb.
Is this the proper place to report this issue?  Or should
2013 Oct 21
2
png(type='cairo'): point symbols without boarders are not anti-aliased?
Hi,
It seems that anti-aliasing in png(type = 'cairo') is not well
supported for the point symbols without boarders, e.g. pch = 16. The
Cairo package works well, though. You can compare png() with
CairoPNG():
png(): http://i.imgur.com/8niB3jX.png
CairoPNG(): http://i.imgur.com/FZBJOxm.png
f = function(dev, ..., main = '') {
  dev(...)
  plot(c(1, 2, 1, 2), c(1, 1, 2, 2),
2002 Aug 12
1
Samba/Linux - Password synchronization problem
hi, friends! 
i have samba on mandrake. 
i want to set encrypted passwords for win98 winNT clients, and 
also i want to set passwords synchronization to automatically 
update a user's regular Unix password when the encrypted samba 
password is changed on the system. 
i can change user's passwords for samba but synchronization 
doesn't work. 
here are some lines from my smb.conf and
2019 Apr 14
1
Problem with solr working, but not indexing
2013 Mar 20
1
S4 Reference Classes: undesired behavior when calling method '$field()'
Dear list,
I came across a behavior that IMHO is somewhat undesired when calling 
'$field()':
If the field name whose value you're trying to get is *not* a valid 
field of the Reference Class, then R doesn't stop there with an error, 
but scans through all enclosing environments/frames. The result is 
something similar to calling '|get(<objname>, inherits=TRUE)|'