Fwd: Tiff images

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fwd: Tiff images

Robert Lockwood
Jim, it doesn't matter what the subject matter is (as long as it is SFW)
but I need a minimum of 480 x 640.



Thanks


---------- Forwarded message ----------
From: James Ewing <[hidden email]>
Date: Fri, Nov 8, 2013 at 8:00 AM
Subject: Tiff images
To: Robert Lockwood <[hidden email]>


Tiff images of what?  I have lots of MRI images of small animals, mostly
256x256, but these could be reconned to 512x512.
  - Jim Ewing



--
When I was 12 I thought I would live forever.
So far, so good.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Tiff images

ctrueden
Hi Nate,

Firstly, I think asking for TIFF images is off topic for this list.

Secondly, you can generate such TIFFs yourself using ImageJ:

   newImage("Untitled", "16-bit ramp", 512, 512, 1);
   saveAs("Tiff", "/Users/rnlockwood/Desktop/data.tif");

-Curtis


On Fri, Nov 8, 2013 at 10:17 AM, Robert Lockwood <[hidden email]>wrote:

> Jim, it doesn't matter what the subject matter is (as long as it is SFW)
> but I need a minimum of 480 x 640.
>
>
>
> Thanks
>
>
> ---------- Forwarded message ----------
> From: James Ewing <[hidden email]>
> Date: Fri, Nov 8, 2013 at 8:00 AM
> Subject: Tiff images
> To: Robert Lockwood <[hidden email]>
>
>
> Tiff images of what?  I have lots of MRI images of small animals, mostly
> 256x256, but these could be reconned to 512x512.
>   - Jim Ewing
>
>
>
> --
> When I was 12 I thought I would live forever.
> So far, so good.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html