usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/texture.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/texture.cpp
Date: Tue, 25 Jan 2005 14:26:39 -0500

Index: usata2/src/texture.cpp
diff -u usata2/src/texture.cpp:1.12 usata2/src/texture.cpp:1.13
--- usata2/src/texture.cpp:1.12 Tue Jan 25 08:28:27 2005
+++ usata2/src/texture.cpp      Tue Jan 25 19:26:33 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: texture.cpp,v 1.12 2005/01/25 08:28:27 skunix Exp $
+// $Id: texture.cpp,v 1.13 2005/01/25 19:26:33 skunix Exp $
 
 #include <boost/scoped_array.hpp>
 #include <boost/tuple/tuple.hpp>
@@ -103,7 +103,7 @@
                case Magick::BilevelType:
                        // dont ask, I dont know why not "RA"   
                        // but that doesnt work
-                       Type=LUMA; mt= "AA";
+                       Type=LUMA; mt= "RA";
                        break;
        
                default:




reply via email to

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