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

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

[Octave-bug-tracker] [bug #42474] saving jpg images with imwrite changes


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #42474] saving jpg images with imwrite changes image
Date: Sat, 31 May 2014 16:12:35 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42474>

                 Summary: saving jpg images with imwrite changes image
                 Project: GNU Octave
            Submitted by: ijourneaux
            Submitted on: Sat 31 May 2014 04:12:34 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: ijourneaiux
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Saving to jpg format is incorrect. here is a quick way to reproduce the
error.

a = repmat (uint8 (0:255), 100, 1); 
imwrite (a, "test.jpg"); 
imwrite (a, "test.fif");

The jpg image is incorrect while the tif image is correct.

I should have reported this some time ago.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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