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

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

[Octave-bug-tracker] [bug #41699] image package: imrotate causes a segme


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #41699] image package: imrotate causes a segmentation fault when exiting Octave
Date: Tue, 11 Mar 2014 19:58:38 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)

Follow-up Comment #11, bug #41699 (project octave):

This problem persists with the latest version of Octave 3.8.1.

Here is a simple way to reproduce the error

a = repmat (uint8 (0:255), 100, 1);
imwrite (a, "test.jpg");
b=imrotate(a,5,'nearest','crop'); 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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