search for: tiffs

Displaying 20 results from an estimated 657 matches for "tiffs".

Did you mean: diffs
2013 May 01
1
Tiff plot Resolution issues
I am trying to create a high resolution tiff. It is not working. I am on Windows XP 32-bit R 3.0.0 Code input: tiff(file="test.tiff",width=6.83,height=6.83,units="in", res=1200) Return Message: Error in tiff(file = "test.tiff", width = 6.83, height = 6.83, units = "in", : unable to start tiff() device In addition: Warning messages: 1: In tiff(file =
2009 Apr 05
1
problem with lattice tiff or bitmap: character size and color
Hi all, I am trying to make tiff files of lattice plots at a resolution greater than 300 dpi required by a journal (PLoS ONE). I have tried both the tiff and bitmap functions. tiff keeps panel colors but reduces axes and tick labels so they are nearly invisible. bitmap maintains correct label size but only produces greyscale. Regular plots work fine with tiff; the problem is only with lattice
2007 Jan 12
7
Making TIFF images with rtiff
Many medical journals and publishers require that images, whether photographs or line art, be submitted as high resolution .TIFF images. One option for R users is to produce an image in one format and to convert it to a .TIFF file using a second software program. My experience has been that this option often results in images of poorer quality, often with blurry contours, and a loss of
2008 Dec 30
1
How to set plot resolution
Hi I'm want to obtain a plot of 1200dpi tiff format, but I met some difficulty. Could anybody show me some examples about it? my code: ############################################## tiff(file="shaw.tiff",width=8.6,height=8.6,units="cm",res=1200,pointsize=10) plot(bal100,type="l",pch=20,col="red",lwd=1.5,axes=F,xlim=c(1,5),ylim=c(0,0.3),ann=F)
2009 Jun 17
3
tiff() woes
Hello all, a friend has a problem with tiff() which I was unable to help about. I searched the error messages to no avail. When he tries: tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, height = 5, units = "cm", bg = "white", res = 1200) Error in tiff(filename = "FedeWhyDoesntThisBloodyWork.tif", width = 5, : unable to start device
2012 Nov 24
1
Failure to compile tiff package
I would be grateful for a bit of help. I am on a 32bit build of Ubuntu LTS 12.04 running R version 2.15.2 (2012-10-26) -- "Trick or Treat" Platform: i686-pc-linux-gnu (32-bit) from within RStudio and from within a terminal (sudo R | install.packages("tiff") ) I have the following compile error: > install.packages("tiff") Installing package(s) into
2004 Jan 12
2
Wrote new tiff package, would like big-endian tiffs for testing
...noted a couple of people interested in an R package that will read tiff files. There were some valid arguments against (e.g. R is not an image editting suite, libtiff does not support all tiff files, etc.). True enough, when I want to work with family photos, I use Gimp. But in my research I use tiffs as data sets in the context of computational biology and molecular epidemiology. The results of my analyses in this case will not be mailed to family members, but used in subsequent statistical analyses. For this reason, I like to be able to read my images from within R. So, with that long-winde...
2004 Sep 23
2
viewing fax tiffs?
Hello, I have spandsp setup to accept incoming faxes and receiving tif files via Email. Using tiff2pdf, or tiff2ps -a2 or even tiffsplit, the last page of the fax is cut off and the quality of the text looks "squished". I "figure" it's a tiff parsing thing, as opposed to a problem with my spandsp installation (heh). Has anyone experienced the same thing, or can anyone recommend a "proper" wa...
2005 Feb 24
1
tiff printer driver in wine?!
Hi, we need a solution for running a tiff printer driver within wine which creates tiff files from a word document, for example. Only printing through cups and/or lpr to a postscript file is doing now as known, but this is much overhead for the application we want to run. There should be a way to run such a tiff printer driver in wine. Or is doing anyone writing wineps like tiff driver
2008 May 23
2
Preparing high quality figures with tiff as end result
Hi all, I'm currently preparing some figures that will be submitted to PloS One. In their guidelines they state that they will only accept figures in tiff or eps format, with the warning that eps figures will be converted to tiff format ( see http://www.plosone.org/static/figureGuidelines.action ). Because of this conversion, I figured I'd generate tiff-format figures from the beginning.
2005 May 13
1
Re: SpanDSP TXFax and multipage faxes problems
Hi ! Does anyone managed to send multipage faxes (in single TIFF file) with app_txfax from spandsp package (i'm using 0.0.2pre18, libtiff 3.7.1)? If so, I'm interested in format of TIFF file that has been sent sent succesfully (tiffinfo <fax-filename>). I'm having problems with app_txfax, sending first page successfuly 99 % of the time, but never managed to send second or
2019 Feb 25
1
Is libtiff >= 4.0.0 now required by R for TIFF support?
We recently discovered that since R 3.3.0, on our CentOS 6 based cluster, R gets built without TIFF support. The last version where TIFF support was built, was 3.2.5. We have libtiff 3.9.4 installed: $ rpm -q libtiff-devel libtiff-devel-3.9.4-21.el6_8.x86_64 (Since CentOS 6 is so old, we have manually installed newer versions of some dependencies: curl 7.46.0, zlib 1.2.8, bzip2 1.0.6, xz 5.2.2
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
2012 Oct 03
2
Creating tiff with 1200 dpi
Hi all, I am trying to create images in R suitable for journal publication. I'd like to make an image that is 3.6" wide and 5.08" length, and 1200 dpi. When I create a tiff file that is 800 dpi and 4x4", it works (although doesn't look good). But when I create a tiff that is the size and dpi I want, it doesn't work. I get the following error: Error in tiff(filename =
2012 Apr 06
1
Saving multiple plots using tiff function
Dear R experts, I am trying to save three plots using tiff graphics devices; however the following code only produces two files (Rplot002.tif and Rplot003.tif) showing figures 1 and 3. Here is a simplified ex code tiff(filename ="Rplot%03d.tif",width=24,height=20,units="cm",res=300, pointsize=10, compression = "lzw") plot(1) mtext("Fig
2012 Oct 23
1
12-bit functionality in tiff package
Hi, We have recently been using the tiff package for reading tiff images into the Bioconductor Package EBImage. This has been extremely helpful in conjunction with other steps to eliminate dependencies on ImageMagick. However, it seems that 12-bit images are not supported. We were wondering if there are plans to extend the functionality of the readTIFF() function in the tiff package to
2011 May 10
1
Saving multiple 3x3 TIFF graphics inside a loop
Dear Friends, I have been trying to save multiple 3x3 (mfrow=c(3,3) graphics inside a loop using tiff figure format (not using PDF or savePlot functions) with no success. Could you please help? Here is a simplified example code: dat=data.frame (ID=rep(1:10,each=10),IDV=rep(seq(1:10),times=10)) dat$DV <- with(dat, 50+15*IDV) dat=dat[order(dat$ID,dat$IDV),] for(i in 1:10){ dt1 =
2008 Jun 16
1
tiff(), jpeg(), and png() in R 2.7.0: problems if 'units = "in"' but default height and width
I love the new tiff(), jpeg(), and png() in R 2.7.0 but found an issue that I didn't see reported. When specifying 'units = "in"' but forgetting to change the default height and width (so the figure is unintentionally going to be 480 inches by 480 inches) I run into problems. Here's the reproducible example: tiff("a.tiff", units = "in", res = 1200,
2011 Apr 22
3
Reading a TIFF file
Dear all, I have been trying to speed up a process we have been done in ArcGIS. We have to read a single layer TIFF (monochrome image) in . For this, I have used the "rtiff" package. After reading the TIFF file, I compared the raw values for each pixel that I have in ArcGIS to the ones obtained in R. In ArcGIS I have discrete values in the range 0..255, while in R I have continuous
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
Hi all I posted a couple of days ago about how to end up with wmf files eventually in R for linux. The short answer was: you (probably) can't...and don't! The journal in question also accepts TIFF files, I am told (it's a physiology journal). So I adjust my question: What is the best way to get TIFF files out of R? It can't create them directly as far as I can tell.