[opengtl-commits] [309] channels are unsigned |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 309
Author: cyrille
Date: 2008-07-31 22:05:45 +0200 (Thu, 31 Jul 2008)
Log Message:
-----------
channels are unsigned
Modified Paths:
--------------
trunk/QtCTL/QtCTL.cpp
Modified: trunk/QtCTL/QtCTL.cpp
===================================================================
--- trunk/QtCTL/QtCTL.cpp 2008-07-31 20:05:14 UTC (rev 308)
+++ trunk/QtCTL/QtCTL.cpp 2008-07-31 20:05:45 UTC (rev 309)
@@ -103,7 +103,7 @@
p.compile();
if(p.isCompiled())
{
- OpenCTL::Program program( "apply", &p, GTLCore::PixelDescription( GTLCore::Type::Integer8, 4));
+ OpenCTL::Program program( "apply", &p, GTLCore::PixelDescription( GTLCore::Type::UnsignedInteger8, 4));
if(program.initialised())
{
QImageBuffer buffer(currentImage);