octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49228] imread logic to read image from a file


From: anonymous
Subject: [Octave-bug-tracker] [bug #49228] imread logic to read image from a file vs a URL, always fall back or look for protocol prefix?
Date: Sun, 2 Oct 2016 20:39:46 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49228 (project octave):

matlab's urlwrite produces this, confirming it requires a protocol:


>> urlwrite('a b', 'zz.txt')
Error using urlreadwrite (line 38)
Either this URL could not be parsed or the protocol is not supported.

>> urlwrite('ab.png', 'zz.txt')
Error using urlreadwrite (line 38)
Either this URL could not be parsed or the protocol is not supported.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49228>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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