diff --git a/images/imagevisualizer.png b/images/imagevisualizer.png index fcd5a62..4b77acb 100644 Binary files a/images/imagevisualizer.png and b/images/imagevisualizer.png differ diff --git a/tests/helloimage/helloimage.cpp b/tests/helloimage/helloimage.cpp index 1135e83..3415722 100644 --- a/tests/helloimage/helloimage.cpp +++ b/tests/helloimage/helloimage.cpp @@ -9,7 +9,7 @@ int main (int argc, char** argv) { std::cout << "Hello, Image!" << std::endl; - QImageReader reader("lena.bmp"); + QImageReader reader("mona.jpg"); reader.setAutoTransform(true); QImage image = reader.read(); @@ -20,13 +20,13 @@ int main (int argc, char** argv) { QImage image_rgb = image.convertToFormat(QImage::Format_RGB888); QImage image_rgba = image.convertToFormat(QImage::Format_RGBA8888); - qDebug() << image; - qDebug() << image_rgb; - qDebug() << image_rgba; + qInfo() << image; + qInfo() << image_rgb; + qInfo() << image_rgba; - // QImage(QSize(512, 512),format=QImage::Format_Indexed8,depth=8,colorCount=256,devicePixelRatio=1,bytesPerLine=512,sizeInBytes=262144) - // QImage(QSize(512, 512),format=QImage::Format_RGB888,depth=24,devicePixelRatio=1,bytesPerLine=1536,sizeInBytes=786432) - // QImage(QSize(512, 512),format=QImage::Format_RGBA8888,depth=32,devicePixelRatio=1,bytesPerLine=2048,sizeInBytes=1048576) + // QImage(QSize(220, 197),format=QImage::Format_RGB32,depth=32,devicePixelRatio=1,bytesPerLine=880,sizeInBytes=173360) + // QImage(QSize(220, 197),format=QImage::Format_RGB888,depth=24,devicePixelRatio=1,bytesPerLine=660,sizeInBytes=130020) + // QImage(QSize(220, 197),format=QImage::Format_RGBA8888,depth=32,devicePixelRatio=1,bytesPerLine=880,sizeInBytes=173360) const uchar* bits = image.bits(); const uchar* bits_rgb = image_rgb.bits(); diff --git a/tests/helloimage/lena.bmp b/tests/helloimage/lena.bmp deleted file mode 100644 index 5641e75..0000000 Binary files a/tests/helloimage/lena.bmp and /dev/null differ diff --git a/tests/helloimage/lena.png b/tests/helloimage/lena.png deleted file mode 100644 index a936e39..0000000 Binary files a/tests/helloimage/lena.png and /dev/null differ diff --git a/tests/hellosegv/run.seer b/tests/hellosegv/run.seer index 0c2c9ee..a535395 100644 --- a/tests/hellosegv/run.seer +++ b/tests/hellosegv/run.seer @@ -9,16 +9,16 @@ "pregdbcommands": [ "show radix" ], - "runmode": { + "startmode": { "arguments": "", "breakinfunction": false, "breakinfunctionname": "", - "breakinmain": false, + "breakinmain": true, "breakpointsfile": "", - "nobreak": true, + "nobreak": false, "nonstopmode": false, "randomizestartaddress": false, - "showassemblytab": true + "showassemblytab": false }, "symbolfile": "", "workingdirectory": ""