search for: pict

Displaying 20 results from an estimated 27 matches for "pict".

Did you mean: pic
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
...ion is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -28,24 +29,83 @@ #include "nv_include.h" -typedef struct nv10_exa_state { - Bool have_mask; - Bool is_a8_plus_a8; - struct { - PictTransformPtr transform; - float width; - float height; - } unit[2]; -} nv10_exa_state_t; -static nv10_exa_state_t state; +/* Texture/Render target formats. */ +static struct pict_format { + int exa; + int hw; +} nv10_tex_format_pot[] = { + { PICT_a8, 0x80 }, + { PICT_r5g6b5, 0x280 }, + { P...
2001 Mar 30
5
PICT output?
hi, all. I use R on a unix (linux) box and am quite happy with it. However, sometimes I need to create a graph that needs to be used with Microsoft Word or Powerpoint (ug). I can create a png or jpeg format picture, but the text look pretty crummy because jpeg is bitmapped. I can also create a PS/EPS version (my preference), but then it doesn't display properly in word or powerpoint (but it prints OK). I guess I have two questions: 1) Are there any plans for R to output a PICT format? (which would...
2001 Apr 02
0
PICT files...
So, lots of comments about PICT. If you have to go there (EPS to PICT, but vectorized PICT for an investigator to use), does anyone have suggestions? I've found EPStoPICT (www.artage.com), any other thoughts? (these are real Mac people, so while I could go the WMF route, it's about as palatable as EPS). best, -tony...
2016 Apr 15
0
FLAC__metadata_get_picture always return false
...I can get this pair ( flac.h & libFLAC8.dylib ) working fine to convert flac file to other supported audio file formats both ways. It work also fine to get Vorbis Comment and other metadata ( like "bits per sample" for instance ). But when I use the following code, FLAC__metadata_get_picture() always return false : FLAC__StreamMetadata *smet= NULL; const char *filename="/[...]/musicfile.flac"; for (FLAC__StreamMetadata_Picture_Type pic_type = FLAC__STREAM_METADATA_PICTURE_TYPE_OTHER; pic_type < FLAC__STREAM_METADATA_PICTURE_TYPE_UNDEFINED; pic_typ...
2001 Apr 03
0
PICT output? R plot to word
...gest V2 #382): > - ----- Original Message ----- > From: "Mark Myatt" <mark at myatt.demon.co.uk> > To: "Greg Trafton" <trafton at itd.nrl.navy.mil> > Cc: <r-help at stat.math.ethz.ch> > Sent: Monday, April 02, 2001 9:31 PM > Subject: Re: [R] PICT output? > > > > 2) Is there a way to get an R plot to come out looking good in > > >powerpoint or word > > > > Why not create a Windows metafile using win.metafile()? I think this > > functions might be available only in the Windows version of R. > ------...
2014 Aug 10
3
[PATCH 1/4] exa/nv10: use same clip settings as mesa driver
The higher 0x800 was getting overwritten by the 0x7ff anyways, so it wasn't doing any good. The mesa driver just uses 0x800 for the low portion and doesn't set the 8 bit in the higher portion, so do the same thing here. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/nv10_exa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nv10_exa.c
2005 May 23
1
has_and_belongs_to_many dual insert error ?
Hi ! (See references at the end) I have a slight problem. Whenever I save one of my domain models, which contains an has_and_belongs_to_many relationship with another one, the relationships are doubled. My domain is a series of pictures, where each picture can be tagged with one or more words. So, a picture of my dog could be tagged "Jordy, Dog, Dog 2005", for example. In my form, the tags are presented to the user in a single INPUT type="text". The user edits the list, and separates the words using a...
2001 Apr 03
0
graph from unix into word
On 31 Mar 01,, R-help Digest wrote (re: R-help Digest V2 #380): > Date: Fri, 30 Mar 2001 09:49:21 -0500 (EST) > From: Greg Trafton <trafton at itd.nrl.navy.mil> > Subject: [R] PICT output? > > hi, all. I use R on a unix (linux) box and am quite happy with it. > However, sometimes I need to create a graph that needs to be used with > Microsoft Word or Powerpoint (ug). I can create a png or jpeg format > picture, but the text look pretty crummy because jpeg i...
2010 Apr 20
0
[PATCH] nv10/exa : demagify tex and rt format
...;chantry.xavier at gmail.com> --- src/nv10_exa.c | 35 +++++++++++++++++++---------------- 1 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/nv10_exa.c b/src/nv10_exa.c index 1acb583..23a68e3 100644 --- a/src/nv10_exa.c +++ b/src/nv10_exa.c @@ -34,30 +34,33 @@ static struct pict_format { int exa; int hw; } nv10_tex_format_pot[] = { - { PICT_a8, 0x80 }, - { PICT_r5g6b5, 0x280 }, - { PICT_x8r8g8b8, 0x300 }, - { PICT_a8r8g8b8, 0x300 }, + { PICT_a8, NV10TCL_TX_FORMAT_FORMAT_A8 }, + { PICT_r5g6b5, NV10TCL_TX_FORMAT_FORMAT_R5G6B5 }, + { PICT_x8r8g8b8, NV10TCL...
2007 Feb 26
3
Decoding for ambisonic Ogg audiob
...The following sane options exist: A) Simply output the B-format audio B) Produce a downmix 1) Mono. 2) Stereo blumlein crossed pairs 3) Stereo UHJ 4) binaural C) Produce speaker feeds 1) Fully generalizable speaker feed decoder (such as http://www.kokkinizita.net/linuxaudio/adec-pict.html) 2) G-format (fixed decode for the 5.1 layout) (A) is pretty much a no-brainer, and minus some polish on marking up the channel mapping we pretty much already do it today. I think that some form of downmix support will be an essential feature in the libraries. Most users will not have soft...
2017 Sep 22
1
Embedding PDF into RTF document via R language
...ents: R RTF PDF Using R (and a slew of RTF commands), I assemble a text document with an RTF extension. The document contains text, tables, and images (JPEG format, previously created with R). To ?import? the JPEG images into the document, I use the following R code: cat("\\pard\\qc {\\pict\\jpegblip\n", file=TEMPREPORT, append=T) cat(toupper(readBin(IMAGEFILE, "raw", 10000000)), fill=64, sep="",file=TEMPREPORT, append=T) cat("\n}\\par\\ql", file=TEMPREPORT, append=T) The critical text is: jpegblip ? which presumably informs the RTF reader that wh...
2007 Mar 05
1
compiz composited video and alpha only GLX pixmaps
...d YV12 image formats are currently supported but it's of course very easy to add support for additional formats. YV12 format requires GL_ARB_fragment_program and 8 bpp alpha only GLX pixmap support. The server doesn't provide alpha only pixmaps today. The attached patch adds an alternative PICT_a8 visual to composite and that is enough for xgl to support alpha only GLX pixmaps (not sure it will work with aiglx or nvidia's driver, I would guess not). Adding an alpha only X visual might be a bad idea. It doesn't cause any issues with the clients I've been running but I've s...
2012 Jun 27
32
[Bug 51477] New: bad/missing graphics with NV11 / GeForce 2MX/MX400
https://bugs.freedesktop.org/show_bug.cgi?id=51477 Bug #: 51477 Summary: bad/missing graphics with NV11 / GeForce 2MX/MX400 Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2013 Mar 11
1
[LLVMdev] regarding C++11 plugins
Hi all, I have written a Clang plug-in which uses some c++11 keywords. Coz of that I am able to load that plug-in. Can you just help me out. It produces lots of warnings at those keywords. Thanks.. -Aashay PICT, Pune -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130311/ccc43416/attachment.html>
2013 Jan 11
1
Want details of different rsync protocol versions
...not the actual protocol details and how it should be implemented. So, this lead to one more doubt ,"why rsync's is not documented in RFC since it is a protocol" ? Any suggestions , where can I find detailed rsync protocol description? Thanks in advance. Regards, -- Akshay Patil , PICT ,Pune -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20130111/6f583020/attachment.html>
2007 Jun 19
1
Video Plugin
Hi, I've read the following message concerning the compiz video plugin: http://lists.freedesktop.org/archives/compiz/2007-March/001576.html I've patched mplayer, but the xserver patch doesn't seem to apply cleanly to xserver-1.3. Is there an updated patch for this, or is one even still necessary? Also, is there any work in something like a gstreamer plugin for the compiz video?
2015 Jun 16
1
vfs_fruit kernel panic 10.9.5 when saving from adobe illustrator cc
Am 15.06.2015 um 18:53 schrieb Ralph B?hme: > On Mon, Jun 15, 2015 at 12:57:52PM +0200, Sascha Kasch wrote: >> dear list, >> >> thanks for the great fruit speed-improvements. but... >> >> server config: >> debian 8 jessie >> sernet samba 4.2.2 packages >> >> here we see a problem that might not only be fruits problem but >> results in
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...nNouveauDevice helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Ilia Mirkin (5): update man page with new chips, AccelMethod option exa/nv10: use same clip settings as mesa driver exa/nv10: use color 0 when the pict format has no RGB component exa/nv10: fix blend function setup to check the correct mask exa/nv10: src ops should use the SF macro Marcin Slusarz (2): glamor: fix build without glamor.h present: build only when glamor is enabled Mario Kleiner (15): Fix nouveau_copy_i...
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...nNouveauDevice helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Ilia Mirkin (5): update man page with new chips, AccelMethod option exa/nv10: use same clip settings as mesa driver exa/nv10: use color 0 when the pict format has no RGB component exa/nv10: fix blend function setup to check the correct mask exa/nv10: src ops should use the SF macro Marcin Slusarz (2): glamor: fix build without glamor.h present: build only when glamor is enabled Mario Kleiner (15): Fix nouveau_copy_i...
2003 Oct 20
2
win.metafile and Linux
Hi Folks, I see that people have been discussing the win.metafile device on the list since before 2000. Yet I have never seen this on a Linux distribution of R. Is this because the device works by making calls (GPL calls of course!) to a proprietary Windows library? In that case I can understand that it would be far from kosher to implement it on Linux. But I'd like confirmation. I must