You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,6 +141,7 @@ int main(int argc, char* argv[])
140
141
qDebug() << transparentColorOpts << " <str>\tColor to use as transparent, defaults to " << defaultTransparentColorStr.constData() << ", see QColor::setNamedColor() for full list of supported formats";
141
142
qDebug() << outDirOpts << " <directory>\tWhere to save output files, defaults to current working directory";
142
143
qDebug() << separateDirOpts << "\t\tSave multiframe images in a directory named after the input file";
144
+
qDebug() << firstFrameOnlyOpts << "\t\tSave only first frame of multiframe images, ignores" << separateDirOpts;
0 commit comments