Searched refs:mage (Results 1 – 3 of 3) sorted by relevance
273 QImage *mage = new QImage(rgb,640,480,QImage::Format_RGB888); in show_() local276 …mage->save(tr("%1.jpg").arg("/root/IMG" + QDate::currentDate().toString("yyyyMMdd") + QTime::curre… in show_()279 QImage resultimg=mage->scaled(ui->label->size(),Qt::KeepAspectRatio,Qt::SmoothTransformation); in show_()281 delete mage; in show_()
437 QImage *mage = new QImage(rgb, width, in LoopCapture() local439 QImage resultimg = mage->scaled(img->size()); in LoopCapture()452 mage->save(tr("%1.jpg").arg("/root/IMG" + \ in LoopCapture()458 delete mage; in LoopCapture()
224 Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and