Re: how can I get the file header size of tiff images?

2011-03-12 Thread leaf falling
On Mar 13, 1:44 am, rob.di...@gmx.com (Rob Dixon) wrote: > On 12/03/2011 02:53, leaf falling wrote: > > > > > how can I get the file header size of tiff images? Thanks a lot. > > What exactly do you mean? The TIFF specification at > >    <http://partners.adobe.c

Re: how can I get the file header size of tiff images?

2011-03-12 Thread Rob Dixon
On 12/03/2011 02:53, leaf falling wrote: how can I get the file header size of tiff images? Thanks a lot. What exactly do you mean? The TIFF specification at <http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf> say "A TIFF file begins with an 8-byte image file hea

how can I get the file header size of tiff images?

2011-03-12 Thread leaf falling
how can I get the file header size of tiff images? Thanks a lot. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: tiff images

2007-03-21 Thread Beginner
On 20 Mar 2007 at 19:46, Chris Parker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rob Dixon wrote: > > Chris Parker wrote: > >> > >> Hello all, > >> > >> How do I get text out of a tiff image? Scenario is that I have alot of > >> directories named (ex. 000, 020, 000) with files

Re: tiff images

2007-03-20 Thread yitzle
I got this Perl script that recurses through a tree and converts images that you can make use of... http://www.ecf.utoronto.ca/~goodi/files/thumbnail_creator.pl Its under the MIT license ( http://www.ecf.utoronto.ca/~goodi/html/software.html) which basically says you can do whatever you want with

Re: tiff images

2007-03-20 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Dixon wrote: > Chris Parker wrote: >> >> Hello all, >> >> How do I get text out of a tiff image? Scenario is that I have alot of >> directories named (ex. 000, 020, 000) with files inside along the same >> line ( 000.tiff, 034.tiff) and I need to

Re: tiff images

2007-03-18 Thread Rob Dixon
Chris Parker wrote: Hello all, How do I get text out of a tiff image? Scenario is that I have alot of directories named (ex. 000, 020, 000) with files inside along the same line ( 000.tiff, 034.tiff) and I need to get the date of the paper(000.tiff) so I can rename the folder/directory to that

tiff images

2007-03-18 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, How do I get text out of a tiff image? Scenario is that I have alot of directories named (ex. 000, 020, 000) with files inside along the same line ( 000.tiff, 034.tiff) and I need to get the date of the paper(000.tiff) so I can rename the