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

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

[Octave-bug-tracker] [bug #60226] [octave forge] (image) psf2otf does no


From: Hartmut
Subject: [Octave-bug-tracker] [bug #60226] [octave forge] (image) psf2otf does not allow complex numbers for psf
Date: Sat, 27 Mar 2021 16:18:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

Follow-up Comment #4, bug #60226 (project octave):

@hhh: As a quick fix you could try the following:
* load the image package: >> pkg load image
* open the file psf2otf.m in the editor: >> edit psf2otf
* got to line 35 and delete the isreal stuff, this line should then read like
this: elseif (! isnumeric (psf))
* save the file psf2otf.m
* Try your application again

This might work or might not work in a useful manner. In either case it would
be nice if you could report back what you experienced. (If it works fine, we
might just do this change to the image package source code.)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60226>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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