help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using libtiff in Octave


From: Sergei Steshenko
Subject: Re: Using libtiff in Octave
Date: Thu, 17 May 2012 07:07:14 -0700 (PDT)




----- Original Message -----
> From: benes <address@hidden>
> To: address@hidden
> Cc: 
> Sent: Thursday, May 17, 2012 4:13 PM
> Subject: Using libtiff in Octave
> 
> How can I read/write images with libtiff? Where do I put the images?  Octave
> doesn´t accept command
> 
> image-path C:\fotos ( where my images are ). I can´t even use imread. Sorry
> about these basic questions
> 
> but I am very new at Octave.
> 
> benes
> 
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Using-libtiff-in-Octave-tp4629858.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________


I do not use Windows; maybe you need something like

image-path C:\\fotos

or

image-path 'C:\fotos'

- backslash may well be used to escape characters.

Regards,
  Sergei.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]