Displaying 8 results from an estimated 8 matches for "bmps".
Did you mean:
bmp
2005 Feb 08
1
Windows BMPs: Why grey background? How to display BMP in R?
"white" is supposed to be the default background for BMPs (according to
?bmp) but it doesn't work
> bmp("test.bmp", bg="white")
> plot(0)
> dev.off()
# results in grey background
# This seems to be a good enough workaround for now.
> bmp("test.bmp")
> par(bg="white")
> plot(0)
>...
2002 Jul 23
1
Wierd Problem, appears Samba related perhaps?
Hello,
I'm relatively new to Samba, but have it set up on my RedHat 7.3 system, and
it's running great. Except for one thing, and I'm not sure if this is a
Samba
problem or a problem with my machines.
What the problems appears is that when I'm copying or moving images (jpegs,
bmps are the only two I've tried so far) from both my laptop and my desktop
(both Win2k mahcines), the images copy fine, but there's also two additional
files created. One of them contains some sort of binary data in it, the
other is
a zero byte file. They both start out with the same name is...
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some
difficulties, namely:
1. I want to read all kind of graphic files, (mainly jpg, png and tiff
is enough...) But, the current implementation seems to deal only with
bmps and currently there is no way to call ::wxInitAllImageHandlers.
2. I think DnD is required in my case: I want to drop filenames on a
TreeCtrl. I will try to add some classes, but now I cannot yet
compile wxruby on mingw, I''m now using the precompiled msvc lib.
3. I''ve noti...
2006 Jul 14
2
Facing problems while downloading speex 1.1.12
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: downloadfail.bmp
Type: image/bmp
Size: 2359350 bytes
Desc: downloadfail.bmp
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20060714/1987a45f/downloadfail-0001.bin
2003 Nov 21
1
How to read .bmp files into R? read.pnm throws error
Hi,
Is there a way to read .bmp files into R? I have tried read.pnm from pixmap
package. It returned
Error in pm.readmagicnumber(con) : Not a PNM format file
Anyother ways to load bitmap images?
Yi-Xiong
2005 Mar 22
5
r under linux: creating high quality bmp's for win users
Hi
I produce graphics with R under linux, but my collaborators often use
windows and cannot import eps pics e.g. in msword
what is the standard way to get e.g. bmp's with the same quality as eps.
going the way: creating eps, convert eps2bmp using 'convert' doesn't
yield good enough bmp's
thanks for a short hint
cheers
christoph
2010 May 21
0
Wine release 1.2-rc1
...msiexec: Reused appwiz.cpl icon in msiexec.
configure: Fix for icotool version checking regex.
configure: Added a check for ImageMagick v6.6 or newer in maintainer mode.
credui: Added a rendering hint to banner.svg.
tools: Modified the ICO render script to also render BMPs.
comctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip.
comctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip.
comctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip.
comctl32: Replaced idb_std_large.bmp with a Tango compli...
2010 May 07
0
Wine release 1.1.44
...th of rsvg provided in the environment variable.
tools: Remove fallback render rule.
tools: Fixed buildicon to support rectangular icons.
comdlg32: Replaced collate icons with Tango compliant icons.
regedit: Fixed flaws in the icon.
makefiles: Added a rule for building BMPs from SVGs.
credui: Replaced banner with a tango compliant image.
comdlg32: Replaced pd32_portrait.ico and pd32_landscape.ico with Tango compliant icons.
user32: Fixed some minor glitches in oic_winlogo.ico.
shell32: Comitted a Tango icon for the control panel.
Johan Gill (1...