CONFOCALMICROSCOPY Archives

November 2011

CONFOCALMICROSCOPY@LISTS.UMN.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Christoph Gohlke <[log in to unmask]>
Reply To:
Confocal Microscopy List <[log in to unmask]>
Date:
Fri, 25 Nov 2011 11:48:02 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
*****
To join, leave or search the confocal microscopy listserv, go to:
http://lists.umn.edu/cgi-bin/wa?A0=confocalmicroscopy
*****

Try ImageMagick convert <http://www.imagemagick.org>, which is free, 
cross-platform, and scriptable:

     convert -compress None input.tif output.tif

To convert all TIFF files in the current directory on Windows:

     for %1 in (*.tif) do C:\ImageMagick\convert.exe -compress None %1 
raw_%1

Christoph


On 11/25/2011 5:24 AM, bluebug wrote:
> *****
> To join, leave or search the confocal microscopy listserv, go to:
> http://lists.umn.edu/cgi-bin/wa?A0=confocalmicroscopy
> *****
>
> Hello All,
> Can anyone recommend a program to decompress LZW tiff files? I exported the
> images from Las AF Lite software for downstream processing in another
> program.
>
> Thanks
> C
>
> --
> View this message in context: http://confocal-microscopy-list.588098.n2.nabble.com/LZW-compressed-tiff-files-tp7031107p7031107.html
> Sent from the Confocal Microscopy List mailing list archive at Nabble.com.
>
>

ATOM RSS1 RSS2