[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTML Editor
On Tue, 21 Jul 1998, Ira Abramov wrote:
>
> On Tue, 21 Jul 1998, Elisheva Alexander wrote:
>
> > > Like, insert an image with the WIDTH and HEIGHT tags put in automatically.
> >
> > i recall a command line util that prints the dimensions of a gif/jpg
> > anyone know its name?
>
> I bring it up in a netscape window and it tells me the dimensions...
xv has an appropriate incantation on the command line. You can also write
a small utility in C, Perl or shell tools (cut -c...) to extract the size.
Peter